mirror of
https://github.com/github/codeql.git
synced 2026-05-13 18:59:27 +02:00
Update security-validation-disabled.ql
This commit is contained in:
@@ -20,5 +20,5 @@ from
|
||||
where
|
||||
config.hasFlow(source, sink) and
|
||||
exists(Assignment a | a.getLValue() = pw | sink.asExpr() = a.getRValue())
|
||||
select sink, "The security sensitive property $@ is being disabled by the followign value: $@.", pw,
|
||||
select sink, "The security sensitive property $@ is being disabled by the following value: $@.", pw,
|
||||
pw.getTarget().toString(), source, "false"
|
||||
|
||||
Reference in New Issue
Block a user