sentri-core
Core types, configuration, and error handling for the Sentri invariant checking framework.
This crate provides the fundamental types and utilities you need to build tools within the Sentri ecosystem.
Usage
As a library dependency:
[]
= "0.1.3"
Key Types
Invariant— represents a security invariant specificationViolation— a detected invariant violationConfig— project and analysis configurationSeverityLevel— violation severity (Critical, High, Medium, Low, Info)
Example
use ;
let violation = Violation ;
See Sentri documentation for more examples.
License
MIT