From 64f422d11f006d217d4fdd347bd397f0d4c5f7a4 Mon Sep 17 00:00:00 2001 From: NRGLine4Sec <26851996+NRGLine4Sec@users.noreply.github.com> Date: Tue, 23 May 2023 12:28:39 +0200 Subject: [PATCH] add pipx python method of installing third party software MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python package installations should be more common with pipx because of [PEP 668 – Marking Python base environments as “externally managed” | peps.python.org](https://peps.python.org/pep-0668/) --- audit.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audit.rules b/audit.rules index 20859c5..bb70fe2 100644 --- a/audit.rules +++ b/audit.rules @@ -518,6 +518,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