Skip to content

Commit

Permalink
Merge pull request #2992 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 committed Jun 17, 2021
2 parents 109eceb + df806b1 commit f1992fc
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 16 deletions.
3 changes: 2 additions & 1 deletion addOns/ascanrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [40] - 2021-06-17
### Changed
- The SQL Injection scan rule will raise alerts with the URI field in encoded form.
- Update links to repository.
Expand Down Expand Up @@ -267,6 +267,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[40]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v40
[39]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v39
[38]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v38
[37]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v37
Expand Down
2 changes: 1 addition & 1 deletion addOns/ascanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=40
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/ascanrulesAlpha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [31] - 2021-06-17
### Changed
- Update links to zaproxy and zap-extensions repos.
- Target 2.10 core and use new logging infrastructure (Log4j 2.x).
Expand Down Expand Up @@ -238,6 +238,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version, including persistent XSS tests

[31]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v31
[30]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v30
[29]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v29
[28]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v28
Expand Down
2 changes: 1 addition & 1 deletion addOns/ascanrulesAlpha/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=31
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/ascanrulesBeta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [34] - 2021-06-17
### Changed
- Now using 2.10 logging infrastructure (Log4j 2.x).
- The .env file scan rule now performs even better checks to reduce false positives (Issue 6099, 6629).
Expand Down Expand Up @@ -299,6 +299,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Updated to support new addon format

[34]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v34
[33]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v33
[32]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v32
[31]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v31
Expand Down
2 changes: 1 addition & 1 deletion addOns/ascanrulesBeta/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=34
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/custompayloads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [0.10.0] - 2021-06-17
### Added
- Add info and repo URLs.
- Add functionality to add multiple payloads from a file.
Expand All @@ -16,4 +16,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.9.0
2 changes: 1 addition & 1 deletion addOns/custompayloads/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.10.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/pscanrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [34] - 2021-06-17
### Changed
- Cache-control scan rule no longer checks if Pragma is set or not.
- Maintenance changes.
Expand Down Expand Up @@ -243,6 +243,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[34]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v34
[33]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v33
[32]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v32
[31]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v31
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=34
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/pscanrulesAlpha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [31] - 2021-06-17
### Changed
- Now using 2.10 logging infrastructure (Log4j 2.x).
- Discontinued use of CWE-16 and switched to more specific weaknesses in the following scan rules:
Expand Down Expand Up @@ -267,6 +267,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Updated User Controlled Open Redirect, Cookie and Charset rules after testing with
- http://www.testcases.org/watcher/ test pages.

[31]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v31
[30]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v30
[29]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v29
[28]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v28
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrulesAlpha/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=31
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/pscanrulesBeta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [25] - 2021-06-17
### Changed
- Now using 2.10 logging infrastructure (Log4j 2.x).
- Update RE2/J library to latest version (1.6).
Expand Down Expand Up @@ -196,6 +196,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Updated to support new addon format

[25]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v25
[24]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v24
[23]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v23
[22]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v22
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrulesBeta/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=25
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/wappalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [21.2.0] - 2021-06-17
### Changed
- Updated with upstream Wappalyzer icon and pattern changes.
- Update link to repository.
Expand Down Expand Up @@ -173,6 +173,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First version


[21.2.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.2.0
[21.1.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.1.0
[21.0.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.0.0
[20.3.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v20.3.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/wappalyzer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.2.0
release=false
release=true

0 comments on commit f1992fc

Please sign in to comment.