feat(oscal): assessment-results emitter + finding->control linker (#211)
CI / Check (push) Skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Docs (push) Skipped
CI / Deploy Agent (push) Successful in 3m44s
CI / Deploy Dashboard (push) Successful in 2m39s
CI / Deploy MCP (push) Successful in 1m47s

This commit was merged in pull request #211.
This commit is contained in:
2026-07-20 16:53:39 +00:00
parent d4884cfe4f
commit ca4e31cb65
4 changed files with 412 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls", "multipart", "co
thiserror = "2"
sha2 = "0.10"
hex = "0.4"
uuid = { version = "1", features = ["v4", "serde"] }
uuid = { version = "1", features = ["v4", "v5", "serde"] }
secrecy = { version = "0.10", features = ["serde"] }
regex = "1"
zip = { version = "2", features = ["aes-crypto", "deflate"] }