Skip to content

Migrate "params" from core to an add-on #9210

@kingthorin

Description

@kingthorin

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.)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions