mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
Add SSA-based analyzer G124 to detect http.Cookie allocations missing secure attributes: Secure, HttpOnly, or SameSite. CWE-614. Includes 5 test samples (3 positive, 2 negative).