Skip to content

Commit

Permalink
Changed simple_parser to PBT instead of DRT (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaktishh authored Aug 11, 2023
1 parent 58c90a2 commit af50183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-drt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The table below lists all available fuzz targets, including which component of t
| [`pp`](fuzz/fuzz_targets/pp.rs) | Pretty printer, Parser | PBT | Test round trip property: parse ∘ pretty-print == id for ASTs |
| [`rbac-authorizer`](fuzz/fuzz_targets/rbac-authorizer.rs) | Authorizer | PBT + DRT | Test for correct authorization responses over a set of simple policies |
| [`rbac`](fuzz/fuzz_targets/rbac.rs) | Authorizer | DRT | Diff test authorizer on sets of RBAC policies, including template instantiations |
| [`simple-parser`](fuzz/fuzz_targets/simple-parser.rs) | Parser | DRT | Test that parsing doesn't crash with random input strings |
| [`simple-parser`](fuzz/fuzz_targets/simple-parser.rs) | Parser | PBT | Test that parsing doesn't crash with random input strings |
| [`strict-validation-drt-type-directed`](fuzz/fuzz_targets/strict-validation-drt-type-directed.rs) | Validator | DRT | Diff test strict validation using (mostly) well-typed inputs |
| [`validation-drt-type-directed`](fuzz/fuzz_targets/validation-drt-type-directed.rs) | Validator | DRT | Diff test permissive validation using (mostly) well-typed inputs |
| [`validation-drt`](fuzz/fuzz_targets/validation-drt.rs) | Validator | DRT | Diff test permissive validation |
Expand Down

0 comments on commit af50183

Please sign in to comment.