Closed sergiu128 closed 1 year ago
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
1 medium severity issue: using
crypto/sha1
in websocket handshake. @Dave-Clark-Talos this is not a security issue. See commit aa9e1991a01ac2a7e27001bc1a995b924842f578 for an explanation.Other low severity issues:
@Dave-Clark-Talos see commit 0f2af4d21378802b9b3bf2f0df57325c4551f8b6 on how
gosec
is setup. Related to CI, we run the full suite of tests, benchmarks, golint and gosec on each push (hence build). We also make sure all examples build.