forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suppress false positive cve (apache#11699) (apache#11702)
* suppress false positive cve * update comment, dont run tests on changes to owasp-dependency-check-suppressions.xml
- Loading branch information
1 parent
194371b
commit 5c59d77
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
<packageUrl regex="true">^pkg:maven/org\.apache\.druid/druid\-indexing\-hadoop@.*$</packageUrl> | ||
<cve>CVE-2012-4449</cve> | ||
<cve>CVE-2017-3162</cve> | ||
<cve>CVE-2018-8009</cve> | ||
</suppress> | ||
<suppress> | ||
<!-- druid-processing.jar is mistaken for org.processing:processing --> | ||
|
@@ -387,4 +388,13 @@ | |
<packageUrl regex="true">^pkg:maven/org\.apache\.thrift/[email protected]$</packageUrl> | ||
<cve>CVE-2020-13949</cve> | ||
</suppress> | ||
<suppress> | ||
<!-- | ||
the scanner misattributes this to Apache DataSketches | ||
the actual vulnerability affects some collaboration tool called Sketch, and impacts some 'library feeds' feature | ||
which seems to relate to how the tool handles sharing designs or something, so we are doing a blanket ignore | ||
because it seems nearly impossible for us to be affected by this | ||
--> | ||
<cve>CVE-2021-40531</cve> | ||
</suppress> | ||
</suppressions> |