-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpr_memory.json
More file actions
61 lines (61 loc) · 1.91 KB
/
Copy pathpr_memory.json
File metadata and controls
61 lines (61 loc) · 1.91 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
{
"Efrrowini/codecouncil-test": {
"total_reviews": 4,
"recurring_issues": {
"sql_injection": 14,
"hardcoded_secret": 12
},
"agent_track_record": {
"SecurityAuditor": {
"blocks": 4,
"approves": 0
},
"PerfEngineer": {
"blocks": 4,
"approves": 0
},
"CleanCodeReviewer": {
"blocks": 4,
"approves": 0
}
},
"reviews": [
{
"pr_number": 0,
"date": "2026-06-29T12:21:52.297483",
"final_verdict": "BLOCK",
"confidence": 100,
"conflicts_detected": 2,
"issue_count": 2,
"summary": "This PR is blocked due to critical SQL injection and hardcoded API key vulnerabilities that must be fixed before merging."
},
{
"pr_number": 0,
"date": "2026-06-29T13:15:00.941349",
"final_verdict": "BLOCK",
"confidence": 100,
"conflicts_detected": 0,
"issue_count": 2,
"summary": "This PR must be blocked until the critical SQL injection vulnerability and hardcoded API key are fully remediated using parameterized queries and secure secret management."
},
{
"pr_number": 0,
"date": "2026-06-29T13:17:00.749700",
"final_verdict": "BLOCK",
"confidence": 100,
"conflicts_detected": 0,
"issue_count": 2,
"summary": "This PR must be blocked until the critical SQL injection vulnerability and hardcoded API key are fixed using parameterized queries and environment-based secret management."
},
{
"pr_number": 0,
"date": "2026-06-29T13:24:10.610620",
"final_verdict": "BLOCK",
"confidence": 100,
"conflicts_detected": 5,
"issue_count": 3,
"summary": "BLOCK: This PR contains critical, exploitable SQL injection vulnerabilities and a hardcoded API key that must be fixed before merge."
}
]
}
}