From 5ac95c40d284613654d8dcdf561982ea76b27438 Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Mon, 1 Jul 2024 12:49:08 +1000 Subject: [PATCH 1/2] Add all versions of mas to the Homebrew prerelease allow list --- audit_exceptions/github_prerelease_allowlist.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 audit_exceptions/github_prerelease_allowlist.json diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json new file mode 100644 index 0000000..aa1a53b --- /dev/null +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -0,0 +1,3 @@ +{ + "mas": "all" +} From 3484d25e7b8da395aa8bc9aee1a9b250add647e4 Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Mon, 1 Jul 2024 18:35:08 +1000 Subject: [PATCH 2/2] Disable non_optional_string_data_conversion SwiftLint rule --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 852c115..abb72ba 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -6,6 +6,7 @@ # disabled_rules: +- non_optional_string_data_conversion - trailing_comma excluded: