Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 31, 2023
1 parent c3392a6 commit 1034614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<filePath regex="true">.*commons-io-2\.10\.0\.jar</filePath>
<cve>CVE-2021-37533</cve>
</suppress>

<suppress>
<filePath regex="true">.*commons-codec-1\.15\.jar</filePath>
<cve>CVE-2021-37533</cve>
</suppress>

<suppress>
<filePath regex="true">.*commons-logging-1.2\.jar</filePath>
<cve>CVE-2021-37533</cve>
</suppress>

<suppress>
<filePath regex="true">.*commons-text-1\.10\.0\.jar</filePath>
<cve>CVE-2021-37533</cve>
</suppress>

<suppress>
<packageUrl regex="true">^pkg:maven/xerces/xercesImpl@.*$</packageUrl>
<cve>CVE-2017-10355</cve>
</suppress>
<suppress>
<packageUrl regex="true">^pkg:maven/xml-apis/xml-apis@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
</suppressions>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.7.0</version>
<version>3.8.0-SNAPSHOT</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down

0 comments on commit 1034614

Please sign in to comment.