Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exceptions for no/empty path in path variant #8496

Merged
merged 1 commit into from
May 20, 2024

Conversation

thc202
Copy link
Member

@thc202 thc202 commented May 20, 2024

Ensure there's at least one path segment for the extra parameter, otherwise it would fail when setting the value as there would be no segments to process (either null or invalid position).

Ensure there's at least one path segment for the extra parameter,
otherwise it would fail when setting the value as there would be no
segments to process (either null or invalid position).

Signed-off-by: thc202 <thc202@gmail.com>
@thc202 thc202 added the bug label May 20, 2024
@thc202 thc202 added this to the 2.16.0 milestone May 20, 2024
@kingthorin kingthorin merged commit 2534720 into zaproxy:main May 20, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2024
@thc202 thc202 deleted the fix/variantpath-ex branch May 21, 2024 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants