1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00
gosec/testutils
Dimitar Banchev 0eb8143c23 Added new rule G407(hardcoded IV/nonce)
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
2024-08-30 19:35:07 +02:00
..
2024-06-24 15:25:54 +02:00
2024-06-25 13:18:27 +02:00
2024-06-25 13:18:27 +02:00
2024-06-25 13:18:27 +02:00
2017-07-19 15:17:00 -06:00
2023-10-13 14:11:08 +02:00