-
Notifications
You must be signed in to change notification settings - Fork 0
test: add missing HTTP analyzer test coverage #20
Copy link
Copy link
Open
Labels
analyzerProtocol analyzer modulesProtocol analyzer modulesprotocol:httpHTTP protocol analysisHTTP protocol analysistestTest coverageTest coverage
Description
Summary
Test coverage review identified 7 gaps at criticality >= 7/10:
- Garbage input recovery — send binary data, verify buffer cleared and subsequent valid HTTP works
- Buffer cap (64KB) — verify headers > 64KB don't cause unbounded growth or panic
- Long URI detection — test URI > 2048 chars triggers Execution finding
- Empty User-Agent detection — test empty vs missing UA distinction
- Admin panel detection — test /wp-admin, /phpmyadmin patterns
- Partial response reassembly — split response across chunks
- Multiple concurrent flows — verify flow isolation (different FlowKeys)
Context
Found in HTTP analyzer test coverage review.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
analyzerProtocol analyzer modulesProtocol analyzer modulesprotocol:httpHTTP protocol analysisHTTP protocol analysistestTest coverageTest coverage