feat(concelier): multi-sprint batch (mirror domain + advisory sources + durable runtime + credentials)

Bundled commit covering pre-session work from multiple Concelier sprints
already archived or in-flight:
- SPRINT_20260419_006: mirror domain / source key validation
- SPRINT_20260419_029 / 030: durable jobs orchestrator runtime + endpoint verification
- SPRINT_20260421_001: advisory source projection truthful counts
- SPRINT_20260421_002: FE advisory source consistency (connector-side bits)
- SPRINT_20260421_003: advisory connector runtime alignment
- SPRINT_20260422_003: source credential entry paths (in-flight)

Includes connector internals (ACSC / Adobe / CERT-BUND / Chromium / Cisco /
CVE-KEV / GHSA / JVN / KISA / MSRC / Oracle / Ubuntu), source management
endpoints, mirror domain management, federation endpoints, topology setup,
job registration, and associated dossier updates under
docs/modules/concelier/.

This commit groups ~229 file changes that accumulated across the above
sprints; individual changes are preserved at file granularity so blame
remains useful.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-22 16:05:53 +03:00
parent 99a5ae923a
commit 607ce619fe
247 changed files with 15404 additions and 1304 deletions

View File

@@ -7,9 +7,9 @@ Last updated: 2026-04-06
| Metric | Count |
|--------|-------|
| Total sources defined | 70 |
| Connectors implemented | 33 |
| Coverage rate | 47% |
| Missing connectors | 37 |
| Connectors implemented | 34 |
| Coverage rate | 49% |
| Missing connectors | 36 |
## Coverage by Category
@@ -79,7 +79,7 @@ Ecosystem advisories are currently routed through OSV/GHSA. Direct connectors wo
| azure | Azure Security Advisories | P3 | Missing |
| gcp | GCP Security Bulletins | P3 | Missing |
### National CERTs (7/1354%)
### National CERTs (9/1464%)
| Source | Display Name | Connector | Status |
|--------|-------------|-----------|--------|
@@ -87,6 +87,7 @@ Ecosystem advisories are currently routed through OSV/GHSA. Direct connectors wo
| cert-fr | CERT-FR (France) | `Connector.CertFr` | Complete |
| cert-de | CERT-Bund (Germany) | `Connector.CertBund` | Complete |
| jpcert | JPCERT/CC (Japan) | `Connector.Jvn` | Complete |
| auscert | AusCERT (Australia) | `Connector.Acsc` | Complete |
| krcert | KrCERT (South Korea) | `Connector.Kisa` | Complete |
| cert-in | CERT-In (India) | `Connector.CertIn` | Complete |
| fstec-bdu | FSTEC BDU (Russia) | `Connector.RuBdu` | Complete |
@@ -142,7 +143,6 @@ Ecosystem advisories are currently routed through OSV/GHSA. Direct connectors wo
| pypa | PyPA Advisory DB | — | Missing (P3) |
| govuln | Go Vuln DB | — | Missing (P3) |
| bundler-audit | Ruby Advisory DB | — | Missing (P3) |
| auscert | AusCERT (Australia) | — | Missing (P4) |
| cert-pl | CERT.PL (Poland) | — | Missing (P4) |
---