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 43ac75e commit 6362884Copy full SHA for 6362884
rust/ql/lib/codeql/rust/security/InsecureCookieExtensions.qll
@@ -71,7 +71,8 @@ module InsecureCookie {
71
if
72
forex(DataFlow::Node argSourceNode, BooleanLiteralExpr argSourceValue |
73
DataFlow::localFlow(argSourceNode, argNode) and
74
- argSourceValue = argSourceNode.asExpr().getExpr() |
+ argSourceValue = argSourceNode.asExpr().getExpr()
75
+ |
76
argSourceValue.getTextValue() = "true"
77
)
78
then value = true // `true` flows to here
0 commit comments