File size: 593 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
{
  "id": 4,
  "category": "easy",
  "title": "System Logging",
  "description": "Debug logging leaks a user token.",
  "scan_mode": "dir",
  "exclude_paths": [],
  "secrets": [
    {
      "id": "s1",
      "type": "github_token",
      "path": "logger.py",
      "line": 4,
      "visibility": "surface"
    },
    {
      "id": "s2",
      "type": "github_token",
      "path": "logger.py",
      "line": 4,
      "visibility": "surface"
    },
    {
      "id": "s3",
      "type": "assignment_secret",
      "path": "logger.py",
      "line": 4,
      "visibility": "shallow"
    }
  ]
}