pub struct CodeScanner;Expand description
Code violation scanner.
Detects command injection, data exfiltration, privilege escalation, supply chain attacks, obfuscation, filesystem abuse, and crypto misuse in sandbox output using fast substring matching.
Implementations§
Source§impl CodeScanner
impl CodeScanner
Trait Implementations§
Source§impl Debug for CodeScanner
impl Debug for CodeScanner
Auto Trait Implementations§
impl Freeze for CodeScanner
impl RefUnwindSafe for CodeScanner
impl Send for CodeScanner
impl Sync for CodeScanner
impl Unpin for CodeScanner
impl UnsafeUnpin for CodeScanner
impl UnwindSafe for CodeScanner
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