From 9b8cd90df60a24028c1f57079ba15647d457873b Mon Sep 17 00:00:00 2001 From: rahul-contentstack Date: Mon, 23 Feb 2026 16:13:08 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bfb62c3..a66a194 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-readme-logo.png)](https://www.contentstack.com/) # Build a Starter Website with Next.js and Contentstack From 657852dc0a0e56155b282d44259cb76beff5d839 Mon Sep 17 00:00:00 2001 From: alokshukla2012 <73115303+alokshukla2012@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:16:48 +0530 Subject: [PATCH 2/3] Create .snyk file for vulnerability management Added Snyk policy file to manage known vulnerabilities. --- .snyk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..542343f --- /dev/null +++ b/.snyk @@ -0,0 +1,30 @@ +# 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-NEXT-15104645: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T11:41:01.162Z + created: 2026-02-24T11:41:01.165Z + SNYK-JS-AJV-15274295: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T11:41:05.815Z + created: 2026-02-24T11:41:05.822Z + SNYK-JS-INFLIGHT-6095116: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T11:41:10.602Z + created: 2026-02-24T11:41:10.605Z + SNYK-JS-LODASH-15053838: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T11:41:14.973Z + created: 2026-02-24T11:41:14.978Z + SNYK-JS-MINIMATCH-15309438: + - '*': + reason: 'https://contentstack.atlassian.net/browse/IS-6640' + expires: 2026-03-26T11:41:19.159Z + created: 2026-02-24T11:41:19.165Z +patch: {} From 36fc47b8e084b32752308c1575f19e4ed6d4cdda Mon Sep 17 00:00:00 2001 From: alokshukla2012 <73115303+alokshukla2012@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:18:12 +0530 Subject: [PATCH 3/3] Update copyright year in LICENSE file Updated copyright year from 2025 to 2026. --- 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