From 4e58cce3274ec43b17ed89790b68b95e5a3f4b2a Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Mon, 11 Mar 2024 15:51:05 +0100 Subject: [PATCH] Add `gnu-getopt` to audit allowlist Many formulas still need `gnu-getopt` formula to provide extended `getopt` functionality, and as of sonoma, this is still not provided by macos Including this exception to workaround `brew audit --new` Signed-off-by: Cristian Le --- audit_exceptions/provided_by_macos_depends_on_allowlist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/audit_exceptions/provided_by_macos_depends_on_allowlist.json b/audit_exceptions/provided_by_macos_depends_on_allowlist.json index 4a4dd79a3062cd..63cc58b9f754dc 100644 --- a/audit_exceptions/provided_by_macos_depends_on_allowlist.json +++ b/audit_exceptions/provided_by_macos_depends_on_allowlist.json @@ -1,6 +1,7 @@ [ "apr", "apr-util", + "gnu-getopt", "libressl", "llvm", "openblas",