Field | Value |
---|---|
Name | ABNF Fuzzer |
Description | Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs. |
Homepage | https://github.com/nradov/abnffuzzer |
This project does not belong to an organization.
Field | Value |
---|---|
GroupId | com.github.nradov |
ArtifactId | abnffuzzer |
Version | 0.2.1 |
Type | jar |
Java Version | 13 |