We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f23b4 commit 43c9f51Copy full SHA for 43c9f51
1 file changed
buildSrc/dependency-check-suppress.xml
@@ -170,7 +170,7 @@
170
<vulnerabilityName>CWE-94: Improper Control of Generation of Code ('Code Injection')</vulnerabilityName>
171
</suppress>
172
173
- <suppress until="2023-03-01Z">
+ <suppress until="2023-06-01Z">
174
<notes><![CDATA[
175
Time-limited suppression for https://nvd.nist.gov/vuln/detail/CVE-2021-29425. GoCD is not vulnerable as the use of
176
FilenameUtils.normalize does not "use the result to construct a path value" as required by the defect. Neither does
0 commit comments