zaproxy / zaproxy/zaproxy

Add option to forward messages that do not match any breakpoint

Open
#8,146 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.