Skip to content

Commit

Permalink
Suppress kotlin vulnerability CVE-2020-15824 as kotlin is not used in…
Browse files Browse the repository at this point in the history
… our actually applications at all. Also bump gradle up while we're at it.
  • Loading branch information
mcquinne committed Aug 17, 2020
1 parent 8037922 commit 1415373
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 8 additions & 0 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,12 @@
<vulnerabilityName>CVE-2020-7663</vulnerabilityName>
</suppress>

<suppress>
<notes><![CDATA[
file name: kotlin-*-1.3.72.jar
]]></notes>
<filePath regex="true">.*\bkotlin-.*-1\.3\.72\.jar</filePath>
<cve>CVE-2020-15824</cve>
</suppress>

</suppressions>

0 comments on commit 1415373

Please sign in to comment.