forked from microsoft/fabric_data_agent_client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecurity_report.json
More file actions
89 lines (89 loc) · 2.55 KB
/
Copy pathsecurity_report.json
File metadata and controls
89 lines (89 loc) · 2.55 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"errors": [],
"generated_at": "2025-08-20T03:43:52Z",
"metrics": {
"./example_usage.py": {
"CONFIDENCE.HIGH": 0,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 0,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 119,
"nosec": 0,
"skipped_tests": 0
},
"./fabric_data_agent_client.py": {
"CONFIDENCE.HIGH": 2,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 2,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 711,
"nosec": 0,
"skipped_tests": 0
},
"_totals": {
"CONFIDENCE.HIGH": 2,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 2,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 830,
"nosec": 0,
"skipped_tests": 0
}
},
"results": [
{
"code": "336 client.beta.threads.delete(thread_id=thread.id)\n337 except Exception:\n338 pass\n339 \n",
"col_offset": 12,
"end_col_offset": 20,
"filename": "./fabric_data_agent_client.py",
"issue_confidence": "HIGH",
"issue_cwe": {
"id": 703,
"link": "https://cwe.mitre.org/data/definitions/703.html"
},
"issue_severity": "LOW",
"issue_text": "Try, Except, Pass detected.",
"line_number": 337,
"line_range": [
337,
338
],
"more_info": "https://bandit.readthedocs.io/en/1.8.6/plugins/b110_try_except_pass.html",
"test_id": "B110",
"test_name": "try_except_pass"
},
{
"code": "492 sql_queries.extend([match.strip() for match in matches if len(match.strip()) > 10])\n493 except Exception:\n494 pass\n495 \n",
"col_offset": 12,
"end_col_offset": 20,
"filename": "./fabric_data_agent_client.py",
"issue_confidence": "HIGH",
"issue_cwe": {
"id": 703,
"link": "https://cwe.mitre.org/data/definitions/703.html"
},
"issue_severity": "LOW",
"issue_text": "Try, Except, Pass detected.",
"line_number": 493,
"line_range": [
493,
494
],
"more_info": "https://bandit.readthedocs.io/en/1.8.6/plugins/b110_try_except_pass.html",
"test_id": "B110",
"test_name": "try_except_pass"
}
]
}