mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
move the if(!x) from DataFLow to TaintTracking
This commit is contained in:
@@ -356,7 +356,8 @@ class PropNameTracking extends DataFlow::Configuration {
|
||||
node instanceof InstanceOfGuard or
|
||||
node instanceof TypeofGuard or
|
||||
node instanceof BlacklistInclusionGuard or
|
||||
node instanceof WhitelistInclusionGuard
|
||||
node instanceof WhitelistInclusionGuard or
|
||||
node instanceof DataFlow::VarAccessBarrierGuard
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user