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