-
- Notifications
You must be signed in to change notification settings - Fork 749
tech detection: Add link with sites tree button #6723
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
Conversation
|
New Issues (3)Checkmarx found the following issues in this Pull Request
Fixed Issues (3)Great job! The following issues were fixed in this Pull Request
Use @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
0939395 to 8368b5a Compare | Deconflicted |
8368b5a to 38316ee Compare | De-conflicted |
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
...alyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/Messages.properties Outdated Show resolved Hide resolved
...appalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/earth-colour.png Outdated Show resolved Hide resolved
38316ee to eeab804 Compare | Got most of those. |
eeab804 to 2a60b13 Compare addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
823dd3d to 91e190c Compare | Got all those. |
| The stack overflow is still happening. |
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/ExtensionWappalyzer.java Outdated Show resolved Hide resolved
91e190c to 1e6ed01 Compare | Done |
1e6ed01 to 66875c6 Compare addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPanel.java Outdated Show resolved Hide resolved
66875c6 to b9f40e5 Compare 2042df2 to 82e7117 Compare | The stack overflow should be fixed now. If the root node is selected or the Sites combobox only contains the default entry it doesn't try to set anything. |
| It would be better to fix the issue than workaround it, if tomorrow we start persisting the findings we are back to the same problem. |
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
82e7117 to e7e9772 Compare | Hopefully that looks better. |
| Thank you! |



Overview
Instead of simply defaulting to "Link with Sites Tree" the add-on now has a button allowing the user to control the behavior. (Default enabled to mimic existing behavior)
Update extension/panel. Add CHANGELOG entry. Update help. Add necessary support resources.
Related Issues