Skip to content

Commit 373e0a2

Browse files
author
Alvaro Muñoz
committed
Rename untrusted checkout queries
1 parent 9417e1d commit 373e0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ql/src/Security/CWE-829/UntrustedCheckoutError.ql renamed to ql/src/Security/CWE-829/PrivilegedUntrustedCheckoutCritical.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @problem.severity error
88
* @precision high
99
* @security-severity 9.3
10-
* @id actions/untrusted-checkout
10+
* @id actions/privileged-untrusted-checkout/critical
1111
* @tags actions
1212
* security
1313
* external/cwe/cwe-829

ql/src/Security/CWE-829/UntrustedCheckoutWarning.ql renamed to ql/src/Security/CWE-829/PrivilegedUntrustedCheckoutHigh.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @problem.severity warning
88
* @precision medium
99
* @security-severity 5.3
10-
* @id actions/untrusted-checkout
10+
* @id actions/privileged-untrusted-checkout/high
1111
* @tags actions
1212
* security
1313
* external/cwe/cwe-829

0 commit comments

Comments
 (0)