Skip to content
New issue

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

Linter: gosec, Rule: G401 - Detect the usage of DES, RC4, MD5 or SHA1. Should we enable it? #12946

Closed
zak-pawel opened this issue Mar 26, 2023 · 1 comment · Fixed by #13021
Closed
Labels

Comments

@zak-pawel
Copy link
Collaborator

Use Case

This issue starts discussion about enabling:

Rule is mapped to CWE-326: Inadequate Encryption Strength.

Expected behavior

Decision if rule should be enabled or not.

Actual behavior

For this rule following findings were found in current code:

plugins/inputs/filestat/filestat.go:127:10  gosec  G401: Use of weak cryptographic primitive

Additional info

For this rule no additional configuration can be provided.

@zak-pawel zak-pawel added feature request Requests for new plugin and for new features to existing plugins linter and removed feature request Requests for new plugin and for new features to existing plugins labels Mar 26, 2023
@powersj
Copy link
Contributor

powersj commented Mar 27, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants