We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8037922 commit 1415373Copy full SHA for 1415373
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
owasp-suppressions.xml
@@ -262,4 +262,12 @@
262
<vulnerabilityName>CVE-2020-7663</vulnerabilityName>
263
</suppress>
264
265
+ <suppress>
266
+ <notes><![CDATA[
267
+ file name: kotlin-*-1.3.72.jar
268
+ ]]></notes>
269
+ <filePath regex="true">.*\bkotlin-.*-1\.3\.72\.jar</filePath>
270
+ <cve>CVE-2020-15824</cve>
271
+ </suppress>
272
+
273
</suppressions>
0 commit comments