Skip to content

Annotate safe usage of math/rand.

Hayley Swimelar requested to merge testsuites-sec-scan-fix into master

This MR uses gosec annotations https://github.com/securego/gosec#annotating-code to flag false positives of Use of weak random number generator (math/rand instead of crypto/rand) (Gosec Rule ID G404), so that they do not show up in future security scans.

Edited by Hayley Swimelar

Merge request reports

Loading