Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| -------- | ------------------ |
| 2.16.1 | :white_check_mark: |
| < 2.16.1 | :x: |
| 2.17.0 | :white_check_mark: |
| < 2.17.0 | :x: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zaproxy
version: '2.16.1'
version: '2.17.0'
summary: ZAP by Checkmarx, a tool for finding vulnerabilities in web applications
description: |
The Zed Attack Proxy (ZAP) by Checkmarx is one of the world’s most popular security tools.
Expand All @@ -25,7 +25,7 @@ apps:

parts:
zaproxy:
source: https://github.com/zaproxy/zaproxy/releases/download/v2.16.1/ZAP_2.16.1_Linux.tar.gz
source: https://github.com/zaproxy/zaproxy/releases/download/v2.17.0/ZAP_2.17.0_Linux.tar.gz
plugin: dump
stage:
- .
Expand Down
2 changes: 1 addition & 1 deletion zap/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2.17.0-SNAPSHOT
version=2.17.0
zap.japicmp.baseversion=2.16.1
Loading
Loading