- 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] In assume, update state's control statement also when the current one is to be tainted and outside the scope of the former.
-
-
-
-
-
-
-
-
-
-
- May 18, 2021
-
-
Andre Maroneze authored
-
-
- May 11, 2021
-
-
David Bühler authored
-
- Apr 30, 2021
-
-
Andre Maroneze authored
-
- Apr 29, 2021
-
-
David Bühler authored
Instead, emits an error but continues the analysis with the probably unsound specification generated by the kernel. Also prints the callstack when -eva-print-callstacks is enabled.
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Apr 27, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Apr 26, 2021
-
-
David Bühler authored
As the Apron binding does not support recursion.
-
Andre Maroneze authored
-
Andre Maroneze authored
-
-
-
David Bühler authored
-
David Bühler authored
-