-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature: Disable stoping of addon after finding vulnerability #20
Feature: Disable stoping of addon after finding vulnerability #20
Conversation
…only stopping if it is disabled
src/main/java/org/sasanlabs/fileupload/attacks/FileUploadAttackExecutor.java
Outdated
Show resolved
Hide resolved
src/main/java/org/sasanlabs/fileupload/attacks/FileUploadAttackExecutor.java
Outdated
Show resolved
Hide resolved
src/main/java/org/sasanlabs/fileupload/ui/FileUploadOptionsPanel.java
Outdated
Show resolved
Hide resolved
@TomerPacific I think you removed the logic related to using the flag shouldSendRequestsAfterFindingVulnerability. please add that. The place where you added the logic is correct. thanks, |
@preetkaran20 - Yes, I removed the logic per your recommendations. I'll add the logic back. |
@preetkaran20 - Please review again. |
@preetkaran20 - I'll change the UI according to your recommendation. |
@TomerPacific changes looks good to me. Just one thing, please align the UI flag to left and make label first and then the checkbox as shown in the below image: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall. Thanks for the changes.
@preetkaran20 - Still working on the changes, am not finished. Will let you know when I am done. |
@preetkaran20 - I think I managed to produce the UI changes you requested. Let me know if anything else is necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @TomerPacific !!!
Thanks for the PR.
Fixes #19