dexter-2k's picture
Upload folder using huggingface_hub
ee36d64 verified
Raw
History Blame Contribute Delete
670 Bytes
{
"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"
}
]
}