python: only clear taint on false-edge

This commit is contained in:
yoff
2022-06-28 20:14:52 +00:00
committed by GitHub
parent 834d2603a2
commit ac0c8d238f

View File

@@ -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
} }
/** /**