diff --git a/rules/default.yml b/rules/default.yml index 2ea2884..83e06e4 100644 --- a/rules/default.yml +++ b/rules/default.yml @@ -26,4 +26,10 @@ rules: name: Weak Criptography Algorithm message: Weak algorithms like MD5 are susceptible to various attacks and should be avoided in favor of stronger alternatives to ensure the security of sensitive data. sample: - - md5 \ No newline at end of file + - md5 + - id: '0005' + category: vuln + name: Weak Random Value Generator + message: Weak random value generators can lead to predictable values, which can be exploited by attackers to bypass security controls. + sample: + - rand \ No newline at end of file