feat(oscal): ingest breakpilot OSCAL catalog via OscalControlsProvider (#210)
CI / Check (push) Skipped
CI / Detect Changes (push) Successful in 2s
CI / Deploy Docs (push) Skipped
CI / Deploy Agent (push) Successful in 3m40s
CI / Deploy Dashboard (push) Successful in 2m34s
CI / Deploy MCP (push) Successful in 2m0s

This commit was merged in pull request #210.
This commit is contained in:
2026-07-20 16:19:09 +00:00
parent 94c0d51a11
commit d4884cfe4f
6 changed files with 3261 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ pub mod mcp;
pub mod mcp_token;
pub mod notification;
pub mod onboarding;
pub mod oscal;
pub mod pentest;
pub mod repository;
pub mod sbom;
@@ -39,6 +40,7 @@ pub use onboarding::{
GitArtifactConfig, IssueTrackerConfig, OnboardedTarget, PlcArtifactConfig, PlcFormat,
TargetScanConfig, TargetType, TargetTypeCandidate, WebArtifactConfig,
};
pub use oscal::OscalDocument;
pub use pentest::{
AttackChainNode, AttackNodeStatus, AuthMode, CodeContextHint, Environment, IdentityProvider,
PentestAuthConfig, PentestConfig, PentestEvent, PentestMessage, PentestSession, PentestStats,