We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
G402 doesn't catch the following case:
var conf tls.Config conf.InsecureSkipVerify = true
See above. Alternatively, clone this code and remove the /* #nosec G402 */ annotation in line 658.
/* #nosec G402 */
Latest master (05a7bc585d22119c3bd99d6ed03248b7c83f77e4)
05a7bc585d22119c3bd99d6ed03248b7c83f77e4
go version 1.19.4 linux/amd64
NixOS 22.11
The text was updated successfully, but these errors were encountered:
@ccojocar thanks for the quick fix! :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
G402 doesn't catch the following case:
Steps to reproduce the behavior
See above. Alternatively, clone this code and remove the
/* #nosec G402 */
annotation in line 658.gosec version
Latest master (
05a7bc585d22119c3bd99d6ed03248b7c83f77e4
)Go version (output of 'go version')
go version 1.19.4 linux/amd64
Operating system / Environment
NixOS 22.11
The text was updated successfully, but these errors were encountered: