| 96 | |
| 97 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 98 | pub struct SensitiveFileFinding { |
| 99 | pub url: String, |
| 100 | pub file_type: String, |
| 101 | pub status_code: u16, |
| 102 | pub content_length: usize, |
| 103 | pub content_preview: String, |
| 104 | pub secrets_found: Vec<String>, |
| 105 | pub severity: String, |
| 106 | pub discovered_at: String, |
| 107 | } |
| 108 | |
| 109 | // ═══════════════════════════════════════════════════════════════════ |
| 110 | // CLOUD STORAGE URL PATTERNS |
nothing calls this directly
no outgoing calls
no test coverage detected