Commit 1b8f24f
fix: address all CodeRabbit comments on PR 104
cve.fix.md:
- Search 3 (broad package name): document false-positive trade-off so
workflow uses judgment before skipping on common package names
- Post-fix scan: check exit code before grepping output — if scanner
failed to run, treat as inconclusive and block PR creation
- Automerge: add non-empty PR_URL guard before calling gh pr merge
- Jira comment: add MCP-first note (use MCP tool if available)
onboard.md:
- Jira validation: use MCP-first pattern (select:mcp__mcp-atlassian__)
with curl fallback; also fix shell injection in JQL encoding
- Python heredoc: pass all variables as argv[] instead of interpolating
shell vars into Python code — prevents injection from component names
containing quotes, backslashes, or newlines
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 7a88384 commit 1b8f24f
2 files changed
Lines changed: 53 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
636 | | - | |
637 | | - | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
638 | 641 | | |
639 | 642 | | |
640 | 643 | | |
| |||
1096 | 1099 | | |
1097 | 1100 | | |
1098 | 1101 | | |
1099 | | - | |
| 1102 | + | |
1100 | 1103 | | |
1101 | 1104 | | |
1102 | | - | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1103 | 1114 | | |
1104 | 1115 | | |
1105 | 1116 | | |
| |||
1110 | 1121 | | |
1111 | 1122 | | |
1112 | 1123 | | |
1113 | | - | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
1114 | 1128 | | |
1115 | 1129 | | |
1116 | 1130 | | |
| |||
1231 | 1245 | | |
1232 | 1246 | | |
1233 | 1247 | | |
1234 | | - | |
1235 | | - | |
| 1248 | + | |
| 1249 | + | |
1236 | 1250 | | |
1237 | 1251 | | |
| 1252 | + | |
| 1253 | + | |
1238 | 1254 | | |
1239 | 1255 | | |
1240 | 1256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | | - | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
155 | | - | |
156 | | - | |
157 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
158 | 163 | | |
159 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
160 | 175 | | |
161 | 176 | | |
162 | | - | |
163 | | - | |
| 177 | + | |
| 178 | + | |
164 | 179 | | |
165 | | - | |
166 | | - | |
| 180 | + | |
| 181 | + | |
167 | 182 | | |
168 | | - | |
| 183 | + | |
169 | 184 | | |
170 | 185 | | |
| 186 | + | |
| 187 | + | |
171 | 188 | | |
172 | 189 | | |
| 190 | + | |
| 191 | + | |
173 | 192 | | |
174 | 193 | | |
175 | 194 | | |
| |||
0 commit comments