diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..65c1a5c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| MVP.1.x | :white_check_mark: | + +## Reporting a Vulnerability + +Report any issues with the "Issues" section here in the GitHub repository, and be sure to mark it with a "Security" label in addition to any other labels that may help categorieze (bug, enhancement etc.) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 0de5dc1..e224e17 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -26,7 +26,7 @@ export default function Starter() { const [contentPosition, setContentPosition] = useState('right'); const textColor = useAppSelector((state) => state.style.linkColor); - const title = 'PaperClaimsai'; + const title = 'PaperClaims.ai'; // Fetch Pexels image/video useEffect(() => { diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index feb32aa..75795d8 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -52,7 +52,7 @@ export default function Login() { remember: true, }); - const title = 'PaperClaimsai'; + const title = 'PaperClaims.ai'; // Fetch Pexels image/video useEffect(() => { @@ -199,7 +199,7 @@ export default function Login() { : null}