Skip to content

Auris v1.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:26
· 19 commits to main since this release
Remove -fno-stack-protector from build options

Remove the -fno-stack-protector compiler flag and add an explanatory comment. EDR/AV services (CrowdSec, VirusTotal) flag binaries built without stack protection as exploit-facilitating, producing false CVE-2023-4911 detections; dropping this flag avoids those false positives while retaining other optimization and ISA flags (e.g. -O3, -flto, -mavx2, -mfma, -mf16c). Link options remain unchanged.