test: property-based fuzzing (proptest) for every untrusted-input parser — message line, PROXY header, WebSocket frame, regex engine, ban-mask, duration; asserts no-panic + round-trip/idempotence/bounds invariants
This commit is contained in:
parent
cf2b157842
commit
621f06448d
7 changed files with 85 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ rustls-pemfile = "2"
|
|||
[dev-dependencies]
|
||||
# integration tests spawn the built binary and act as a TLS client against it
|
||||
openssl = "0.10"
|
||||
# property-based fuzzing (parsers) + deterministic S2S simulation (convergence).
|
||||
proptest = "1"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue