Skip to content

Releases: zaproxy/zap-extensions

Network version 0.2.0

06 Apr 10:35
a58e1b0
Compare
Choose a tag to compare

Added

  • On weekly releases and versions after 2.11:
    • Management of local servers/proxies, supersedes core functionality;
    • Configuration of aliases for the servers/proxies (Issue 3594);
    • Pass-through connections (Issue 6832).

Report Generation version 0.13.0

05 Apr 14:09
5fb48f5
Compare
Choose a tag to compare

Changed

  • Dependency updates.
  • Replace variables present in reportDir and reportFile when running the automation job.

Passive scanner rules (beta) version 29

05 Apr 14:39
e755175
Compare
Choose a tag to compare

Changed

  • Update minimum ZAP version to 2.11.1.
  • Maintenance changes.

Removed

  • Content Security Policy (CSP) Header Not Set scan rule promoted to release.

Passive scanner rules version 40

05 Apr 14:39
e755175
Compare
Choose a tag to compare

Changed

  • Clarify the alert solution for the Cache Control scan rule.

Added

  • Content Security Policy (CSP) Header Not Set scan rule promoted to release.

GraphQL Support version 0.9.0

05 Apr 14:08
5fb48f5
Compare
Choose a tag to compare

Changed

  • Replace variables present in schemaFile when running the automation job.

Automation Framework version 0.14.0

05 Apr 14:08
5fb48f5
Compare
Choose a tag to compare

Added

  • Import Job profile (Issue 7078).

Changed

  • The ascan job 'Scan All Header' GUI label

Fixed

  • Register plans run by -autorun to prevent NPEs when editing them
  • Issue when turning off specific active scan rules

Active scanner rules (alpha) version 37

04 Apr 12:52
9375458
Compare
Choose a tag to compare

Added

Changed

  • The Web Cache Deception scan rule now uses a comparison mechanism which should be more performant, and will no longer scan messages which had an error response to start with (Issue 6655).

MacOS WebDrivers version 37

29 Mar 08:45
bf46ced
Compare
Choose a tag to compare

Added

  • Add aarch64/arm64 WebDrivers.

Selenium version 15.8.0

29 Mar 08:46
bf46ced
Compare
Choose a tag to compare

Added

  • Support aarch64/arm64 WebDrivers.
  • Allow to choose the location of Chrome binary (Issue 7166).

OpenAPI Support version 27

29 Mar 11:41
9046a5a
Compare
Choose a tag to compare

Added

  • Support content field (JSON) in parameters (Issue 6166).

Changed

  • Now depends on commonlib for display of import progress (Issue 6783).
  • Dependency updates.

Fixed

  • Properly generate Content-Type header when in presence of more than one supported content (Issue 7082).
  • Quote provided string values in JSON content (Issue 7128).
  • Properly handle empty default values in server variables.