pub struct Mg004FilesystemScope;Expand description
MG004: Filesystem scope violations. Detects arbitrary path access, globbing, or write access without confinement.
Trait Implementations§
Source§impl Rule for Mg004FilesystemScope
impl Rule for Mg004FilesystemScope
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Human-readable description.
Source§fn category(&self) -> FindingCategory
fn category(&self) -> FindingCategory
The category of analysis this rule performs.
Source§fn explain(&self) -> &'static str
fn explain(&self) -> &'static str
Detailed explanation of the rule, its rationale, and what it detects.
Source§fn owasp_mcp_ids(&self) -> Vec<&'static str>
fn owasp_mcp_ids(&self) -> Vec<&'static str>
OWASP MCP Top 10 (2025) identifiers this rule maps to.
Source§fn references(&self) -> Vec<&'static str>
fn references(&self) -> Vec<&'static str>
References — URLs to relevant documentation or standards.
Auto Trait Implementations§
impl Freeze for Mg004FilesystemScope
impl RefUnwindSafe for Mg004FilesystemScope
impl Send for Mg004FilesystemScope
impl Sync for Mg004FilesystemScope
impl Unpin for Mg004FilesystemScope
impl UnsafeUnpin for Mg004FilesystemScope
impl UnwindSafe for Mg004FilesystemScope
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