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

Client: Spider tasks GUI #6030

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

psiinon
Copy link
Member

@psiinon psiinon commented Dec 23, 2024

Overview

Add a GUI for the client spider tasks. I'll update this PR once that has been merged.

Related Issues

Depends on #6017

Checklist

  • Update help
  • Update changelog
  • Run ./gradlew spotlessApply for code formatting
  • Write tests
  • Check code coverage
  • Sign-off commits
  • Squash commits
  • Use a descriptive title

For more details, please refer to the developer rules and guidelines.

@psiinon
Copy link
Member Author

psiinon commented Dec 23, 2024

Logo
Checkmarx One – Scan Summary & Detailsa87f4345-1d0d-4cf8-a4e4-6d1f7a1a3045

No New Or Fixed Issues Found

Signed-off-by: Simon Bennetts <psiinon@gmail.com>
@thc202
Copy link
Member

thc202 commented Dec 23, 2024

Thank you!

@psiinon psiinon requested a review from kingthorin December 23, 2024 13:55
Comment on lines +356 to +366
String tag = parameters.get("tagName");
if (tag != null) {
switch (tag) {
case "A":
return Constant.messages.getString(
"client.spider.panel.table.details.link",
parameters.get("href"),
parameters.get("text"));
case "BUTTON":
return Constant.messages.getString(
"client.spider.panel.table.details.button", parameters.get("text"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for it to block this, but it seems we should have constants for a bunch of field/item names.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code will be changed once the spider starts using its own proxies/client map.

Copy link
Member

@kingthorin kingthorin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@kingthorin kingthorin merged commit a15bcee into zaproxy:main Dec 23, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants