From 100d5875837c4b351557cd0e683e0cc663b87656 Mon Sep 17 00:00:00 2001 From: Chi Cao Minh Date: Mon, 16 Mar 2020 09:42:33 -0700 Subject: [PATCH] Suppress CWE-400 for node-sass:4.13.1 (#9517) The vulnerability is fixed in 4.13.1: https://github.com/sass/node-sass/issues/2816#issuecomment-575136455 But the dependency check plugin thinks its still broken as the affected/fixed versions has not been updated yet on Sonatype OSS Index: https://ossindex.sonatype.org/vuln/c97f4ae7-be1f-4f71-b238-7c095b126e74 --- owasp-dependency-check-suppressions.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/owasp-dependency-check-suppressions.xml b/owasp-dependency-check-suppressions.xml index d1e2f9fd500..ebeb371a608 100644 --- a/owasp-dependency-check-suppressions.xml +++ b/owasp-dependency-check-suppressions.xml @@ -184,4 +184,16 @@ ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@2.9.10$ 10 + + + ^pkg:npm/node\-sass@.*$ + CWE-400: Uncontrolled Resource Consumption ('Resource Exhaustion') +