Skip to content

HelpAddonsWebsocketAbout

thc202 edited this page Jun 7, 2018 · 7 revisions

Web Sockets - About

Source Code

https://github.com/zaproxy/zap-extensions/tree/master/src/org/zaproxy/zap/extension/websocket

Authors

ZAP Dev Team

History

Version 16 - 2018/06/05

  • Tweak About help page.
  • Remove event consumers when the channel is closed.
  • Don't enable the sender scripts by default.
  • Fix send of CLOSE messages with message editor (Issue 4657).
  • Add missing error message.
  • Fix removal of pop up menu items.
  • Allow to filter by payload in WebSocket tab (Issue 1382).
  • Show string representation of binary payloads in WebSocket tab and message panels.

Version 15

  • Remove usage of core filter functionality.
  • Do not set messages when switching views if text view shows an error message (Issue 4108)
  • Add rewind to fix issue #4149
  • Added Websocket Sender script interface
  • Added API support

Version 14

  • Updated for 2.7.0.

Version 13

  • Fix context include/exclude pop up menu items.
  • Fix/correct help buttons.
  • Set fuzzer script type enabled by default (Issue 2997).
  • Normalise the Session Properties panel Exclude from WebSockets.
  • Implements WebSocketSenderListener.
  • Use JRE decoder for UTF-8 conversions and log (debug) invalid payloads (related to Issue 3324).
  • Focus WebSockets tab just once (Issue 3747).
  • Minor code adjustment to align with core changes.
  • Code changes for Java 9 (Issue 2602).
  • Remove header Sec-WebSocket-Extensions (Issue 3324).
  • Add description to Fuzzer WebSocket Processor script type.
  • Update fuzzer template (use JSDoc and fix typos).
Clone this wiki locally