Files
git.stella-ops.org/docs/implplan/SPRINT_204_cli_iv.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

3.6 KiB

Sprint 204 - Experience & SDKs · 180.A) Cli.IV

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

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

Task ID State Task description Owners (Source)
CLI-POLICY-27-002 TODO Add submission/review workflow commands (stella policy version bump, submit, review comment, approve, reject) supporting reviewer assignment, changelog capture, and exit codes. Dependencies: CLI-POLICY-27-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-POLICY-27-003 TODO Implement stella policy simulate enhancements (quick vs batch, SBOM selectors, heatmap summary, manifest download) with --json and Markdown report output for CI. Dependencies: CLI-POLICY-27-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-POLICY-27-004 TODO Add lifecycle commands for publish/promote/rollback/sign (stella policy publish --sign, promote --env, rollback) with attestation verification and canary arguments. Dependencies: CLI-POLICY-27-003. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-POLICY-27-005 TODO Update CLI reference and samples for Policy Studio including JSON schemas, exit codes, and CI snippets. Dependencies: CLI-POLICY-27-004. DevEx/CLI Guild, Docs Guild (src/Cli/StellaOps.Cli)
CLI-POLICY-27-006 TODO Update CLI policy profiles/help text to request the new Policy Studio scope family, surface ProblemDetails guidance for invalid_scope, and adjust regression tests for scope failures. Dependencies: CLI-POLICY-27-005. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-RISK-66-001 TODO Implement `stella risk profile list DevEx/CLI Guild, Policy Guild (src/Cli/StellaOps.Cli)
CLI-RISK-66-002 TODO Ship stella risk simulate supporting SBOM/asset inputs, diff mode, and export to JSON/CSV. Dependencies: CLI-RISK-66-001. DevEx/CLI Guild, Risk Engine Guild (src/Cli/StellaOps.Cli)
CLI-RISK-67-001 TODO Provide stella risk results with filtering, severity thresholds, explainability fetch. Dependencies: CLI-RISK-66-002. DevEx/CLI Guild, Findings Ledger Guild (src/Cli/StellaOps.Cli)
CLI-RISK-68-001 TODO Add stella risk bundle verify and integrate with offline risk bundles. Dependencies: CLI-RISK-67-001. DevEx/CLI Guild, Export Guild (src/Cli/StellaOps.Cli)
CLI-SDK-62-001 TODO Replace bespoke HTTP clients with official SDK (TS/Go) for all CLI commands; ensure modular transport for air-gapped mode. DevEx/CLI Guild, SDK Generator Guild (src/Cli/StellaOps.Cli)
CLI-SDK-62-002 TODO Update CLI error handling to surface standardized API error envelope with error.code and trace_id. Dependencies: CLI-SDK-62-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-SDK-63-001 TODO Expose stella api spec download command retrieving aggregate OAS and verifying checksum/ETag. Dependencies: CLI-SDK-62-002. DevEx/CLI Guild, API Governance Guild (src/Cli/StellaOps.Cli)
CLI-SDK-64-001 TODO Add CLI subcommand stella sdk update to fetch latest SDK manifests/changelogs; integrate with Notifications for deprecations. Dependencies: CLI-SDK-63-001. DevEx/CLI Guild, SDK Release Guild (src/Cli/StellaOps.Cli)
CLI-SIG-26-001 TODO Implement stella reachability upload-callgraph and stella reachability list/explain commands with streaming upload, pagination, and exit codes. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-SIG-26-002 TODO Extend stella policy simulate with reachability override flags (--reachability-state, --reachability-score). Dependencies: CLI-SIG-26-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)