File tree 3 files changed +23
-0
lines changed
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 40
40
<packageUrl regex =" true" >^pkg:maven/commons\-validator/commons\-validator@.*$</packageUrl >
41
41
<cve >CVE-2021-3765</cve >
42
42
</suppress >
43
+ <suppress until =" 2024-12-01Z" >
44
+ <notes ><![CDATA[
45
+ Denial of service using protobuf.
46
+ Should not be applicable since client and server are always in sync and we are only
47
+ communicating locally over UDS.
48
+ ]]> </notes >
49
+ <packageUrl regex =" true" >^pkg:maven/com\.google\.protobuf/protobuf-.*@.*$</packageUrl >
50
+ <cve >CVE-2024-7254</cve >
51
+ </suppress >
43
52
</suppressions >
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ id = "CVE-2022-24329" # GHSA-2qp4-g3q3-f92w
68
68
ignoreUntil = 2024-11-02
69
69
reason = " This CVE only affect Multiplatform Gradle Projects, which this project is not."
70
70
71
+ [[IgnoredVulns ]]
72
+ id = " CVE-2024-7254" # GHSA-735f-pc8j-v9w8
73
+ ignoreUntil = 2024-11-02
74
+ reason = " Should not be applicable since client and server are always in sync and we are only communicating locally over UDS."
75
+
71
76
[[PackageOverrides ]]
72
77
name = " org.bouncycastle:bcprov-jdk15on"
73
78
ecosystem = " Maven"
Original file line number Diff line number Diff line change 17
17
<cve >CVE-2023-33953</cve >
18
18
<cve >CVE-2023-44487</cve >
19
19
</suppress >
20
+ <suppress until =" 2024-12-01Z" >
21
+ <notes ><![CDATA[
22
+ Denial of service using protobuf.
23
+ Should not be applicable since client and server are always in sync and we are only
24
+ communicating locally over UDS.
25
+ ]]> </notes >
26
+ <packageUrl regex =" true" >^pkg:maven/com\.google\.protobuf/protobuf-.*@.*$</packageUrl >
27
+ <cve >CVE-2024-7254</cve >
28
+ </suppress >
20
29
</suppressions >
You can’t perform that action at this time.
0 commit comments