Skip to content
Snippets Groups Projects
Commit 6f3fdb99 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes minor typos in API documentation.

parent 69b5936e
No related branches found
No related tags found
No related merge requests found
......@@ -149,12 +149,12 @@ module Taint = struct
let tag_tainted =
tag (Ok true) "tainted" "yes"
"Tainted property: this property is related to a memory zone that \
can be affected by an attacker, according to the Eva taint domain."
can be affected by an attacker, according to the Eva taint domain"
let tag_not_tainted =
tag (Ok false) "not_tainted" "no"
"Untainted property: this property is safe, \
according to the Eva taint domain."
according to the Eva taint domain"
let () = Enum.set_lookup dictionary
begin function
......@@ -166,7 +166,7 @@ module Taint = struct
end
let data = Request.dictionary ~package ~name:"taintStatus"
~descr:(Markdown.plain "TODO") dictionary
~descr:(Markdown.plain "Taint status of logical properties") dictionary
include (val data : S with type t = (bool, taint_error) result)
end
......
......@@ -30,7 +30,7 @@ val flag: Abstractions.flag
type taint_error =
| NotComputed (** The Eva analysis has not been run, or the taint domain
were not enabled. *)
was not enabled. *)
| Irrelevant (** Properties other than assertions, invariants and
preconditions are irrelevant here. *)
| LogicError (** The memory zone on which the property depends could not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment