Skip to content

Commit

Permalink
deploy: e8c4429
Browse files Browse the repository at this point in the history
  • Loading branch information
go-sec-tester committed Jun 7, 2024
1 parent 0c0e8f5 commit 0dde97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
</section>
<script>
var data = {"Golang errors":{},"Issues":[{"severity":"HIGH","confidence":"MEDIUM","cwe":{"id":"338","url":"https://cwe.mitre.org/data/definitions/338.html"},"rule_id":"G404","details":"Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand)","file":"/github/workspace/console/commands/random.go","code":"29: \t\tfor i := range b {\n30: \t\t\tb[i] = letters[rand.Intn(len(letters))] //nolint:gosec // for better performance\n31: \t\t}\n","line":"30","column":"19","nosec":false,"suppressions":null},{"severity":"HIGH","confidence":"MEDIUM","cwe":{"id":"338","url":"https://cwe.mitre.org/data/definitions/338.html"},"rule_id":"G404","details":"Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand)","file":"/github/workspace/console/commands/random.go","code":"25: \t\tl.Info(\"running random command\")\n26: \t\trand.New(rand.NewSource(time.Now().Unix()))\n27: \t\tvar letters = []rune(\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\")\n","line":"26","column":"3","nosec":false,"suppressions":null}],"Stats":{"files":54,"lines":2818,"nosec":0,"found":2},"GosecVersion":"dev"};
var data = {"Golang errors":{},"Issues":[],"Stats":{"files":50,"lines":2860,"nosec":0,"found":0},"GosecVersion":"dev"};
</script>
<script type="text/babel">
var IssueTag = React.createClass({
Expand Down

0 comments on commit 0dde97f

Please sign in to comment.