Commit 533f03c
committed
ruff.toml: Disable S603 and S607
Reading the bandit documentation, these warnings are low severity and
it would make the code significantly worse to try and work around them,
so opt out of them. These calls are working as intended and this script
is designed to be used interactively so injection is not a concern.
Link: https://bandit.readthedocs.io/en/latest/plugins/b603_subprocess_without_shell_equals_true.html
Link: https://bandit.readthedocs.io/en/latest/plugins/b607_start_process_with_partial_path.html
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent e06594d commit 533f03c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
0 commit comments