MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / TaintSourceRule

Class TaintSourceRule

src/pyspector/_rust_core/src/rules.rs:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111#[derive(Debug, Deserialize)]
112pub struct TaintSourceRule {
113 pub id: String,
114 pub description: String,
115 pub function_call: String,
116 pub taint_target: String,
117}
118
119#[derive(Debug, Deserialize)]
120pub struct TaintSinkRule {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected