-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdune-project
More file actions
34 lines (27 loc) · 747 Bytes
/
dune-project
File metadata and controls
34 lines (27 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
(lang dune 2.7)
(using menhir 2.1)
(generate_opam_files true)
(source
(github parof/rat))
(authors "Francesco Parolini")
(maintainers "Francesco Parolini")
(license MIT)
(package
(name rat)
(synopsis "A regular expression denial of service attacks analyzer.")
(description "Rat analyzes regular expressions and finds vulnerabilities to regular expression denial of service attacks (ReDoS). It is mathematically proved that once it classifies a regular expression as safe, that regular expression cannot have a vulnerability.")
(depends
(ocaml
(>= 4.8))
dune
(menhir
(>= 2.1))
alcotest
js_of_ocaml
js_of_ocaml-ppx)
(tags
(ReDoS
DoS
"regular expression denial of service"
"regular expression"
"regex")))