From 4db50a02c7b4137b05603099fc7f8b93bb0f6acf Mon Sep 17 00:00:00 2001 From: SD-Chris Date: Fri, 4 Jul 2025 10:05:53 -0500 Subject: [PATCH 1/5] Update title on Login page --- frontend/src/pages/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index feb32aa..9b9601d 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(() => { From b6eab3f88684cf4bea01f56dbf364ec0993a9ab1 Mon Sep 17 00:00:00 2001 From: SD-Chris Date: Sat, 5 Jul 2025 08:47:07 -0500 Subject: [PATCH 2/5] Update page title on index.tsx --- frontend/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => { From 25c3c2b8954b8a71e6ac1e4edff3f3689050af26 Mon Sep 17 00:00:00 2001 From: SD-Chris Date: Sat, 5 Jul 2025 08:53:09 -0500 Subject: [PATCH 3/5] manual edit title H2 on login.tsx --- frontend/src/pages/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index 9b9601d..f6c7580 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -199,7 +199,7 @@ export default function Login() { : null}
-

{title}

+

{title}hello world

From 4ea66c4f9ccd17e78b3a50ed7b5213803674490f Mon Sep 17 00:00:00 2001 From: SD-Chris Date: Sat, 5 Jul 2025 13:22:50 -0500 Subject: [PATCH 4/5] Aded hello world!! to login page title --- frontend/src/pages/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index f6c7580..75795d8 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -199,7 +199,7 @@ export default function Login() { : null}
-

{title}hello world

+

{title}hello world!!

From 74f03c5a0a2207ddc989e89803389211ace92781 Mon Sep 17 00:00:00 2001 From: SD-Chris Date: Thu, 10 Jul 2025 08:49:07 -0500 Subject: [PATCH 5/5] Create SECURITY.md --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md 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.)