Skip to content

Commit b5dfda2

Browse files
author
Alvaro Muñoz
committed
Add cargo as poisonable step
1 parent 6df70d1 commit b5dfda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/actions/security/PoisonableSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private string dangerousCommands() {
2323
"terraform apply", "gomplate ", "pre-commit run", "pre-commit install", "go generate",
2424
"msbuild ", "mvn ", "gradle ", "bundle install", "bundle exec ", "^ant ", "mkdocs build",
2525
"pytest", "pip install -r ", "pip install --requirement", "java -jar ", "poetry install",
26-
"poetry run"
26+
"poetry run", "cargo "
2727
]
2828
}
2929

0 commit comments

Comments
 (0)