We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb674d0 commit ff8032aCopy full SHA for ff8032a
rust/ql/src/queries/security/CWE-295/DisabledCertificateCheck.ql
@@ -25,7 +25,7 @@ module DisabledCertificateCheckConfig implements DataFlow::ConfigSig {
25
26
predicate isSource(DataFlow::Node node) {
27
// the constant `true`
28
- node.asExpr().getExpr().(BooleanLiteralExpr).getTextValue() = "true"
+ node.asExpr().(BooleanLiteralExpr).getTextValue() = "true"
29
or
30
// a value controlled by a potential attacker
31
node instanceof ActiveThreatModelSource
0 commit comments