File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
javascript/ql/lib/semmle/javascript/security/internal
python/ql/lib/semmle/python/security/internal
ruby/ql/lib/codeql/ruby/security/internal
swift/ql/lib/codeql/swift/security/internal Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module HeuristicNames {
75
75
* Gets a regular expression that identifies strings that may indicate the presence of
76
76
* a certificate.
77
77
*/
78
- string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name)).*" }
78
+ string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name|ification )).*" }
79
79
80
80
/**
81
81
* Gets a regular expression that identifies strings that may indicate the presence
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module HeuristicNames {
75
75
* Gets a regular expression that identifies strings that may indicate the presence of
76
76
* a certificate.
77
77
*/
78
- string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name)).*" }
78
+ string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name|ification )).*" }
79
79
80
80
/**
81
81
* Gets a regular expression that identifies strings that may indicate the presence
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module HeuristicNames {
75
75
* Gets a regular expression that identifies strings that may indicate the presence of
76
76
* a certificate.
77
77
*/
78
- string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name)).*" }
78
+ string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name|ification )).*" }
79
79
80
80
/**
81
81
* Gets a regular expression that identifies strings that may indicate the presence
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module HeuristicNames {
75
75
* Gets a regular expression that identifies strings that may indicate the presence of
76
76
* a certificate.
77
77
*/
78
- string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name)).*" }
78
+ string maybeCertificate ( ) { result = "(?is).*(cert)(?!.*(format|name|ification )).*" }
79
79
80
80
/**
81
81
* Gets a regular expression that identifies strings that may indicate the presence
You can’t perform that action at this time.
0 commit comments