Skip to content

Commit 2025a25

Browse files
committed
Publish Phase 3 release metadata
1 parent 6a7ad78 commit 2025a25

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
All notable changes to RedDock are documented here.
44

5-
## [0.4.0] — Phase 3 Validation (development)
5+
## [0.4.0] — Phase 3 Validation
66

77
Phase 3 adds a deliberately narrow path to recheck a conclusion without turning
8-
RedDock into a general-purpose scanner. It is not a tagged release yet.
8+
RedDock into a general-purpose scanner.
99

1010
### Added
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Container-native security assessment and validation platform with controlled exe
1313
[![License](https://img.shields.io/github/license/chriswayneh/RedDock)](LICENSE)
1414
[![Phase](https://img.shields.io/badge/phase-3%20Validation-C1121F)](ROADMAP.md)
1515

16-
**Current development version:** 0.4.0 — Phase 3 Validation · Active development
16+
**Current release:** [v0.4.0](https://github.com/chriswayneh/RedDock/releases/tag/v0.4.0) — Phase 3 Validation
1717

1818
[Quick Start](#quick-start) · [Current Capabilities](#what-you-get) · [Architecture](#architecture) · [Security](#security-by-design) · [Roadmap](ROADMAP.md) · [Contributing](CONTRIBUTING.md)
1919

@@ -169,7 +169,7 @@ docs/ Architecture decisions and project documentation
169169

170170
## Project Status
171171

172-
**0.4.0 completes Phase 3 — Validation:** an approval-gated, scope-rechecked, non-destructive HTTP-origin recheck for eligible open security-header findings, with `confirmed`, `not_reproduced`, or `indeterminate` outcomes, separate confidence, and a hashed raw/normalized/metadata/manifest evidence package. This development version is not represented by a release tag yet.
172+
**v0.4.0 delivered Phase 3 — Validation:** an approval-gated, scope-rechecked, non-destructive HTTP-origin recheck for eligible open security-header findings, with `confirmed`, `not_reproduced`, or `indeterminate` outcomes, separate confidence, and a hashed raw/normalized/metadata/manifest evidence package.
173173

174174
**v0.3.0 delivered Phase 2 — Detection:** the detector contract and registry, detection runs, normalized findings with separate severity and confidence, deduplication by stable fingerprint, a lifecycle that resolves rather than deletes, evidence links from every finding back to the observations and hashes behind it, and the CVE enrichment boundary.
175175

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RedDock ships no CVE data. Enrichment is a boundary with a local, operator-suppl
1616

1717
## Completed — Phase 3: Validation
1818

19-
Controlled non-destructive validation is now limited to one fixed HTTP-origin recheck for an eligible open `http.security_headers` finding. Creating a request makes no network contact; a separate local approval note is required, DockGuard re-evaluates the recorded origin immediately before the probe, and a raw/normalized/metadata/manifest evidence package is SHA-256 hashed. Outcomes are `confirmed`, `not_reproduced`, or `indeterminate`, with confidence stated separately. There are no payloads, credentials, arbitrary URLs, redirects, response bodies, or commands. Implemented in development version 0.4.0; no release tag has been created.
19+
Controlled non-destructive validation is now limited to one fixed HTTP-origin recheck for an eligible open `http.security_headers` finding. Creating a request makes no network contact; a separate local approval note is required, DockGuard re-evaluates the recorded origin immediately before the probe, and a raw/normalized/metadata/manifest evidence package is SHA-256 hashed. Outcomes are `confirmed`, `not_reproduced`, or `indeterminate`, with confidence stated separately. There are no payloads, credentials, arbitrary URLs, redirects, response bodies, or commands. Released as v0.4.0.
2020

2121
## Phase 4 — Correlation
2222

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Do not open a public issue for a suspected security flaw. When GitHub Private Vu
8787

8888
| Version | Supported |
8989
| --- | --- |
90-
| 0.4.x | Yes — current development version; no release tag yet |
91-
| 0.3.x | No — superseded by the current development version |
90+
| 0.4.x | Yes — current published release |
91+
| 0.3.x | No — superseded by 0.4.0 |
9292
| 0.2.x | No — superseded by 0.3.0 |
9393
| 0.1.x | No — superseded by 0.2.0 |
9494

0 commit comments

Comments
 (0)