#supplychainbreach — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #supplychainbreach, aggregated by home.social.
-
[Threatview.io] ⚠️ Vulnerability alert
Check if impacted by CVE-2024-3094 ❓
❌ xz -V
✔️ strings /usr/local/bin/xz | grep "(XZ Utils)"
✔️strings `which xz` | grep "(XZ Utils"
✔️for xz_p in $(type -a xz | awk '{print $NF}' | uniq); do strings "$xz_p" | grep "xz (XZ Utils)" || echo "No match found for $xz_p"; done