We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00516ff commit a00759dCopy full SHA for a00759d
1 file changed
README.md
@@ -31,8 +31,8 @@ We use it for these main purposes:
31
* C#
32
* [C# Zip Slip demo](CodeQL_Queries/csharp/ZipSlip)
33
* GitHub Actions:
34
- * [pull_request_target with explicit pull request checkout](CodeQL_Queries/actions/pull_request_target.ql)
35
- * [Command injection from user-controlled Actions context](CodeQL_Queries/actions/script_injections.ql)
+ * [pull_request_target with explicit pull request checkout](https://github.com/github/codeql/blob/main/javascript/ql/src/experimental/Security/CWE-094/UntrustedCheckout.ql)
+ * [Command injection from user-controlled Actions context](https://github.com/github/codeql/blob/main/javascript/ql/src/experimental/Security/CWE-094/ExpressionInjection.ql)
36
37
### Videos
38
0 commit comments