File tree 2 files changed +47
-1
lines changed
2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
1
+ ignore :
2
+ - vulnerability : CVE-2022-1471 # solved in snakeyaml 2.2
3
+ - vulnerability : CVE-2024-23672 # tomcat-embed-core 10.1.25
4
+ - vulnerability : CVE-2024-24549 # tomcat-embed-websocket 10.1.25
5
+ - vulnerability : CVE-2024-22243 # spring-web 6.0.22
6
+ - vulnerability : CVE-2024-22259 # spring-web 6.0.22
7
+ - vulnerability : CVE-2023-3635 # okio-jvm 3.9.0
8
+ - vulnerability : CVE-2023-51074 # json-path 2.9.0
9
+ - vulnerability : CVE-2024-26308 # commons-compress 1.26.2
10
+ - vulnerability : CVE-2024-25710 # commons-compress 1.26.2
Original file line number Diff line number Diff line change 110
110
111
111
<dependencyManagement >
112
112
<dependencies >
113
+ <dependency >
114
+ <groupId >org.yaml</groupId >
115
+ <artifactId >snakeyaml</artifactId >
116
+ <version >2.2</version >
117
+ </dependency >
118
+ <dependency >
119
+ <groupId >org.apache.commons</groupId >
120
+ <artifactId >commons-compress</artifactId >
121
+ <version >1.26.2</version >
122
+ </dependency >
123
+ <dependency >
124
+ <groupId >com.jayway.jsonpath</groupId >
125
+ <artifactId >json-path</artifactId >
126
+ <version >2.9.0</version >
127
+ </dependency >
128
+
113
129
<dependency >
114
130
<groupId >org.springframework.cloud</groupId >
115
131
<artifactId >spring-cloud-dependencies</artifactId >
116
132
<version >2022.0.4</version >
117
133
<type >pom</type >
118
134
<scope >import</scope >
119
135
</dependency >
120
-
136
+ <dependency >
137
+ <groupId >com.squareup.okio</groupId >
138
+ <artifactId >okio-jvm</artifactId >
139
+ <version >3.9.0</version >
140
+ <scope >runtime</scope >
141
+ </dependency >
142
+ <dependency >
143
+ <groupId >org.apache.tomcat.embed</groupId >
144
+ <artifactId >tomcat-embed-core</artifactId >
145
+ <version >10.1.25</version >
146
+ </dependency >
147
+ <dependency >
148
+ <groupId >org.apache.tomcat.embed</groupId >
149
+ <artifactId >tomcat-embed-websocket</artifactId >
150
+ <version >10.1.25</version >
151
+ </dependency >
152
+ <dependency >
153
+ <groupId >org.springframework</groupId >
154
+ <artifactId >spring-web</artifactId >
155
+ <version >6.0.22</version >
156
+ </dependency >
121
157
<dependency >
122
158
<groupId >com.azure.spring</groupId >
123
159
<artifactId >spring-cloud-azure-dependencies</artifactId >
You can’t perform that action at this time.
0 commit comments