Skip to content

Commit 9e20a2f

Browse files
authored
Merge pull request #1096 from microsoft/littleaj/more_suppressions
update dependency check version and suppressions
2 parents 61b9ff8 + 384535e commit 9e20a2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azure-application-insights-spring-boot-starter/dependency-check-suppressions.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<cve>CVE-2019-14439</cve>
2222
<cve>CVE-2019-14540</cve>
2323
<cve>CVE-2019-16335</cve>
24+
<cve>CVE-2019-16942</cve>
25+
<cve>CVE-2019-16943</cve>
26+
<cve>CVE-2019-17267</cve>
2427
</suppress>
2528
<suppress>
2629
<notes><![CDATA[

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
}
3131
dependencies {
3232
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
33-
classpath 'org.owasp:dependency-check-gradle:5.2.0'
33+
classpath 'org.owasp:dependency-check-gradle:5.2.2'
3434
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
3535
}
3636
}

0 commit comments

Comments
 (0)