Update security-validation-disabled.ql

This commit is contained in:
Raul Garcia
2022-07-05 15:18:56 -07:00
committed by GitHub
parent fcb01ef28d
commit 97d9fd9846

View File

@@ -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"