Skip to content

Commit 3924f59

Browse files
vmrh21claude
andcommitted
fix: remaining CodeRabbit comments — output docs and markdown formatting
- Add VEX and base image artifact types to Output section: vex-justified-*, vex-needs-human-review-*, base-image-pending-* so operators know what artifacts to expect for each scenario - Fix MD031 markdown violations in cve.find.md: add blank lines before fenced code blocks in Step 3a and 3b Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent eba6f74 commit 3924f59

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

workflows/cve-fixer/.claude/commands/cve.find.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@ Report: artifacts/cve-fixer/find/cve-issues-20260226-145018.md
8989
3. **Query Jira for CVE Issues**
9090

9191
a. Set up variables (AUTH already set from Step 2):
92+
9293
```bash
9394
COMPONENT_NAME="[from step 1]"
9495
JIRA_BASE_URL="https://redhat.atlassian.net"
9596
# AUTH already constructed in Step 2 — reuse it
9697
```
9798

9899
b. Construct JQL query and execute API call:
100+
99101
```bash
100102
# Normalize component name with case-insensitive lookup against mapping file
101103
# Try relative to cwd (workflow root), then repo-relative fallback

workflows/cve-fixer/.claude/commands/cve.fix.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,17 @@ EOF
11731173
- Jira issue references
11741174
- PR URL for the created pull request
11751175

1176-
- **Already Fixed Report**: `artifacts/cve-fixer/fixes/already-fixed-CVE-YYYY-XXXXX.md` (if CVE was already fixed)
1177-
- CVE ID and repository checked
1176+
- **Already Fixed Report**: `artifacts/cve-fixer/fixes/already-fixed-CVE-YYYY-XXXXX.md` (if CVE confirmed not present via both scan and package check)
1177+
- CVE ID, repository, and scan evidence
1178+
1179+
- **VEX Justified Report**: `artifacts/cve-fixer/fixes/vex-justified-CVE-YYYY-XXXXX.md` (if auto-detected VEX justification added to Jira)
1180+
- CVE ID, Jira key, justification type, evidence, scan output
1181+
1182+
- **VEX Human Review Report**: `artifacts/cve-fixer/fixes/vex-needs-human-review-CVE-YYYY-XXXXX.md` (if VEX justification requires human judgment)
1183+
- CVE ID, Jira key, scan output, and recommended justification options (4 or 5)
1184+
1185+
- **Base Image Pending Report**: `artifacts/cve-fixer/fixes/base-image-pending-CVE-YYYY-XXXXX.md` (if CVE is in base image and no newer tag available)
1186+
- CVE ID, base image reference, Jira comment added
11781187
- Scan results showing CVE is not present
11791188
- Timestamp of verification
11801189
- Note about Jira ticket requiring manual closure

0 commit comments

Comments
 (0)