mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update inconsistent CWE tags
Most tags use the "external/cwe/cwe-xxx" format, except for these few queries. Updating them for consistency.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @id java/file-path-injection
|
||||
* @tags security
|
||||
* experimental
|
||||
* external/cwe-073
|
||||
* external/cwe/cwe-073
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* @id java/unsafe-url-forward-dispatch-load
|
||||
* @tags security
|
||||
* experimental
|
||||
* external/cwe-552
|
||||
* external/cwe/cwe-552
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
* @id java/permissive-dot-regex
|
||||
* @tags security
|
||||
* experimental
|
||||
* external/cwe-625
|
||||
* external/cwe-863
|
||||
* external/cwe/cwe-625
|
||||
* external/cwe/cwe-863
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
Reference in New Issue
Block a user