Skip to content

Remove poor Go rules

Michael Henriksen requested to merge feat/issue-417392/remove-bad-go-rules into main

Removes poor Go rules identified by @idawson:

  • go/audit/rule-unhandled_error.yml - Empty placeholder rule
  • go/blocklist/rule-blocklist-cgi.yml - Only problematic in Go <1.6.3 and we can't currently determine the version
  • go/crypto/rule-weakcrypto.yml - Removed in favor of crypto blocklist rules with better descriptions and recommendations

closes gitlab-org/gitlab#417392 (closed)

Merge request reports