Fix cwe tags to include leading zero

This commit is contained in:
Owen Mansel-Chan
2025-04-30 16:43:03 +01:00
parent 302680cfb2
commit cf614a596d
37 changed files with 37 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
* to it.
* @id java/count-untrusted-data-external-api
* @kind table
* @tags security external/cwe/cwe-20
* @tags security external/cwe/cwe-020
*/
import java

View File

@@ -6,7 +6,7 @@
* @precision low
* @problem.severity error
* @security-severity 7.8
* @tags security external/cwe/cwe-20
* @tags security external/cwe/cwe-020
*/
import java

View File

@@ -9,7 +9,7 @@
* @precision high
* @id java/netty-http-request-or-response-splitting
* @tags security
* external/cwe/cwe-93
* external/cwe/cwe-093
* external/cwe/cwe-113
*/