Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54b29a commit d5ac719Copy full SHA for d5ac719
1 file changed
go/ql/test/experimental/CWE-321/sanitizer.go
@@ -112,7 +112,3 @@ func randReadSanitizer_test() (interface{}, error) {
112
key6 := GenerateRandomString3(32)
113
return cristal.NewSignerHS(cristal.HS256, []byte(key6)) // GOOD
114
}
115
-
116
-func main() {
117
- return
118
-}
0 commit comments