mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
Update README and DEVELOPMENT to list G707-G710 alongside the existing taint rules. Add CWE-444 for G113 (HTTP request smuggling) and CWE-276 for G307 (os.Create permissions) so issues from those rules carry a CWE weakness instead of nil. Fix a 'falg1' typo in flag_test that prevented the validated-flag test from binding the flag it was meant to exercise.