| { | |
| "id": 9, | |
| "category": "medium", | |
| "title": "DB Migration", | |
| "description": "A legacy migration embeds administrator credentials.", | |
| "scan_mode": "dir", | |
| "exclude_paths": [], | |
| "secrets": [ | |
| { | |
| "id": "s1", | |
| "type": "sql_password", | |
| "path": "migrate.sql", | |
| "line": 1, | |
| "visibility": "surface" | |
| }, | |
| { | |
| "id": "s2", | |
| "type": "assignment_secret", | |
| "path": "migrate.sql", | |
| "line": 1, | |
| "visibility": "shallow" | |
| }, | |
| { | |
| "id": "s3", | |
| "type": "sql_password", | |
| "path": "migrate.sql", | |
| "line": 1, | |
| "visibility": "deep", | |
| "requires_action": "inspect_git_history" | |
| } | |
| ] | |
| } | |