You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
@@ -127,9 +127,9 @@ docs/ Architecture decisions and project documentation
127
127
128
128
## Project Status
129
129
130
-
**v0.1.0 delivered Phase 0 — Foundation:**a containerized React/FastAPI application, local Dockyard persistence, a dashboard, documentation, tests, and CI.
130
+
**v0.2.0 delivers Phase 1 — Discovery:**DockGuard scope enforcement, asset/service/observation models, the Nmap and HTTP discovery adapters, discovery-run auditing, and the RedLedger evidence foundation.
131
131
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.
133
133
134
134
**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.
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.
Copy file name to clipboardExpand all lines: SECURITY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Do not open a public issue for a suspected security flaw. When GitHub Private Vu
64
64
65
65
| Version | Supported |
66
66
| --- | --- |
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 |
68
69
69
70
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