sbe-core 0.1.0

Core library for sbe — macOS sandbox executor for supply chain defense
Documentation
1
2
3
4
5
6
7
8
9
10
//! sbe-core: Core library for the sbe macOS sandbox executor.
//!
//! Provides profile definitions, ecosystem detection, SBPL generation,
//! and configuration loading for the sbe CLI.

pub mod config;
pub mod detect;
pub mod error;
pub mod profile;
pub mod sbpl;