Skip to content

Commit

Permalink
Incorporate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ikretz committed Oct 2, 2024
1 parent 9ba06c2 commit 46c7f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guarddog/analyzer/sourcecode/code-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ rules:

- pattern: subprocess.check_call($ARG1, ...)
- pattern: check_call($ARG1, ...)
- pattern: subprocess.check_call([..., "... $ARG1 ...", ...], ...)
- pattern: check_call([..., "$ARG1", ...], ...)
- pattern: subprocess.check_call([..., $ARG1, ...], ...)
- pattern: check_call([..., $ARG1, ...], ...)

# eval, allow checking for version
- patterns:
Expand Down

0 comments on commit 46c7f6c

Please sign in to comment.