| 110 | |
| 111 | #[derive(Debug, Deserialize)] |
| 112 | pub 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)] |
| 120 | pub struct TaintSinkRule { |
nothing calls this directly
no outgoing calls
no test coverage detected