pub struct ErrorAnalyzer { /* private fields */ }Expand description
Error analyzer for detecting error message leakage
Implementations§
Source§impl ErrorAnalyzer
impl ErrorAnalyzer
Sourcepub fn analyze_errors(&self, spec: &OpenApiSpec) -> Vec<ThreatFinding>
pub fn analyze_errors(&self, spec: &OpenApiSpec) -> Vec<ThreatFinding>
Analyze error responses for leakage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorAnalyzer
impl RefUnwindSafe for ErrorAnalyzer
impl Send for ErrorAnalyzer
impl Sync for ErrorAnalyzer
impl Unpin for ErrorAnalyzer
impl UnsafeUnpin for ErrorAnalyzer
impl UnwindSafe for ErrorAnalyzer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more