Merge pull request #9021 from erik-krogh/actions

JS: promote `js/actions/injection` out of experimental
This commit is contained in:
Erik Krogh Kristensen
2022-05-12 14:38:38 +02:00
committed by GitHub
14 changed files with 379 additions and 360 deletions

View File

@@ -0,0 +1,8 @@
on: issue_comment
jobs:
echo-chamber:
runs-on: ubuntu-latest
steps:
- run: |
echo '${{ github.event.comment.body }}'

View File

@@ -0,0 +1 @@
| .github/workflows/comment_issue.yml:7:12:8:47 | \| | Potential injection from the github.event.comment.body context, which may be controlled by an external user. |

View File

@@ -0,0 +1 @@
Security/CWE-094/ExpressionInjection.ql

View File

@@ -0,0 +1 @@
console.log('test')