From 57050a200868d65f57fceee6a50835c83a635d5e Mon Sep 17 00:00:00 2001 From: rahul-contentstack Date: Mon, 23 Feb 2026 16:15:50 +0530 Subject: [PATCH 1/3] Add deprecate warning to repo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ecbe7b..99ca464 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!WARNING] + **This repo is deprecated and no longer maintained. Security updates are not supported. We recommend avoiding its use for production.** + [![Contentstack Logo](/public/contentstack.png)](https://www.contentstack.com/) # Build a Starter Website with React.js and Contentstack using GraphQL From a5bbc7475ad2d611f35565a4b3241025acfb18cd Mon Sep 17 00:00:00 2001 From: rahul-contentstack Date: Tue, 24 Feb 2026 17:26:38 +0530 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 25403cd..aff1142 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Contentstack +Copyright (c) 2026 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 3c3b7bfeccb1d55945971bf1f8bcf80b7d373c4a Mon Sep 17 00:00:00 2001 From: alokshukla2012 <73115303+alokshukla2012@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:41:55 +0530 Subject: [PATCH 3/3] Create .snyk file for vulnerability management Added Snyk policy file to manage known vulnerabilities. --- .snyk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..73a4bbe --- /dev/null +++ b/.snyk @@ -0,0 +1,20 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.1 +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + SNYK-JS-REMIXRUNROUTER-14908530: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T12:11:01.489Z + created: 2026-02-24T12:11:01.491Z + SNYK-JS-REACTROUTER-14908286: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T12:11:05.962Z + created: 2026-02-24T12:11:05.971Z + SNYK-JS-REMIXRUNROUTER-14908287: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T12:11:10.288Z + created: 2026-02-24T12:11:10.295Z +patch: {}