dexter-2k's picture
Upload folder using huggingface_hub
ee929ba verified
Raw
History Blame Contribute Delete
667 Bytes
{
"id": 6,
"category": "medium",
"title": "Utility Module",
"description": "A base64-encoded auth token hides in utils.py.",
"scan_mode": "dir",
"exclude_paths": [
".env"
],
"secrets": [
{
"id": "s1",
"type": "base64_github_token",
"path": "utils.py",
"line": 4,
"visibility": "surface"
},
{
"id": "s2",
"type": "assignment_secret",
"path": "utils.py",
"line": 4,
"visibility": "shallow"
},
{
"id": "s3",
"type": "github_token",
"path": "utils.py",
"line": 4,
"visibility": "deep",
"requires_action": "inspect_encoded"
}
]
}