-
-
Notifications
You must be signed in to change notification settings - Fork 713
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
Add Browser Based Authentication to Client Spider #5995
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as resolved.
This comment was marked as resolved.
kingthorin
force-pushed
the
authhelper-client
branch
4 times, most recently
from
December 11, 2024 14:47
3de695d
to
33eaac7
Compare
kingthorin
changed the title
authhelper: Optionally depend on client integration
authhelper/client: Optionally depend on client integration & do Browser Auth
Dec 11, 2024
Has conflicts |
kingthorin
force-pushed
the
authhelper-client
branch
2 times, most recently
from
December 11, 2024 18:51
d5c7fd4
to
314ce5a
Compare
Fixed the issue you had discovered and fixed the conflicts. |
thc202
changed the title
authhelper/client: Optionally depend on client integration & do Browser Auth
Add Browser Based Authentication to Client Spider
Dec 12, 2024
thc202
reviewed
Dec 12, 2024
.../authhelper/src/main/java/org/zaproxy/addon/authhelper/client/ExtensionAuthhelperClient.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/spider/AuthenticationHandler.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/spider/AuthenticationHandler.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/spider/ClientSpider.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/spider/ClientSpiderDialog.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/spider/ClientSpiderDialog.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/spider/ClientSpiderDialog.java
Outdated
Show resolved
Hide resolved
addOns/client/src/test/java/org/zaproxy/addon/client/ExtensionClientIntegrationUnitTest.java
Outdated
Show resolved
Hide resolved
addOns/client/src/main/java/org/zaproxy/addon/client/ExtensionClientIntegration.java
Outdated
Show resolved
Hide resolved
The changelog of the client add-on needs to be updated. |
kingthorin
force-pushed
the
authhelper-client
branch
7 times, most recently
from
December 12, 2024 12:08
867d345
to
d47f60f
Compare
Ok, hopefully got all that. |
psiinon
approved these changes
Dec 12, 2024
kingthorin
force-pushed
the
authhelper-client
branch
from
December 12, 2024 13:19
d47f60f
to
6cb0096
Compare
thc202
reviewed
Dec 12, 2024
addOns/client/src/main/java/org/zaproxy/addon/client/spider/ClientSpider.java
Outdated
Show resolved
Hide resolved
thc202
reviewed
Dec 12, 2024
kingthorin
force-pushed
the
authhelper-client
branch
from
December 12, 2024 14:54
6cb0096
to
bbd88a8
Compare
Done |
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
kingthorin
force-pushed
the
authhelper-client
branch
from
December 12, 2024 16:00
bbd88a8
to
274d56b
Compare
thc202
approved these changes
Dec 13, 2024
Thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
authhelper:
client: