Skip to content

Commit 97f5e3f

Browse files
committed
chore: re-order suppressions CVE-chronologically
1 parent ec3ccb4 commit 97f5e3f

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

build-platform/dependency-check-suppress.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,35 +80,35 @@
8080
</suppress>
8181
<suppress>
8282
<notes><![CDATA[
83-
According to https://spring.io/security/cve-2026-22740 this only affects webflux applications, which GoCD is not.
83+
GoCD does not use server sent events as required to be affected by https://spring.io/security/cve-2026-22735
8484
]]></notes>
8585
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@4\.3.*$</packageUrl>
86-
<cve>CVE-2026-22740</cve>
86+
<cve>CVE-2026-22735</cve>
8787
</suppress>
8888
<suppress>
8989
<notes><![CDATA[
90-
According to https://spring.io/security/cve-2026-22741 and https://spring.io/security/cve-2026-22745 these issues
91-
only affects serving of static resources via spring-web/webflux. GoCD does not server static assets from the
92-
filesystem via Spring Web resource handler mechanisms (it uses Jetty for static assets alongside custom handlers for
93-
artifact downloading.
90+
GoCD does not use scripting enabled template views as required to be affected by https://spring.io/security/cve-2026-22737
9491
]]></notes>
9592
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@4\.3.*$</packageUrl>
96-
<cve>CVE-2026-22741</cve>
97-
<cve>CVE-2026-22745</cve>
93+
<cve>CVE-2026-22737</cve>
9894
</suppress>
9995
<suppress>
10096
<notes><![CDATA[
101-
GoCD does not use server sent events as required to be affected by https://spring.io/security/cve-2026-22735
97+
According to https://spring.io/security/cve-2026-22740 this only affects webflux applications, which GoCD is not.
10298
]]></notes>
10399
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@4\.3.*$</packageUrl>
104-
<cve>CVE-2026-22735</cve>
100+
<cve>CVE-2026-22740</cve>
105101
</suppress>
106102
<suppress>
107103
<notes><![CDATA[
108-
GoCD does not use scripting enabled template views as required to be affected by https://spring.io/security/cve-2026-22737
104+
According to https://spring.io/security/cve-2026-22741 and https://spring.io/security/cve-2026-22745 these issues
105+
only affects serving of static resources via spring-web/webflux. GoCD does not server static assets from the
106+
filesystem via Spring Web resource handler mechanisms (it uses Jetty for static assets alongside custom handlers for
107+
artifact downloading.
109108
]]></notes>
110109
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@4\.3.*$</packageUrl>
111-
<cve>CVE-2026-22737</cve>
110+
<cve>CVE-2026-22741</cve>
111+
<cve>CVE-2026-22745</cve>
112112
</suppress>
113113

114114
<suppress>

0 commit comments

Comments
 (0)