Skip to content

Commit 9977f25

Browse files
author
Alvaro Muñoz
committed
Move some queries to experimental
1 parent f4f18f3 commit 9977f25

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

ql/src/Security/CWE-078/CommandInjectionCritical.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @id actions/command-injection/critical
1010
* @tags actions
1111
* security
12+
* experimental
1213
* external/cwe/cwe-078
1314
*/
1415

ql/src/Security/CWE-078/CommandInjectionMedium.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @id actions/command-injection/medium
1010
* @tags actions
1111
* security
12+
* experimental
1213
* external/cwe/cwe-078
1314
*/
1415

ql/src/Security/CWE-200/SecretExfiltration.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id actions/secret-exfiltration
99
* @tags actions
1010
* security
11+
* experimental
1112
* external/cwe/cwe-200
1213
*/
1314

ql/src/Security/CWE-284/CodeExecutionOnSelfHostedRunner.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* @id actions/pr-on-self-hosted-runner
99
* @tags actions
1010
* security
11-
* external/cwe/cwe-284
12-
* testing
1311
* experimental
12+
* external/cwe/cwe-284
1413
*/
1514

1615
import codeql.actions.security.SelfHostedQuery

ql/src/Security/CWE-918/RequestForgery.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id actions/request-forgery
99
* @tags actions
1010
* security
11+
* experimental
1112
* external/cwe/cwe-918
1213
*/
1314

0 commit comments

Comments
 (0)