зеркало из https://github.com/github/codeql.git
Swift: Correct US spellings.
This commit is contained in:
Родитель
11d582db51
Коммит
028326abad
|
@ -176,12 +176,12 @@ class SensitiveExpr extends Expr {
|
||||||
not label.regexpMatch(regexpProbablySafe())
|
not label.regexpMatch(regexpProbablySafe())
|
||||||
or
|
or
|
||||||
(
|
(
|
||||||
// modelled sensitive credential
|
// modeled sensitive credential
|
||||||
sourceNode(DataFlow::exprNode(this), "sensitive-credential") and
|
sourceNode(DataFlow::exprNode(this), "sensitive-credential") and
|
||||||
sensitiveType = TCredential() and
|
sensitiveType = TCredential() and
|
||||||
label = "credential"
|
label = "credential"
|
||||||
or
|
or
|
||||||
// modelled sensitive private information
|
// modeled sensitive private information
|
||||||
sourceNode(DataFlow::exprNode(this), "sensitive-private-info") and
|
sourceNode(DataFlow::exprNode(this), "sensitive-private-info") and
|
||||||
sensitiveType = TPrivateInfo() and
|
sensitiveType = TPrivateInfo() and
|
||||||
label = "private information"
|
label = "private information"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче