mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Code cleanup from code review
This commit is contained in:
@@ -177,9 +177,7 @@ private class TempDirSystemGetPropertyDirectlyToMkdirConfig extends TaintTrackin
|
||||
}
|
||||
|
||||
override predicate isSource(DataFlow::Node node) {
|
||||
exists(
|
||||
ExprSystemGetPropertyTempDirTainted propertyGetExpr, DataFlow::Node callSite
|
||||
|
|
||||
exists(ExprSystemGetPropertyTempDirTainted propertyGetExpr, DataFlow::Node callSite |
|
||||
DataFlow::localFlow(DataFlow::exprNode(propertyGetExpr), callSite)
|
||||
|
|
||||
isFileConstructorArgument(callSite.asExpr(), node.asExpr(), 1)
|
||||
|
||||
Reference in New Issue
Block a user