Skip to content

Commit 5e53392

Browse files
chriswaynehclaude
andcommitted
Update RedDock Phase 1 release presentation
Present v0.2.0 as the current released milestone now that the tag exists, and remove the wording that described Phase 1 as complete but awaiting release. Documentation only; no application code, tests, or tags were touched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 2725e88 commit 5e53392

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to RedDock are documented here.
44

5-
## [Unreleased] — Phase 1 Discovery
5+
## [0.2.0] — Phase 1 Discovery
66

77
### Added
88

README.md

Lines changed: 3 additions & 3 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-1%20Discovery-C1121F)](ROADMAP.md)
1515

16-
**Latest release:** [v0.1.0](https://github.com/chriswayneh/RedDock/tags) — Phase 0 Foundation · **On `master`:** Phase 1 Discovery, awaiting release
16+
**Current release:** [v0.2.0](https://github.com/chriswayneh/RedDock/tags) — Phase 1 Discovery · Active development
1717

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

@@ -127,9 +127,9 @@ docs/ Architecture decisions and project documentation
127127

128128
## Project Status
129129

130-
**v0.1.0 delivered Phase 0Foundation:** a containerized React/FastAPI application, local Dockyard persistence, a dashboard, documentation, tests, and CI.
130+
**v0.2.0 delivers Phase 1Discovery:** DockGuard scope enforcement, asset/service/observation models, the Nmap and HTTP discovery adapters, discovery-run auditing, and the RedLedger evidence foundation.
131131

132-
**Phase 1 — Discovery is complete on `master` and awaiting release:** DockGuard scope enforcement, asset/service/observation models, the Nmap and HTTP discovery adapters, discovery-run auditing, and the RedLedger evidence foundation.
132+
**v0.1.0 delivered Phase 0 — Foundation:** a containerized React/FastAPI application, local Dockyard persistence, a dashboard, documentation, tests, and CI.
133133

134134
**Next: Phase 2 — Detection.** Normalized findings, detection adapter contracts, CVE enrichment, and deduplication are planned, not implemented. See the [roadmap](ROADMAP.md) for the complete phased plan.
135135

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Containerized application, React UI shell, FastAPI API, SQLite Dockyards, safety
66

77
## Completed — Phase 1: Discovery
88

9-
DockGuard scope definitions, asset/service/observation models, the Nmap and HTTP discovery adapters, discovery-run auditing, and the RedLedger evidence foundation. Scoped discovery now produces auditable asset observations with hashed evidence; the work is complete on `master` and awaiting a release tag.
9+
DockGuard scope definitions, asset/service/observation models, the Nmap and HTTP discovery adapters, discovery-run auditing, and the RedLedger evidence foundation. Scoped discovery now produces auditable asset observations with hashed evidence. Released as v0.2.0.
1010

1111
## Next — Phase 2: Detection
1212

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Do not open a public issue for a suspected security flaw. When GitHub Private Vu
6464

6565
| Version | Supported |
6666
| --- | --- |
67-
| 0.1.x | Yes — current published release |
67+
| 0.2.x | Yes — current published release |
68+
| 0.1.x | No — superseded by 0.2.0 |
6869

6970
Security fixes are evaluated for the latest published release. RedDock is a local, single-operator application in this phase; do not expose it to untrusted networks.

0 commit comments

Comments
 (0)