Skip to content

ci: pin ThreatCrush 0.6.2 - #3

Merged
ralyodio merged 1 commit into
masterfrom
ci/threatcrush-0.6.2
Aug 10, 2026
Merged

ci: pin ThreatCrush 0.6.2#3
ralyodio merged 1 commit into
masterfrom
ci/threatcrush-0.6.2

Conversation

@ralyodio

Copy link
Copy Markdown
Owner

Clears the last of the SARIF upload warnings.

0.6.1 moved fingerprints to a content hash but kept publishing them under primaryLocationLineHash. That key is computed by the CodeQL upload action itself, so it warned on every finding regardless of what we put there — the previous run logged it eight times, once per finding, comparing against the new hash:

! Calculated fingerprint of 13bfd14c5cc763c:1 for file debtap line 104,
  but found existing inconsistent fingerprint value a279c9a6c714c186b820bdda081fe310

0.6.2 (profullstack/threatcrush#90) publishes under threatcrush/contentHash/v1 and leaves the reserved key to GitHub. The hash is unchanged, so existing finding identities carry over.

Findings are unaffected: still the same 8, all genuine.

0.6.1 moved SARIF fingerprints to a content hash but kept publishing them
under `primaryLocationLineHash`, which the CodeQL upload action computes
itself — so the inconsistent-fingerprint warning stayed, once per finding,
now comparing against the new hash.

0.6.2 publishes under `threatcrush/contentHash/v1` and leaves the reserved
key to GitHub. Same hash, so finding identities carry over.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@ralyodio
ralyodio merged commit b3581bf into master Aug 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant