set js/actions/injection as a high precision warning query

This commit is contained in:
Erik Krogh Kristensen
2022-05-03 13:13:54 +02:00
parent 2a65d1d3ec
commit 48fb01f9f7

View File

@@ -3,7 +3,7 @@
* @description Using user-controlled GitHub Actions contexts like `run:` or `script:` may allow a malicious
* user to inject code into the GitHub action.
* @kind problem
* @problem.severity error
* @problem.severity warning
* @precision high
* @id js/actions/injection
* @tags actions