- Oct 14, 2022
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Actually, the value of the option wasn't used anywhere...
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Oct 13, 2022
-
-
David Bühler authored
-
David Bühler authored
To be removed in the next open-source release.
-
David Bühler authored
-
David Bühler authored
In plugins pdg, scope and slicing, directly uses the Eva API instead of this function.
-
David Bühler authored
-
The only remaining mention to <Db.From> is in <eva/register.ml>. It looks like a circular dependency, but maybe we could tackle it later.
-
- Oct 12, 2022
-
-
-
-
- use cardinal for integers, thus better hints for small set - do not try to compute range when it's desperate
-
- Oct 11, 2022
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
has not been used since years, depends on really old software
-
- Oct 10, 2022
-
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Intented to replace calls to Db.Properties.Interp.loc_to_loc*, used by the inout and from plugins.
-
Valentin Perrelle authored
-
Valentin Perrelle authored
- stricter conversion of tuples (checks list size) - stricter conversion of integers (checks that there is no fractional part) - jCatch only catches JsonErrors - more detailed error messages to debug the server interface - jUnion works more often - fixed several mistyping
-
David Bühler authored
-
- Oct 05, 2022
-
-
Valentin Perrelle authored
-
- Oct 04, 2022
-
-
- Oct 03, 2022
-
-
Allan Blanchard authored
-
- Sep 30, 2022
-
-
It's just code styling details.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
In the taint domain: - exports generic function [is_tainted] evaluating the taint of a memory zone in a given state. Removes function [is_tainted_property]. - returns Direct/Indirect/Untainted instead of Data/Control/None. Implements [is_tainted_property] in the general request, using [Results.is_tainted].
-
David Bühler authored
[descr] is used in the dropdown list of information kinds. [title] is used as tooltip on the information.
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Sep 29, 2022
-
-
With the automatic generation of `terminates` clauses, there is no empty function contract. Instead, we detect function specification without any assigns clause, which is unsound for the Eva analysis.
-