Commit ab48704
committed
chore: scope-limited scanner suppression on the fixed verify_binary line
The dangerous-exec rule fires on any non-static first argument to IO.popen
and does not model the array form, so it reports the fixed line as well as
the vulnerable one it replaced -- the same rule is already open against
master on the pre-fix line. Comment-only; no behaviour change.
Suppression is scoped to this one rule on this one line, with the reason
stated inline, so every other IO.popen/exec finding in this file still
reports.1 parent db623c3 commit ab48704
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
0 commit comments