exclude certification from maybeCertificate() regexes

This commit is contained in:
James Ockers
2024-01-30 13:16:18 -08:00
parent 2d95ac9d5f
commit eb5e0123d6
4 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ module HeuristicNames {
* Gets a regular expression that identifies strings that may indicate the presence of
* a certificate.
*/
string maybeCertificate() { result = "(?is).*(cert)(?!.*(format|name)).*" }
string maybeCertificate() { result = "(?is).*(cert)(?!.*(format|name|ification)).*" }
/**
* Gets a regular expression that identifies strings that may indicate the presence