Skip to content

Commit

Permalink
Update snakeyaml (CVE-2022-1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibernhard committed Aug 9, 2023
1 parent 4e83cd8 commit 0ab1204
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ allowed_patterns:
- https://github.com/jk1/Gradle-License-Report/blob/7cf695c38126b63ef9e907345adab84dfa92ea0e/src/main/resources/default-license-normalizer-bundle.json
fileignoreconfig:
- filename: build.gradle.kts
checksum: 9bc3c26452df16f3bbd0deba8790fbf4a123d7b202738c657762611dbd371482
checksum: 0b4fb42cd6bdf5d492e3077645250e6d57a2ea7909f9d8c49151c76c3d8673db
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ dependencies {
implementation(libs.spring.boot.starter.security)
implementation(libs.spring.boot.starter.webflux)

// CVE-2022-1471
implementation(libs.snakeyaml)

compileOnly(libs.lombok)

developmentOnly(libs.spring.boot.devtools)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ archunit-junit5 = "com.tngtech.archunit:archunit-junit5:1.0.1"
lombok = { module = "org.projectlombok:lombok" }
mockito-junit-jupiter = "org.mockito:mockito-junit-jupiter:5.4.0"
reactor-test = { module = "io.projectreactor:reactor-test" }
snakeyaml = "org.yaml:snakeyaml:2.1"
spring-boot-devtools = { module = "org.springframework.boot:spring-boot-devtools" }
spring-boot-starter-actuator = { module = "org.springframework.boot:spring-boot-starter-actuator" }
spring-boot-starter-security = { module = "org.springframework.boot:spring-boot-starter-security" }
Expand Down

0 comments on commit 0ab1204

Please sign in to comment.