We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue starts discussion about enabling:
Rule is mapped to CWE-327: Use of a Broken or Risky Cryptographic Algorithm.
Decision if rule should be enabled or not.
For this rule following findings were found in current code:
plugins/inputs/webhooks/artifactory/artifactory_webhook.go:5:2 gosec G505: Blocklisted import crypto/sha1: weak cryptographic primitive plugins/inputs/webhooks/github/github_webhooks.go:5:2 gosec G505: Blocklisted import crypto/sha1: weak cryptographic primitive
For this rule no additional configuration can be provided.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
So what do we do with the locations requiring SHA1 due to the queried endpoint? +1 if the idea is to consciously silence those.
Successfully merging a pull request may close this issue.
Use Case
This issue starts discussion about enabling:
Rule is mapped to CWE-327: Use of a Broken or Risky Cryptographic Algorithm.
Expected behavior
Decision if rule should be enabled or not.
Actual behavior
For this rule following findings were found in current code:
Additional info
For this rule no additional configuration can be provided.
The text was updated successfully, but these errors were encountered: