Skip to content

Commit

Permalink
bug: Spring Cloud Gateway 高危漏洞 CVE-2022-22947 #679
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Mar 3, 2022
1 parent 9ba9a75 commit 5baa1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/job-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ dependencies {
implementation 'org.springframework:spring-webflux'
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
// CVE-2022-22947
implementation 'org.springframework.cloud:spring-cloud-gateway-server:3.0.7'
implementation 'redis.clients:jedis'
implementation 'commons-io:commons-io'
implementation 'org.springframework.boot:spring-boot-starter-validation'
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'joda-time:joda-time'
implementation 'org.apache.httpcomponents:httpclient'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 5baa1f9

Please sign in to comment.