diff options
Diffstat (limited to 'tools/macos-setup.sh')
-rwxr-xr-x | tools/macos-setup.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh index ec25bf71..0017ffcf 100755 --- a/tools/macos-setup.sh +++ b/tools/macos-setup.sh @@ -62,6 +62,14 @@ fi # XXX: tar, since macOS 10.9, can uncompress xz'ed tarballs, # so perhaps we could get rid of this now? # +# DO NOT UPDATE THIS TO A COMPROMISED VERSION; see +# +# https://www.openwall.com/lists/oss-security/2024/03/29/4 +# +# https://access.redhat.com/security/cve/CVE-2024-3094 +# +# https://nvd.nist.gov/vuln/detail/CVE-2024-3094 +# XZ_VERSION=5.2.5 # |