Skip to content

chore(hypatia): acknowledge current findings in the baseline - #45

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/hypatia-baseline
Aug 6, 2026
Merged

chore(hypatia): acknowledge current findings in the baseline#45
hyperpolymath merged 1 commit into
mainfrom
chore/hypatia-baseline

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

The Validate Hypatia Baseline gate fails on any finding not acknowledged in .hypatia-baseline.json, at threshold info — so every existing finding blocks every pull request, including ones that touch none of it. This is the single largest true blocker in the estate backlog (14 PRs).

Ruling: acknowledge the current findings and keep the threshold at info, so only NEW findings block from here. That preserves the gate's strictness rather than lowering the bar estate-wide, and records the debt explicitly instead of hiding it.

Entries were taken from the gate's own job output — the findings it actually produced, tagged baseline_status: "new" — rather than from a local scanner that might be a different version. Only those entries are added; findings already matched by the existing baseline are untouched, so their severity_override values are not lost.

Four keys only (severity, rule_module, type, file): the baseline schema is a closed key set validated in jq by apply-baseline.sh, and any extra key makes the whole file invalid. tracking_issue is omitted rather than invented — it is validated against an owner/repo#N shape.

🤖 Generated with Claude Code

The `Validate Hypatia Baseline` gate fails on any finding not acknowledged in
.hypatia-baseline.json, at threshold `info` — so every existing finding blocks
every pull request, including ones that touch none of it.
Ruling: acknowledge the current findings and KEEP the threshold at `info`, so
only NEW findings block from here. That preserves the gate's strictness rather
than lowering the bar estate-wide, and records the debt explicitly instead of
hiding it.
Entries were taken from the gate's own job output — the findings it actually
produced, tagged `baseline_status: "new"` — rather than from a local scanner
that might be a different version. Only those entries are added; findings
already matched by the existing baseline are left alone so their
severity_override values are not lost.
Types covered: SD009, StaticAnalysis, codeql_language_matrix_mismatch, codeql_missing_actions_language, missing_timeout_minutes, secret_action_without_presence_gate.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
@sonarqubecloud

Copy link
Copy Markdown

@gitar-bot

gitar-botBot commented Aug 6, 2026

Copy link
Copy Markdown

Note

Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime.
Learn more

Code Review✅ Approved

Acknowledges 14 existing security findings in the Hypatia baseline configuration to unblock pull requests without lowering the gate threshold. No issues found.

Auto-approved and auto-merge armed: No blocking issues found.
Please see Auto-approve Docs for details on setting custom approval criteria. — merges when pipeline and required approvals pass.

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose 

Important

Your trial ends in 4 days — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more.

Was this helpful? React with 👍 / 👎 | Gitar

@gitar-bot

gitar-botBot commented Aug 6, 2026

Copy link
Copy Markdown

⚠️ Gitar auto-approved this PR but could not enable auto-merge: auto-merge is disabled for this repository — enable "Allow auto-merge" in the repository settings.

@gitar-botgitar-botBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gitar has auto-approved this PR and enabled auto-merge (configure)

@gitar-botgitar-botBot added the gitar-approved Added by Gitar label Aug 6, 2026
@hyperpolymath
hyperpolymath merged commit e7071e7 into mainAug 6, 2026
19 of 24 checks passed
@hyperpolymath
hyperpolymath deleted the chore/hypatia-baseline branch August 6, 2026 13:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gitar-approvedAdded by Gitar

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@hyperpolymath