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
The bundled binary detector currently detects ELF (Unix) and exe (Windows) files, but it does not account for the magic bytes for Mach-O (Mac) files. This could lead to malicious packages targeting Macs to go unnoticed.
The bundled binary detector currently detects ELF (Unix) and exe (Windows) files, but it does not account for the magic bytes for Mach-O (Mac) files. This could lead to malicious packages targeting Macs to go unnoticed.
For reference:
See https://en.wikipedia.org/wiki/Mach-O#Mach-O_header for more info.
The text was updated successfully, but these errors were encountered: