This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch 24.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/24.0.1 by this push:
new 9bba569ebd Add more suppressions for website package
9bba569ebd is described below
commit 9bba569ebd52c5480bf4219c420ed78eb053701f
Author: Kashif Faraz <[email protected]>
AuthorDate: Sat Nov 5 23:14:18 2022 +0530
Add more suppressions for website package
---
owasp-dependency-check-suppressions.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/owasp-dependency-check-suppressions.xml
b/owasp-dependency-check-suppressions.xml
index ae083f7357..d34b5464f3 100644
--- a/owasp-dependency-check-suppressions.xml
+++ b/owasp-dependency-check-suppressions.xml
@@ -701,6 +701,7 @@
]]></notes>
<packageUrl regex="true">^pkg:npm/ansi\-regex@.*$</packageUrl>
<vulnerabilityName>1084697</vulnerabilityName>
+ <cve>CVE-2021-3807</cve>
</suppress>
<suppress>
<notes><![CDATA[
@@ -708,6 +709,7 @@
]]></notes>
<packageUrl regex="true">^pkg:npm/glob\-parent@.*$</packageUrl>
<vulnerabilityName>1081884</vulnerabilityName>
+ <cve>CVE-2020-28469</cve>
</suppress>
<suppress>
<notes><![CDATA[
@@ -722,5 +724,6 @@
]]></notes>
<packageUrl regex="true">^pkg:npm/y18n@.*$</packageUrl>
<vulnerabilityName>1070209</vulnerabilityName>
+ <cve>CVE-2020-7774</cve>
</suppress>
</suppressions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]