- May 20, 2021
-
-
-
-
-
-
-
-
-
David Bühler authored
-
-
-
[Eva] Rework assign support so that control and data dependency taint analysis are performed as not alternatives to each other.
-
-
-
-
-
[Eva] Revise assign so that if the left-value appears in statement annotation, then it will always be considered tainted. Without this commit, an assignment 'x = 3' with annotation '//@ taint x;' would had not resulted in 'x' as tainted because '3' is a literal, hence not tainted.
-
-
-
-
-
-
[Eva] Rework finalize_call so that resulting control statement is defined as the one in the pre abstract state.
-
[Eva] In assume, update state's control statement also when the current one is to be tainted and outside the scope of the former.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
David Bühler authored
-