Add option to forward messages that do not match any breakpoint
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 15.8k
- Forks
- 2.6k
- Avg merge
- 13h 16m
- Merged PRs (30d)
- 17
Description
The current break behaviour prevents other messages from being forwarded when a breakpoint is hit (whether they match any breakpoints or not). It should be possible to choose to only queue the messages that are affected by the breakpoints rather than all messages proxied.
From ZAP User Group: https://groups.google.com/g/zaproxy-users/c/nhkQe76IK-0/m/dDiY8eA_AAAJ
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the proxy break behaviour and how messages are queued when a breakpoint is hit. Add an option that queues only messages affected by breakpoints while forwarding unmatched messages, and verify that both matching and non-matching messages follow the selected behaviour.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100