| { | |
| "id": 3, | |
| "category": "easy", | |
| "title": "Frontend Config", | |
| "description": "Firebase API key exposed in a client-side config file.", | |
| "scan_mode": "dir", | |
| "exclude_paths": [ | |
| ".env" | |
| ], | |
| "secrets": [ | |
| { | |
| "id": "s1", | |
| "type": "firebase_api_key", | |
| "path": "settings.js", | |
| "line": 2, | |
| "visibility": "surface" | |
| }, | |
| { | |
| "id": "s2", | |
| "type": "firebase_api_key", | |
| "path": "settings.js", | |
| "line": 2, | |
| "visibility": "surface" | |
| }, | |
| { | |
| "id": "s3", | |
| "type": "assignment_secret", | |
| "path": "settings.js", | |
| "line": 2, | |
| "visibility": "shallow" | |
| } | |
| ] | |
| } | |