Skip to content

Commit a823baa

Browse files
committed
Ranamed to CWE-094
1 parent 16ca231 commit a823baa

28 files changed

+5
-5
lines changed

javascript/ql/src/experimental/Security/CWE-829/expression_injection.ql renamed to javascript/ql/src/experimental/Security/CWE-094/expression_injection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @id js/actions/injection
99
* @tags actions
1010
* security
11-
* external/cwe/cwe-829
11+
* external/cwe/cwe-094
1212
*/
1313

1414
import javascript

javascript/ql/src/experimental/Security/CWE-829/pull_request_target.ql renamed to javascript/ql/src/experimental/Security/CWE-094/pull_request_target.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @id js/actions/pull_request_target
1010
* @tags actions
1111
* security
12-
* external/cwe/cwe-829
12+
* external/cwe/cwe-094
1313
*/
1414

1515
import javascript

javascript/ql/src/experimental/semmle/javascript/Actions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import javascript
1212
module Actions {
1313
/** A YAML node in a GitHub Actions workflow file. */
1414
private class Node extends YAMLNode {
15-
Node() { this.getLocation().getFile().getRelativePath().matches(["experimental/Security/CWE-829/.github/workflows/%", ".github/workflows/%"]) }
15+
Node() { this.getLocation().getFile().getRelativePath().matches(["experimental/Security/CWE-094/.github/workflows/%", ".github/workflows/%"]) }
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)