Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress invalid CVE #3141

Merged
merged 2 commits into from
Jun 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions buildscripts/dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes>commons-codec should not be matched to commons_net</notes>
<packageUrl regex="true">^pkg:maven/commons-codec/commons-codec@.*$</packageUrl>
<cpe>cpe:/a:apache:commons_net</cpe>
</suppress>
<suppress>
<notes>commons-text should not be matched to commons_net</notes>
<packageUrl regex="true">^pkg:maven/org.apache.commons/commons-text@.*$</packageUrl>
<cpe>cpe:/a:apache:commons_net</cpe>
</suppress>
<suppress>
<notes>jcl-over-slf4j should not be matched to commons_net</notes>
<packageUrl regex="true">^pkg:maven/org.slf4j/jcl-over-slf4j@.*$</packageUrl>
<cpe>cpe:/a:apache:commons_net</cpe>
<notes>
CVE-2023-35116 is not a valid CVE, see comment from library maintainer
https://github.com/FasterXML/jackson-databind/issues/3972#issuecomment-1596308216
</notes>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>