We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current injection sources regex
poutine/opa/rego/rules/injection.rego
Line 19 in fc37055
Is missing various sources, some of which are in messypoutine https://github.com/messypoutine/gravy-overflow/blob/main/.github/workflows/level1.yml#L46
messypoutine
Such as github.event.workflow_run.head_commit.message
github.event.workflow_run.head_commit.message
In fact looking at semgrep rule there are a few more we can just get there https://github.com/semgrep/semgrep-rules/blob/develop/yaml/github-actions/security/github-script-injection.yaml#L52-L69
Semgrep's list is missing this one for instance github.event.pull_request.head.repo.description https://github.com/messypoutine/gravy-overflow/blob/4bdd38801e7e37238c1c4282d29dbd8aa0ba520c/.github/workflows/level0.yml#L138
github.event.pull_request.head.repo.description
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current injection sources regex
poutine/opa/rego/rules/injection.rego
Line 19 in fc37055
Is missing various sources, some of which are in
messypoutine
https://github.com/messypoutine/gravy-overflow/blob/main/.github/workflows/level1.yml#L46
Such as
github.event.workflow_run.head_commit.message
In fact looking at semgrep rule there are a few more we can just get there https://github.com/semgrep/semgrep-rules/blob/develop/yaml/github-actions/security/github-script-injection.yaml#L52-L69
Semgrep's list is missing this one for instance
github.event.pull_request.head.repo.description
https://github.com/messypoutine/gravy-overflow/blob/4bdd38801e7e37238c1c4282d29dbd8aa0ba520c/.github/workflows/level0.yml#L138The text was updated successfully, but these errors were encountered: