Merge pull request #15 from chainguard-dev/false-positives-npm-exec
linux https clients: Add exception for npm exec
This commit is contained in:
commit
c8bf0265eb
|
@ -94,5 +94,6 @@ WHERE
|
||||||
'500,/usr/syncthing,0u,0g,syncthing'
|
'500,/usr/syncthing,0u,0g,syncthing'
|
||||||
) -- stay weird, NixOS (Fastly nix mirror)
|
) -- stay weird, NixOS (Fastly nix mirror)
|
||||||
AND NOT child_cmd = '/run/current-system/sw/bin/bash'
|
AND NOT child_cmd = '/run/current-system/sw/bin/bash'
|
||||||
|
AND NOT exception_key LIKE '500,/usr/node,0u,0g,npm exec %'
|
||||||
GROUP BY
|
GROUP BY
|
||||||
p.cmdline
|
p.cmdline
|
||||||
|
|
Loading…
Reference in New Issue