-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresults.xml
More file actions
372 lines (362 loc) · 17.6 KB
/
results.xml
File metadata and controls
372 lines (362 loc) · 17.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<?xml version="1.0" encoding="utf-8"?>
<checkstyle version="1.5">
<file name="golang/go.mod">
<error
source="vulnerability_medium"
line="7"
message="Insecure dependency golang/golang.org/x/net@v0.16.0 (CVE-2023-44487: HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)) (update to 0.17.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="7"
message="Insecure dependency golang/golang.org/x/net@v0.16.0 (CVE-2023-45288: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS) (update to 0.23.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="7"
message="Insecure dependency golang/golang.org/x/net@v0.16.0 (CVE-2025-22870: golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net) (update to 0.36.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="7"
message="Insecure dependency golang/golang.org/x/net@v0.16.0 (CVE-2025-22872: golang.org/x/net/html: Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net) (update to 0.38.0)"
severity="warning"
/>
<!-- stdlib -->
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2023-39326: golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests) (update to 1.21.5)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-24791: net/http: Denial of service due to improper 100-continue handling in net/http) (update to 1.21.12)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2023-45289: golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect) (update to 1.21.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2023-45290: golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm) (update to 1.21.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-24783: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm) (update to 1.21.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-24784: golang: net/mail: comments in display names are incorrectly handled) (update to 1.21.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-24785: golang: html/template: errors returned from MarshalJSON methods may break template escaping) (update to 1.21.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-24789: golang: archive/zip: Incorrect handling of certain ZIP files) (update to 1.21.11)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-34155: go/parser: golang: Calling any of the Parse functions containing deeply nested literals can cause a panic/stack exhaustion) (update to 1.22.7)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message='Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-34158: go/build/constraint: golang: Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion) (update to 1.22.7)'
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-45336: golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect) (update to 1.22.11)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2024-45341: golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints) (update to 1.22.11)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-22866: crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec) (update to 1.22.12)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-22871: net/http: Request smuggling due to acceptance of invalid chunked data in net/http) (update to 1.23.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-0913: Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall) (update to 1.23.10)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-4673: net/http: Sensitive headers not cleared on cross-origin redirect in net/http) (update to 1.23.10)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-47906: os/exec: Unexpected paths returned from LookPath in os/exec) (update to 1.23.12)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-58185: encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-58189: crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61723: encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61725: net/mail: Excessive CPU consumption in ParseAddress in net/mail) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-47912: net/url: Insufficient validation of bracketed IPv6 hostnames in net/url) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61724: net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-58188: crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-58186: golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http) (update to 1.24.8)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-58187: crypto/x509: Quadratic complexity when checking name constraints in crypto/x509) (update to 1.24.9)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61727: golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs) (update to 1.24.11)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-22873: os: os: Information disclosure via path traversal using specially crafted filenames) (update to 1.23.9)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="3"
message="Insecure dependency golang/stdlib@v1.21.4 (CVE-2025-61730: During the TLS 1.3 handshake if multiple messages are sent in records ...) (update to 1.24.12)"
severity="warning"
/>
</file>
<file name="gradle/gradle.lockfile">
<error
source="vulnerability_medium"
line="1"
message="Insecure dependency maven/org.apache.logging.log4j/log4j-core@2.17.0 (CVE-2025-68161: Apache Log4j: Apache Log4j Core: Information disclosure via missing TLS hostname verification) (update to 2.25.3)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="1"
message="Insecure dependency maven/org.apache.logging.log4j/log4j-core@2.17.0 (CVE-2021-44832: log4j-core: remote code execution via JDBC Appender) (update to 2.17.1)"
severity="warning"
/>
</file>
<file name="java/pom.xml">
<error
source="vulnerability_medium"
line="14"
message="Insecure dependency maven/org.apache.logging.log4j/log4j-core@2.17.0 (CVE-2021-44832: log4j-core: remote code execution via JDBC Appender) (update to 2.17.1)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="14"
message="Insecure dependency maven/org.apache.logging.log4j/log4j-core@2.17.0 (CVE-2025-68161: Apache Log4j: Apache Log4j Core: Information disclosure via missing TLS hostname verification) (update to 2.25.3)"
severity="warning"
/>
</file>
<file name="javascript/package-lock.json">
<error
source="vulnerability_medium"
line="14"
message="Insecure dependency npm/axios@0.21.0 (CVE-2020-28168: nodejs-axios: allows an attacker to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address) (update to 0.21.1)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="14"
message="Insecure dependency npm/axios@0.21.0 (CVE-2023-45857: axios: exposure of confidential data stored in cookies) (update to 0.28.0)"
severity="warning"
/>
</file>
<file name="javascript/yarn.lock">
<error
source="vulnerability_medium"
line="5"
message="Insecure dependency npm/axios@0.21.0 (CVE-2020-28168: nodejs-axios: allows an attacker to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address) (update to 0.21.1)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="5"
message="Insecure dependency npm/axios@0.21.0 (CVE-2023-45857: axios: exposure of confidential data stored in cookies) (update to 0.28.0)"
severity="warning"
/>
</file>
<file name="python/Pipfile.lock">
<error
source="vulnerability_medium"
line="131"
message="Insecure dependency pypi/requests@2.30.0 (CVE-2023-32681: python-requests: Unintended leak of Proxy-Authorization header) (update to 2.31.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="131"
message="Insecure dependency pypi/requests@2.30.0 (CVE-2024-35195: requests: subsequent requests to the same host ignore cert verification) (update to 2.32.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="131"
message="Insecure dependency pypi/requests@2.30.0 (CVE-2024-47081: requests: Requests vulnerable to .netrc credentials leak via malicious URLs) (update to 2.32.4)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="140"
message="Insecure dependency pypi/urllib3@2.2.2 (CVE-2025-50181: urllib3: urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation) (update to 2.5.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="140"
message="Insecure dependency pypi/urllib3@2.2.2 (CVE-2025-50182: urllib3: urllib3 does not control redirects in browsers and Node.js) (update to 2.5.0)"
severity="warning"
/>
</file>
<file name="python/requirements.txt">
<error
source="vulnerability_medium"
line="2"
message="Insecure dependency pypi/requests@v2.30.0 (CVE-2023-32681: python-requests: Unintended leak of Proxy-Authorization header) (update to 2.31.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="2"
message="Insecure dependency pypi/requests@v2.30.0 (CVE-2024-35195: requests: subsequent requests to the same host ignore cert verification) (update to 2.32.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="2"
message="Insecure dependency pypi/requests@v2.30.0 (CVE-2024-47081: requests: Requests vulnerable to .netrc credentials leak via malicious URLs) (update to 2.32.4)"
severity="warning"
/>
</file>
<file name="ruby/Gemfile.lock">
<error
source="vulnerability_medium"
line="4"
message="Insecure dependency gem/puma@6.3.0 (CVE-2023-40175: rubygem-puma: HTTP request smuggling when parsing chunked transfer encoding bodies and zero-length content-length headers) (update to ~> 5.6.7, >= 6.3.1)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="4"
message="Insecure dependency gem/puma@6.3.0 (CVE-2024-21647: rubygem-puma: HTTP request smuggling when parsing chunked Transfer-Encoding Bodies) (update to ~> 5.6.8, >= 6.4.2)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="4"
message="Insecure dependency gem/puma@6.3.0 (CVE-2024-45614: rubygem-puma: Header normalization allows for client to clobber proxy set headers) (update to ~> 5.6.9, >= 6.4.3)"
severity="warning"
/>
</file>
<file name="rust/Cargo.lock">
<error
source="vulnerability_medium"
line="1"
message="Insecure dependency cargo/sqlx@0.8.0 (GHSA-xmrp-424f-vfpx: SQLx Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts) (update to 0.8.1)"
severity="warning"
/>
</file>
<file name="scala/build.sbt.lock">
<error
source="vulnerability_medium"
line="13"
message="Insecure dependency maven/com.twitter/twitter-server_2.12@20.10.0 (CVE-2020-35774: TwitterServer Cross-site Scripting via /histograms endpoint) (update to 20.12.0)"
severity="warning"
/>
</file>
<file name="swift/Package.resolved">
<error
source="vulnerability_medium"
line="67"
message="Insecure dependency swift/github.com/apple/swift-nio-http2@1.2.1 (CVE-2023-44487: HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)) (update to 1.28.0)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="67"
message="Insecure dependency swift/github.com/apple/swift-nio-http2@1.2.1 (GHSA-xvr7-p2c6-j83w: swift-nio-http2 affected by HTTP/2 MadeYouReset vulnerability) (update to 1.38.0)"
severity="warning"
/>
</file>
</checkstyle>