From 0f0fa4ba255084af17ba6ad638c4b85bb9ac4e59 Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:46:57 +0000 Subject: [PATCH 1/2] Add .whitesource configuration file --- .whitesource | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..55b922e8 --- /dev/null +++ b/.whitesource @@ -0,0 +1,12 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file From 406959b686218474a1acf22d7c017009b0ac2294 Mon Sep 17 00:00:00 2001 From: Sachin S <10975378+wecloudheroes@users.noreply.github.com> Date: Thu, 3 Jun 2021 20:19:33 +0530 Subject: [PATCH 2/2] Update Web.config --- WebGoat/Web.config | 1 + 1 file changed, 1 insertion(+) diff --git a/WebGoat/Web.config b/WebGoat/Web.config index ed1e0ab0..e826b752 100644 --- a/WebGoat/Web.config +++ b/WebGoat/Web.config @@ -170,3 +170,4 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx +