-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathv0.2.7.json
More file actions
152 lines (152 loc) · 4.35 KB
/
Copy pathv0.2.7.json
File metadata and controls
152 lines (152 loc) · 4.35 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"release": "v0.2.7",
"date": "2026-05-11",
"prs_analyzed": 4,
"total_comments": 7,
"critical": 2,
"major": 5,
"by_component": {
"runner": {
"critical": 0,
"major": 2,
"total": 2
},
"operator": {
"critical": 0,
"major": 1,
"total": 1
},
"manifests": {
"critical": 0,
"major": 2,
"total": 2
},
"frontend": {
"critical": 2,
"major": 0,
"total": 2
}
},
"top_patterns": [
{
"name": "Fix TypeScript compilation error in mock typing.",
"count": 2,
"critical": 2,
"major": 0,
"impact_score": 8,
"components": [
"frontend"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3217749388,
"title": "Fix TypeScript compilation error in mock typing.",
"path": "components/frontend/src/components/__tests__/session-details-modal.test.tsx",
"html_url": "https://github.com/ambient-code/platform/pull/1544#discussion_r3217749388",
"ai_prompt": ""
},
{
"id": 3217749414,
"title": "Fix TypeScript mock typing (same issue as other test file).",
"path": "components/frontend/src/components/workspace-sections/__tests__/sessions-section.test.tsx",
"html_url": "https://github.com/ambient-code/platform/pull/1544#discussion_r3217749414",
"ai_prompt": ""
}
]
},
{
"name": "Prefer the current user's credential file before scanning the directory.",
"count": 2,
"critical": 0,
"major": 2,
"impact_score": 6,
"components": [
"runner"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3221945965,
"title": "Prefer the current user's credential file before scanning the directory.",
"path": "components/runners/ambient-runner/ambient_runner/bridges/claude/mcp.py",
"html_url": "https://github.com/ambient-code/platform/pull/1557#discussion_r3221945965",
"ai_prompt": ""
},
{
"id": 3221945982,
"title": "Write the Google credential file atomically.",
"path": "components/runners/ambient-runner/ambient_runner/platform/auth.py",
"html_url": "https://github.com/ambient-code/platform/pull/1557#discussion_r3221945982",
"ai_prompt": ""
}
]
},
{
"name": "Silently returning `\"\"` on transient errors recreates the 401 this PR is fixing.",
"count": 1,
"critical": 0,
"major": 1,
"impact_score": 3,
"components": [
"operator"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3221684883,
"title": "Silently returning `\"\"` on transient errors recreates the 401 this PR is fixing.",
"path": "components/operator/internal/handlers/helpers.go",
"html_url": "https://github.com/ambient-code/platform/pull/1556#discussion_r3221684883",
"ai_prompt": ""
}
]
},
{
"name": "Add explicit namespace scoping for this policy",
"count": 1,
"critical": 0,
"major": 1,
"impact_score": 3,
"components": [
"manifests"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3221419792,
"title": "Add explicit namespace scoping for this policy",
"path": "components/manifests/base/runner-networkpolicy.yaml",
"html_url": "https://github.com/ambient-code/platform/pull/1553#discussion_r3221419792",
"ai_prompt": ""
}
]
},
{
"name": "Scope ingress to backend pods, not all pods",
"count": 1,
"critical": 0,
"major": 1,
"impact_score": 3,
"components": [
"manifests"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3221419803,
"title": "Scope ingress to backend pods, not all pods",
"path": "components/manifests/base/runner-networkpolicy.yaml",
"html_url": "https://github.com/ambient-code/platform/pull/1553#discussion_r3221419803",
"ai_prompt": ""
}
]
}
],
"coverage_gaps": 5,
"pattern_categories": {
"security": 3,
"k8s_resources": 2,
"error_handling": 2
}
}