mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
exclude certification from maybeCertificate() regexes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user