Files
git.stella-ops.org/docs/implplan/SPRINT_205_cli_v.md
master cef4cb2c5a Add support for ГОСТ Р 34.10 digital signatures
- Implemented the GostKeyValue class for handling public key parameters in ГОСТ Р 34.10 digital signatures.
- Created the GostSignedXml class to manage XML signatures using ГОСТ 34.10, including methods for computing and checking signatures.
- Developed the GostSignedXmlImpl class to encapsulate the signature computation logic and public key retrieval.
- Added specific key value classes for ГОСТ Р 34.10-2001, ГОСТ Р 34.10-2012/256, and ГОСТ Р 34.10-2012/512 to support different signature algorithms.
- Ensured compatibility with existing XML signature standards while integrating ГОСТ cryptography.
2025-11-09 21:59:57 +02:00

2.7 KiB

Sprint 205 - Experience & SDKs · 180.A) Cli.V

Active items only. Completed/historic work now resides in docs/implplan/archived/tasks.md (updated 2025-11-08).

[Experience & SDKs] 180.A) Cli.V Depends on: Sprint 180.A - Cli.IV Summary: Experience & SDKs focus on Cli (phase V).

Task ID State Task description Owners (Source)
CLI-TEN-47-001 TODO Implement stella login, whoami, tenants list, persistent profiles, secure token storage, and --tenant override with validation. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-TEN-49-001 TODO Add service account token minting, delegation (stella token delegate), impersonation banner, and audit-friendly logging. Dependencies: CLI-TEN-47-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-001 TODO Implement stella vex consensus list with filters, paging, policy selection, --json/--csv. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-002 TODO Implement stella vex consensus show displaying quorum, evidence, rationale, signature status. Dependencies: CLI-VEX-30-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-003 TODO Implement stella vex simulate for trust/threshold overrides with JSON diff output. Dependencies: CLI-VEX-30-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VEX-30-004 TODO Implement stella vex export for consensus NDJSON bundles with signature verification helper. Dependencies: CLI-VEX-30-003. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-001 TODO Implement stella vuln list with grouping, paging, filters, --json/--csv, and policy selection. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-002 TODO Implement stella vuln show displaying evidence, policy rationale, paths, ledger summary; support --json for automation. Dependencies: CLI-VULN-29-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-003 TODO Add workflow commands (assign, comment, accept-risk, verify-fix, target-fix, reopen) with filter selection (--filter) and idempotent retries. Dependencies: CLI-VULN-29-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-004 TODO Implement stella vuln simulate producing delta summaries and optional Markdown report for CI. Dependencies: CLI-VULN-29-003. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-005 TODO Add stella vuln export and stella vuln bundle verify commands to trigger/download evidence bundles and verify signatures. Dependencies: CLI-VULN-29-004. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-VULN-29-006 TODO Update CLI docs/examples for Vulnerability Explorer with compliance checklist and CI snippets. Dependencies: CLI-VULN-29-005. DevEx/CLI Guild, Docs Guild (src/Cli/StellaOps.Cli)