mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Ranamed to CWE-094
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @id js/actions/injection
|
||||
* @tags actions
|
||||
* security
|
||||
* external/cwe/cwe-829
|
||||
* external/cwe/cwe-094
|
||||
*/
|
||||
|
||||
import javascript
|
||||
@@ -9,7 +9,7 @@
|
||||
* @id js/actions/pull_request_target
|
||||
* @tags actions
|
||||
* security
|
||||
* external/cwe/cwe-829
|
||||
* external/cwe/cwe-094
|
||||
*/
|
||||
|
||||
import javascript
|
||||
@@ -12,7 +12,7 @@ import javascript
|
||||
module Actions {
|
||||
/** A YAML node in a GitHub Actions workflow file. */
|
||||
private class Node extends YAMLNode {
|
||||
Node() { this.getLocation().getFile().getRelativePath().matches(["experimental/Security/CWE-829/.github/workflows/%", ".github/workflows/%"]) }
|
||||
Node() { this.getLocation().getFile().getRelativePath().matches(["experimental/Security/CWE-094/.github/workflows/%", ".github/workflows/%"]) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user