-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Migrate "params" from core to an add-on #9210
Copy link
Copy link
Open
Description
The "params" add-on should be moved out of zaproxy core to allow for easier upgrades/enhancements.
https://github.com/zaproxy/zaproxy/tree/main/zap/src/main/java/org/zaproxy/zap/extension/params
The initial PR has already been opened:
Outstanding tasks:
- Have other add-ons use the new add-on.
- Deprecate/disable core functionality. (Add the add-on to the weekly.)
- Migrate params DB components (from core to add-on)
- Remove params content from zap-core-help
- Add placeholder/redirect on the website
- Currently for testing purposes it's necessary to manually disable the core extension in ZAP's options (https://www.zaproxy.org/docs/desktop/ui/dialogs/options/ext/). (I will look at only loading/enabling the new one when core functionality is deprecated/disabled, in another PR if needed depending on timing etc.)
Reactions are currently unavailable