Skip to content

Commit 00aa414

Browse files
authored
Merge pull request #1191 from microsoft/littleaj/2.6.0_dep_scan_updates
Update version number and suppressions file
2 parents 7c5b53e + 92e55d3 commit 00aa414

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<cve>CVE-2019-16943</cve>
2626
<cve>CVE-2019-17267</cve>
2727
<cve>CVE-2019-17531</cve>
28+
<cve>CVE-2019-20330</cve>
2829
</suppress>
2930
<suppress>
3031
<notes><![CDATA[
@@ -34,6 +35,8 @@
3435
]]></notes>
3536
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed/tomcat\-embed\-websocket@.*$</packageUrl>
3637
<cve>CVE-2019-10072</cve>
38+
<cve>CVE-2019-12418</cve>
39+
<cve>CVE-2019-17563</cve>
3740
</suppress>
3841
<suppress>
3942
<notes><![CDATA[
@@ -43,6 +46,8 @@
4346
]]></notes>
4447
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed/tomcat\-embed\-core@.*$</packageUrl>
4548
<cve>CVE-2019-10072</cve>
49+
<cve>CVE-2019-12418</cve>
50+
<cve>CVE-2019-17563</cve>
4651
</suppress>
4752
<suppress>
4853
<notes><![CDATA[

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Project properties
2-
version=2.6.0-BETA
2+
version=2.6.0-BETA.2
33
group=com.microsoft.azure
44

0 commit comments

Comments
 (0)