0e29acb955
The review's plan is finished — phase 0 (bar the two release-commit steps),
1, 1.5, 2 and 3 are all closed — and what remained in the document was a second
copy of things that already live in architecture.md, security.md, roadmap.md or
the code comments: the GUI compromise table is in panel.css/panel.js/
middleware.go/handlers_auth.go, the single SQLite connection and the dual
cookie names are explained where they are implemented, the accepted gaps are in
security.md, and the model-routing table names progress.md and development.md
as its own source. A second copy of a fact is a place for it to go stale.
Four items were genuinely open and had no other home, so they moved to
roadmap.md rather than disappearing:
- splitting internal/web into subpackages (2.x) — with the reason to wait: the
flat package still reads at 47 files, and both 2.x features grow it, so the
cut is worth making before that growth, not now;
- a consolidated documentation index in the README (v1.x tail);
- the adaptive polling interval for a tab that is visible but idle — the hidden
case is already handled, and the remainder is explicitly allowed to end as
"decided not to";
- CONTRIBUTING.md, already moved to 2.x in the previous commit.
References retargeted: progress.md (7), roadmap.md (5), implementation-plan.md
(1). The CHANGELOG entries that cite the document are left as written — they
describe what happened at the time. The review text stays in git history at
aaf0711.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
31 lines
2.2 KiB
Markdown
31 lines
2.2 KiB
Markdown
# План реализации: SelfPost
|
|
|
|
**Статус:** линия v1.0/v1.x до тега релиза **закрыта** — предрелизная ревизия
|
|
безопасности (§ D) выполнена 2026-08-06, релизный гейт (e2e + ревизия) открыт.
|
|
B.1–B.3 и C.4 закрыты — as-built в [architecture.md](architecture.md),
|
|
e2e/CI в [development.md](development.md), принятые риски в
|
|
[security.md](security.md). Текущее состояние и следующий шаг:
|
|
[progress.md](progress.md). Объём 2.x.x — [roadmap.md](roadmap.md).
|
|
|
|
**Основа:** [product.md](product.md) v1.0.
|
|
|
|
---
|
|
|
|
## D. Предрелизная ревизия безопасности — ВЫПОЛНЕНО (2026-08-06)
|
|
|
|
**Проверка моделью Fable** по дифу от аудита v1.0 (Фаза 11, `bd64e80` — тега
|
|
`v1.0.0` в репозитории нет, это его фактический эквивалент) до HEAD, плюс
|
|
полный повторный проход по чек-листу безопасности (бывшее ТЗ 7.6, теперь
|
|
[security.md](security.md)). Приоритеты из плана покрыты: аутентификация и
|
|
сессии, валидация ввода, запись в конфиги/map-файлы, `os/exec`, права в
|
|
`/data`, секреты.
|
|
|
|
**Результат.** Эксплуатируемых уязвимостей (high/medium) не найдено. Одна
|
|
находка defence-in-depth закрыта правкой до тега: логин приложения передаётся
|
|
в `saslpasswd2` после `--`, чтобы значение, начинающееся с `-` (допустимо
|
|
whitelist'ом), не могло быть разобрано getopt как флаг
|
|
([internal/app/sasl.go](../internal/app/sasl.go)). Принятые риски в
|
|
[security.md](security.md) не пополнились — существующие записи (origin-check
|
|
fallback, отсутствие CSRF-токенов, send-log gap) покрывают всё найденное.
|
|
Сводка ревизии — в записи `Security` CHANGELOG `[Unreleased]`.
|