Skip to content

Commit

Permalink
Merge pull request #92 from NRGLine4Sec/patch-3
Browse files Browse the repository at this point in the history
add pipx python method of installing third party software
  • Loading branch information
Neo23x0 committed Jun 26, 2023
2 parents 6d3f85e + 64f422d commit 1646590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@
-w /usr/local/bin/pip -p x -k T1072_third_party_software
-w /usr/bin/pip3 -p x -k T1072_third_party_software
-w /usr/local/bin/pip3 -p x -k T1072_third_party_software
-w /usr/bin/pipx -p x -k T1072_third_party_software
-w /usr/local/bin/pipx -p x -k T1072_third_party_software

# npm
## T1072 third party software
Expand Down

0 comments on commit 1646590

Please sign in to comment.