Spaces:
Sleeping
Sleeping
File size: 670 Bytes
a6304f4 ee36d64 a6304f4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"id": 10,
"category": "medium",
"title": "Deployment",
"description": "A multiline RSA private key is embedded in a shell script.",
"scan_mode": "dir",
"exclude_paths": [
".env"
],
"secrets": [
{
"id": "s1",
"type": "private_key",
"path": "deploy.sh",
"line": 4,
"visibility": "surface"
},
{
"id": "s2",
"type": "assignment_secret",
"path": "deploy.sh",
"line": 4,
"visibility": "shallow"
},
{
"id": "s3",
"type": "private_key",
"path": "deploy.sh",
"line": 4,
"visibility": "deep",
"requires_action": "inspect_encoded"
}
]
}
|