You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at the recent Trino releases (466, 467) and noticed that UPX was being used on the Linux launcher binaries which trips up certain malware scanners and makes it difficult to detect supply chain attacks whereas the macOS launcher is much easier to scan since it is not compressed.
Hello,
I was looking at the recent Trino releases (466, 467) and noticed that UPX was being used on the Linux launcher binaries which trips up certain malware scanners and makes it difficult to detect supply chain attacks whereas the macOS launcher is much easier to scan since it is not compressed.
launcher/src/main/go/build.sh
Lines 30 to 35 in ca880f7
Is there a reason why the Linux binaries need to be compressed via UPX?
The text was updated successfully, but these errors were encountered: