Ranamed to CWE-094

This commit is contained in:
Jaroslav Lobačevski
2021-03-15 18:24:08 +02:00
parent 16ca2314e4
commit a823baabfb
28 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
* @id js/actions/injection
* @tags actions
* security
* external/cwe/cwe-829
* external/cwe/cwe-094
*/
import javascript

View File

@@ -9,7 +9,7 @@
* @id js/actions/pull_request_target
* @tags actions
* security
* external/cwe/cwe-829
* external/cwe/cwe-094
*/
import javascript

View File

@@ -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/%"]) }
}
/**