dexter-2k's picture
Upload folder using huggingface_hub
ee929ba verified
Raw
History Blame Contribute Delete
621 Bytes
{
"id": 2,
"category": "easy",
"title": "Database Layer",
"description": "Password embedded in a raw SQL connection string.",
"scan_mode": "dir",
"exclude_paths": [
".env"
],
"secrets": [
{
"id": "s1",
"type": "connection_string",
"path": "db.py",
"line": 3,
"visibility": "surface"
},
{
"id": "s2",
"type": "connection_string",
"path": "db.py",
"line": 3,
"visibility": "surface"
},
{
"id": "s3",
"type": "assignment_secret",
"path": "db.py",
"line": 3,
"visibility": "shallow"
}
]
}