diff options
| author | Petr Svenda | 2020-01-23 17:52:12 +0100 |
|---|---|---|
| committer | Petr Svenda | 2020-01-23 17:52:12 +0100 |
| commit | e8e27c6ff4e9194c2445816c3c47b1a359e905fc (patch) | |
| tree | 56dae108b38fac97ed07cafbe69794bc4112386a /src | |
| parent | bf9715375426ab386949c1e3184442583edf0435 (diff) | |
| download | sec-certs-e8e27c6ff4e9194c2445816c3c47b1a359e905fc.tar.gz sec-certs-e8e27c6ff4e9194c2445816c3c47b1a359e905fc.tar.zst sec-certs-e8e27c6ff4e9194c2445816c3c47b1a359e905fc.zip | |
vulnerabilities naming group added
Diffstat (limited to 'src')
| -rw-r--r-- | src/cert_rules.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cert_rules.py b/src/cert_rules.py index 8b2a1e59..9c5e3b1b 100644 --- a/src/cert_rules.py +++ b/src/cert_rules.py @@ -181,6 +181,10 @@ rules_certification_process = [ '.{0,100}[oO]ut of [sS]cope.{0,100}', ] +rules_vulnerabilities = [ + 'CVE-[0-9]+?-[0-9]+?', + ] + rules_other = [ 'library', 'http[s]*://.+?/ ' @@ -205,4 +209,5 @@ rules['rules_crypto_engines'] = rules_crypto_engines rules['rules_crypto_libs'] = rules_crypto_libs rules['rules_defenses'] = rules_defenses rules['rules_certification_process'] = rules_certification_process +rules['rules_vulnerabilities'] = rules_vulnerabilities rules['rules_other'] = rules_other |
