codetruss 0.2.46 - #15
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the formula to v0.2.46.
The digest was derived by downloading that exact URL and hashing it locally, then
cmpd against the archive the website serves — not copied from the release notes. The samecmpagainst 0.2.45 exits 1, so the comparison is capable of failing.gh attestation verifyon the downloaded archive exits 0; flipping one byte of it makes the same command exit 1.0.2.46 bounds brace expansion in scope globs.
--allowand--denyare matched withminimatch, which expands brace groups throughbrace-expansion, and the bundled copy was 5.0.7 — a version that caps the number of expansions but not their length.allowanddenyare read from the scanned repository's.codetruss.yml, so the pattern does not have to come from whoever ran the command. Reproduced against the shipped bundles on two fresh fixtures with a byte-identical 7.5 KB glob: 0.2.45 aborts with an uncatchable out-of-memory at 4.07 GB and writes no receipt, 0.2.46 returnsREVIEW_REQUIREDand writes one.brew installusers on 0.2.45 have a review that a repository can kill instead of failing.Nothing is disclosed or altered by this and no verdict changes — the worst case was a local tool dying instead of reporting.
brace-expansionmoves 5.0.7 → 5.0.9 andminimatch10.2.5 → 10.2.6; scope matching is unchanged across 1938 compared(path, pattern)pairs.🤖 Generated with Claude Code