Skip to content

Commit

Permalink
Merge pull request #5709 from thc202/oast/detachable-boast
Browse files Browse the repository at this point in the history
oast: make boast entity detachable
  • Loading branch information
ricekot authored Sep 5, 2024
2 parents 34e701e + 8d372cf commit 276eb9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions addOns/oast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
- API support.

### Fixed
- Address warnings when using BOAST payloads.

## [0.19.0] - 2024-07-18
### Changed
- Update BOAST port, use 2096 instead of 1337.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.datanucleus.api.jdo.annotations.CreateTimestamp;
import org.zaproxy.addon.oast.OastEntity;

@PersistenceCapable
@PersistenceCapable(detachable = "true")
public class BoastEntity implements OastEntity {

@PrimaryKey private String id;
Expand Down

0 comments on commit 276eb9b

Please sign in to comment.