Skip to content

Commit 79feb3b

Browse files
authored
Merge pull request github#5454 from asgerf/js/fix-untrusted-checkout-id
JS: Fix query ID for UntrustedCheckout
2 parents 3b117f5 + 42c4b22 commit 79feb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-094/UntrustedCheckout.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @kind problem
77
* @problem.severity warning
88
* @precision low
9-
* @id js/actions/pull_request_target
9+
* @id js/actions/pull-request-target
1010
* @tags actions
1111
* security
1212
* external/cwe/cwe-094

0 commit comments

Comments
 (0)