Skip to content

Commit

Permalink
Merge pull request #5938 from psiinon/sequence/beta
Browse files Browse the repository at this point in the history
Sequence: promote to Beta
  • Loading branch information
thc202 authored Nov 22, 2024
2 parents ddc5640 + e7c666e commit 61fe732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions addOns/sequence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Update minimum ZAP version to 2.15.0.
- Maintenance changes.
- To use new sequence scan from the desktop.
- Promoted to beta.

## [7] - 2023-10-23
### Changed
Expand Down
2 changes: 2 additions & 0 deletions addOns/sequence/sequence.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import org.zaproxy.gradle.addon.AddOnStatus
description = "Gives the possibility of defining a sequence of requests to be scanned."

zapAddOn {
addOnName.set("Sequence")
addOnStatus.set(AddOnStatus.BETA)

manifest {
author.set("ZAP Dev Team")
Expand Down

0 comments on commit 61fe732

Please sign in to comment.