mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Rust: Autoformat.
This commit is contained in:
@@ -71,7 +71,8 @@ module InsecureCookie {
|
||||
if
|
||||
forex(DataFlow::Node argSourceNode, BooleanLiteralExpr argSourceValue |
|
||||
DataFlow::localFlow(argSourceNode, argNode) and
|
||||
argSourceValue = argSourceNode.asExpr().getExpr() |
|
||||
argSourceValue = argSourceNode.asExpr().getExpr()
|
||||
|
|
||||
argSourceValue.getTextValue() = "true"
|
||||
)
|
||||
then value = true // `true` flows to here
|
||||
|
||||
Reference in New Issue
Block a user