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
fix(security): resolve all gosec findings across codebase
- Replace http.Get with http.NewRequestWithContext in installer and
templates to fix G107 (HTTP request with variable URL)
- Add io.LimitReader to zip extraction to prevent decompression bombs (G110)
- Add proper #nosec annotations with rule IDs and justifications for
intentional patterns: G115, G122, G204, G302, G304, G306, G703, G117
- Remove stale //nolint:gosec comments on lines that don't trigger gosec
0 commit comments