- Notifications
You must be signed in to change notification settings - Fork2.5k
Deprecate and disable core break extension#8363
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
aryangupta701 commentedFeb 27, 2024
oh wait, I think I did something wrong. I didn't understand how spider was deprecated from the corehttps://github.com/zaproxy/zaproxy/pull/7335/files#. Are we keeping the spider in the core in private/protected mode so that it is not accessible from outside? |
thc202 commentedFeb 27, 2024
The classes should be kept but deprecated and the extension is no longer added to the |
a471197 to054717eComparearyangupta701 commentedMar 14, 2024
ready for review |
04412c3 to945c8adComparezap/src/main/java/org/parosproxy/paros/extension/option/OptionsViewPanel.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
zap/src/main/java/org/parosproxy/paros/extension/option/OptionsViewPanel.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
zap/src/main/java/org/zaproxy/zap/extension/brk/AbstractBreakPointMessage.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
0abefe7 toe6cc1e4Comparezap/src/main/java/org/parosproxy/paros/extension/option/OptionsViewPanel.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
bf42ab0 to675b3c7Comparearyangupta701 commentedMar 18, 2024
ready for review |
zap/src/main/java/org/zaproxy/zap/extension/brk/BreakPointRegistration.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
zap/src/main/java/org/parosproxy/paros/extension/option/ExtensionOption.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
zap/src/main/java/org/parosproxy/paros/extension/option/OptionsViewPanel.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
zap/src/main/java/org/parosproxy/paros/extension/option/OptionsViewPanel.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
thc202 commentedMar 21, 2024
Also, please include the break add-on in the weekly:
|
thc202 commentedMar 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This will now have to wait forzaproxy/zap-extensions#5213 (and follow up changes in other add-ons). |
Fixes#8153