mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02: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