mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
0eb8143c23
The rule is supposed to detect for the usage of hardcoded or static nonce/Iv in many encryption algorithms: * The different modes of AES (mainly tested here) * It should be able to work with ascon Currently the rules doesn't check when constant variables are used. TODO: Improve the rule, to detected for constatant variable usage |
||
---|---|---|
.. | ||
issue.go | ||
issue_test.go |