mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
python: only clear taint on false-edge
This commit is contained in:
@@ -131,7 +131,7 @@ module TarSlip {
|
||||
or
|
||||
call.getAChild*().(NameNode).getId().matches("%path")
|
||||
) and
|
||||
branch in [true, false]
|
||||
branch = false
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user