All checks were successful
Complete pentest feature overhaul: SSE streaming, session-persistent browser tool (CDP), AES-256 credential encryption, auto-screenshots in reports, code-level remediation correlation, SAST triage chunking, context window optimization, test user cleanup (Keycloak/Auth0/Okta), wizard dropdowns, attack chain improvements, architecture docs with Mermaid diagrams. Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com> Reviewed-on: #16
10 lines
191 B
Rust
10 lines
191 B
Rust
pub mod cleanup;
|
|
mod context;
|
|
pub mod crypto;
|
|
pub mod orchestrator;
|
|
mod prompt_builder;
|
|
pub mod report;
|
|
|
|
pub use orchestrator::PentestOrchestrator;
|
|
pub use report::generate_encrypted_report;
|