Rust: Fix after merge.

This commit is contained in:
Geoffrey White
2025-11-21 18:53:57 +00:00
parent eb674d08d6
commit ff8032a4ec

View File

@@ -25,7 +25,7 @@ module DisabledCertificateCheckConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node node) {
// the constant `true`
node.asExpr().getExpr().(BooleanLiteralExpr).getTextValue() = "true"
node.asExpr().(BooleanLiteralExpr).getTextValue() = "true"
or
// a value controlled by a potential attacker
node instanceof ActiveThreatModelSource