Skip to content

Commit

Permalink
Merge pull request #1328 from cedardevs/1327-owasp-check
Browse files Browse the repository at this point in the history
1327 owasp check
  • Loading branch information
ajakz authored Jul 21, 2020
2 parents e04dca1 + 67b3b94 commit 21ca2d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ subprojects {
if (requested.group.startsWith("org.apache.tomcat") &&
requested.name.contains("tomcat") &&
requested.version!! <= "9.0.29") {
useVersion("9.0.30")
useVersion("9.0.37")
because("Enforce tomcat 9.0.20+ to avoid vulnerabilities CVE-2019-0199, CVE-2019-0232, and CVE-2019-10072")
}
}
Expand Down
16 changes: 16 additions & 0 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,22 @@
</suppress>

<!-- dev npm dependency and gradle address approach for npm checks -->
<suppress>
<notes><![CDATA[
file name: npm:6.14.5
]]></notes>
<packageUrl regex="true">^pkg:npm/npm@.*$</packageUrl>
<vulnerabilityName>1543</vulnerabilityName>
</suppress>

<suppress>
<notes><![CDATA[
file name: npm-registry-fetch:4.0.4
]]></notes>
<packageUrl regex="true">^pkg:npm/npm\-registry\-fetch@.*$</packageUrl>
<vulnerabilityName>1544</vulnerabilityName>
</suppress>

<suppress>
<notes><![CDATA[
file name: dompurify:1.0.11
Expand Down

0 comments on commit 21ca2d5

Please sign in to comment.