File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 4
4
<notes >no YAML content from users is parsed within this service</notes >
5
5
<cve >CVE-2022-1471</cve >
6
6
</suppress >
7
+ <suppress >
8
+ <notes >False positive</notes >
9
+ <cve >CVE-2022-45688</cve >
10
+ </suppress >
11
+ <suppress >
12
+ <notes >No fix available, still analyzed</notes >
13
+ <cve >CVE-2023-35116</cve >
14
+ </suppress >
7
15
</suppressions >
Original file line number Diff line number Diff line change 87
87
<dependency >
88
88
<groupId >org.springframework.cloud</groupId >
89
89
<artifactId >spring-cloud-starter-openfeign</artifactId >
90
+ <exclusions >
91
+ <exclusion >
92
+ <groupId >commons-fileupload</groupId >
93
+ <artifactId >commons-fileupload</artifactId >
94
+ </exclusion >
95
+ </exclusions >
96
+ </dependency >
97
+ <dependency >
98
+ <groupId >commons-fileupload</groupId >
99
+ <artifactId >commons-fileupload</artifactId >
100
+ <version >1.5</version >
90
101
</dependency >
91
102
<dependency >
92
103
<groupId >io.github.openfeign</groupId >
120
131
<dependency >
121
132
<groupId >com.fasterxml.jackson.core</groupId >
122
133
<artifactId >jackson-databind</artifactId >
134
+ <version >2.15.2</version >
135
+ </dependency >
136
+ <dependency >
137
+ <groupId >com.fasterxml.jackson.core</groupId >
138
+ <artifactId >jackson-core</artifactId >
139
+ <version >2.15.2</version >
123
140
</dependency >
124
141
<dependency >
125
142
<groupId >com.fasterxml.jackson.datatype</groupId >
126
143
<artifactId >jackson-datatype-jsr310</artifactId >
144
+ <version >2.15.2</version >
145
+ </dependency >
146
+ <dependency >
147
+ <groupId >com.fasterxml.jackson.core</groupId >
148
+ <artifactId >jackson-annotations</artifactId >
149
+ <version >2.15.2</version >
127
150
</dependency >
128
151
<dependency >
129
152
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments