From abb27f2019edadaf18932b7d9067c1e85654fa02 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Mon, 4 Aug 2025 14:06:59 -0400 Subject: [PATCH 1/8] Create .snyk --- .snyk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..6af76f5 --- /dev/null +++ b/.snyk @@ -0,0 +1,2 @@ +exclude: + - "**/*.html" From ae9e831cf984b438a6eac71ee94e2d15c145c783 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Mon, 4 Aug 2025 14:11:48 -0400 Subject: [PATCH 2/8] Update .snyk --- .snyk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index 6af76f5..8456388 100644 --- a/.snyk +++ b/.snyk @@ -1,2 +1,5 @@ exclude: - - "**/*.html" + - "config.json" # Excludes a file named config.json at the root + - "**/config.json" # Excludes any file named config.json in any directory + - "**/*.env" # Excludes any file with a .env extension + - "**/appsettings.json" # Excludes appsettings.json files for a .NET project From 8334bf179afc369f475a2c2c99c4510e1f30f28c Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Mon, 4 Aug 2025 14:39:53 -0400 Subject: [PATCH 3/8] Update .snyk --- .snyk | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.snyk b/.snyk index 8456388..7a67633 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,10 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.1 +ignore: {} +patch: {} exclude: - - "config.json" # Excludes a file named config.json at the root - - "**/config.json" # Excludes any file named config.json in any directory - - "**/*.env" # Excludes any file with a .env extension - - "**/appsettings.json" # Excludes appsettings.json files for a .NET project + global: + - "config.json" # Excludes a file named config.json at the root + - "**/config.json" # Excludes any file named config.json in any directory + - "**/*.env" # Excludes any file with a .env extension + - "**/appsettings.json" # Excludes appsettings.json files for a .NET project From 535729e2daf9e4edfe5d147c237611abdc9d0282 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Mon, 4 Aug 2025 14:41:30 -0400 Subject: [PATCH 4/8] Update .snyk --- .snyk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.snyk b/.snyk index 7a67633..9143b90 100644 --- a/.snyk +++ b/.snyk @@ -4,7 +4,4 @@ ignore: {} patch: {} exclude: global: - - "config.json" # Excludes a file named config.json at the root - - "**/config.json" # Excludes any file named config.json in any directory - - "**/*.env" # Excludes any file with a .env extension - - "**/appsettings.json" # Excludes appsettings.json files for a .NET project + - **/*.config From b41051b1165265375590a03820e9f77b3d74bec3 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Mon, 4 Aug 2025 14:44:55 -0400 Subject: [PATCH 5/8] Update .snyk --- .snyk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.snyk b/.snyk index 9143b90..062f3ec 100644 --- a/.snyk +++ b/.snyk @@ -4,4 +4,4 @@ ignore: {} patch: {} exclude: global: - - **/*.config + - '**/*.config' From d557fd7c8fb9f9cf088f5f8d1d033178d08b91a7 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Wed, 6 Aug 2025 07:44:37 -0400 Subject: [PATCH 6/8] Update .snyk --- .snyk | 1 + 1 file changed, 1 insertion(+) diff --git a/.snyk b/.snyk index 062f3ec..af1ecbb 100644 --- a/.snyk +++ b/.snyk @@ -5,3 +5,4 @@ patch: {} exclude: global: - '**/*.config' + - Sample.Web/**/* From d44d7a508724940a5f03071b2d4856aefe411fc5 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Wed, 6 Aug 2025 07:46:42 -0400 Subject: [PATCH 7/8] Update .snyk --- .snyk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index af1ecbb..5326f76 100644 --- a/.snyk +++ b/.snyk @@ -4,5 +4,5 @@ ignore: {} patch: {} exclude: global: - - '**/*.config' - - Sample.Web/**/* + - '**/*.config' + - Sample.Web/**/* From 25ca8f7842082c08baf2f4f78f58292a085bf9b8 Mon Sep 17 00:00:00 2001 From: StanSnyk Date: Wed, 6 Aug 2025 07:57:07 -0400 Subject: [PATCH 8/8] Update .snyk --- .snyk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 5326f76..ed33e88 100644 --- a/.snyk +++ b/.snyk @@ -4,5 +4,6 @@ ignore: {} patch: {} exclude: global: - - '**/*.config' - - Sample.Web/**/* + - '**/*.config' + - Sample.Web/**/* + - Sample.WebApi/App_Start/**/*