Spaces:
Sleeping
Sleeping
| { | |
| "id": 1, | |
| "category": "easy", | |
| "title": "Cloud Provisioning", | |
| "description": "Hardcoded AWS Access Key in config.py.", | |
| "scan_mode": "dir", | |
| "exclude_paths": [ | |
| ".env" | |
| ], | |
| "secrets": [ | |
| { | |
| "id": "s1", | |
| "type": "aws_access_key", | |
| "path": "config.py", | |
| "line": 3, | |
| "visibility": "surface" | |
| }, | |
| { | |
| "id": "s2", | |
| "type": "aws_access_key", | |
| "path": "config.py", | |
| "line": 3, | |
| "visibility": "surface" | |
| }, | |
| { | |
| "id": "s3", | |
| "type": "assignment_secret", | |
| "path": "config.py", | |
| "line": 3, | |
| "visibility": "shallow" | |
| } | |
| ] | |
| } | |