|
80 | 80 | </suppress> |
81 | 81 | <suppress> |
82 | 82 | <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 |
84 | 84 | ]]></notes> |
85 | 85 | <packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@4\.3.*$</packageUrl> |
86 | | - <cve>CVE-2026-22740</cve> |
| 86 | + <cve>CVE-2026-22735</cve> |
87 | 87 | </suppress> |
88 | 88 | <suppress> |
89 | 89 | <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 |
94 | 91 | ]]></notes> |
95 | 92 | <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> |
98 | 94 | </suppress> |
99 | 95 | <suppress> |
100 | 96 | <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. |
102 | 98 | ]]></notes> |
103 | 99 | <packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@4\.3.*$</packageUrl> |
104 | | - <cve>CVE-2026-22735</cve> |
| 100 | + <cve>CVE-2026-22740</cve> |
105 | 101 | </suppress> |
106 | 102 | <suppress> |
107 | 103 | <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. |
109 | 108 | ]]></notes> |
110 | 109 | <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> |
112 | 112 | </suppress> |
113 | 113 |
|
114 | 114 | <suppress> |
|
0 commit comments