Skip to content

Commit 1f7a1b6

Browse files
marcus-bcljeanbisuttigithub-actions[bot]
authored
Bump json-smart from 2.4.8 to 2.4.9 (#2979)
Fixes CVE-2023-1370 --------- Co-authored-by: Jean Bisutti <[email protected]> Co-authored-by: github-actions[bot] <github-action[bot]@users.noreply.github.com>
1 parent eb8f7c4 commit 1f7a1b6

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

agent/agent-bootstrap/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
55
ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
6-
ch.qos.logback:logback-classic:1.2.11=runtimeClasspath
7-
ch.qos.logback:logback-core:1.2.11=runtimeClasspath
6+
ch.qos.logback:logback-classic:1.2.12=runtimeClasspath
7+
ch.qos.logback:logback-core:1.2.12=runtimeClasspath
88
com.azure:azure-sdk-bom:1.2.11=runtimeClasspath
99
com.fasterxml.jackson:jackson-bom:2.14.2=runtimeClasspath
1010
com.google.guava:guava-bom:31.1-jre=runtimeClasspath

agent/agent-tooling/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ io.projectreactor.netty:reactor-netty-http:1.1.5=runtimeClasspath
5959
io.projectreactor:reactor-core:3.5.4=runtimeClasspath
6060
net.java.dev.jna:jna-platform:5.13.0=runtimeClasspath
6161
net.java.dev.jna:jna:5.13.0=runtimeClasspath
62-
net.minidev:accessors-smart:2.4.8=runtimeClasspath
63-
net.minidev:json-smart:2.4.8=runtimeClasspath
62+
net.minidev:accessors-smart:2.4.9=runtimeClasspath
63+
net.minidev:json-smart:2.4.9=runtimeClasspath
6464
org.apache.commons:commons-lang3:3.12.0=runtimeClasspath
6565
org.apache.commons:commons-text:1.10.0=runtimeClasspath
6666
org.junit:junit-bom:5.9.2=runtimeClasspath

agent/azure-monitor-exporter/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ dependencies {
1919
implementation("com.azure:azure-core")
2020
implementation("com.azure:azure-identity")
2121

22+
// CVE-2023-1370 - https://github.com/advisories/GHSA-493p-pfq6-5258
23+
// Transitive dependency: json-smart -> com.microsoft.azure:msal4j:1.13.5 -> com.azure:azure-identity
24+
// -> azure-monitor-exporter
25+
// upstream fix: https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/612
26+
implementation("net.minidev:json-smart:2.4.9")
27+
2228
compileOnly("io.opentelemetry:opentelemetry-sdk")
2329
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics")
2430
compileOnly("io.opentelemetry:opentelemetry-sdk-logs")

agent/azure-monitor-exporter/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ io.projectreactor.netty:reactor-netty-http:1.1.5=runtimeClasspath
4949
io.projectreactor:reactor-core:3.5.4=runtimeClasspath
5050
net.java.dev.jna:jna-platform:5.6.0=runtimeClasspath
5151
net.java.dev.jna:jna:5.6.0=runtimeClasspath
52-
net.minidev:accessors-smart:2.4.8=runtimeClasspath
53-
net.minidev:json-smart:2.4.8=runtimeClasspath
52+
net.minidev:accessors-smart:2.4.9=runtimeClasspath
53+
net.minidev:json-smart:2.4.9=runtimeClasspath
5454
org.junit:junit-bom:5.9.2=runtimeClasspath
55-
org.ow2.asm:asm:9.1=runtimeClasspath
55+
org.ow2.asm:asm:9.3=runtimeClasspath
5656
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
5757
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
5858
org.testcontainers:testcontainers-bom:1.17.6=runtimeClasspath

licenses/more-licenses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#agent
33
##Dependency License Report
4-
_2023-03-24 04:32:06 UTC_
4+
_2023-03-27 10:28:49 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.14.2`
@@ -210,12 +210,12 @@ _2023-03-24 04:32:06 UTC_
210210
> - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1)
211211
> - **Embedded license files**: [jna-platform-5.13.0.jar/META-INF/LICENSE](jna-platform-5.13.0.jar/META-INF/LICENSE)
212212
213-
**41** **Group:** `net.minidev` **Name:** `accessors-smart` **Version:** `2.4.8`
213+
**41** **Group:** `net.minidev` **Name:** `accessors-smart` **Version:** `2.4.9`
214214
> - **Project URL**: [https://urielch.github.io/](https://urielch.github.io/)
215215
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
216216
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
217217
218-
**42** **Group:** `net.minidev` **Name:** `json-smart` **Version:** `2.4.8`
218+
**42** **Group:** `net.minidev` **Name:** `json-smart` **Version:** `2.4.9`
219219
> - **Project URL**: [https://urielch.github.io/](https://urielch.github.io/)
220220
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
221221
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)