gossan-correlation 0.3.0

Cross-module finding correlation engine for gossan (attack chain detection) — part of the security research ecosystem
Documentation
mod admin_exposed;
mod api_auth;
mod cors_secret_chain;
mod debug_rce;
mod shadow_infra;
mod source_secrets;
mod ssrf_internal;
mod tls_weakness;
mod wildcard_takeover;

pub use admin_exposed::AdminExposedRule;
pub use api_auth::ApiAuthRule;
pub use cors_secret_chain::CorsSecretChainRule;
pub use debug_rce::DebugRceRule;
pub use shadow_infra::ShadowInfrastructureRule;
pub use source_secrets::SourceCodeSecretsRule;
pub use ssrf_internal::SsrfInternalRule;
pub use tls_weakness::TlsWeaknessRule;
pub use wildcard_takeover::WildcardTakeoverRule;