Release 0.2.9: diversity warning + CI lint matrix#17
Merged
Conversation
Surface the silent-degenerate failure mode that rstr's non-greedy bug hit on kubernetes_secret_yaml pre-0.2.8 (27 samples / 10 unique middles, all sharing one degenerate core). Parent-side pass after corpus collection: per-rule middle-50-char slice uniqueness, warn when ratio < 0.4 and samples >= 10. Works under both sequential and parallel backends (spawn workers don't forward logs). Threshold lets inherently narrow patterns (inst_tag at 0.53) through without noise.
Local dev on 3.14 and CI lint on 3.12 drifted: mypy passes on one, flags on the other (method-assign + warn_unused_ignores interaction). Expand the matrix so CI surfaces both sides of the drift. Also adds 3.14 to the test matrix and classifiers — local already runs it clean, just hadn't been declared supported.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
< 0.4and samples>= 10.Follow-ups from the lumen-argus 0.2.8 artifact review — two follow-ups evaluated but deferred as non-bugs: rstr
.char pool (rstr is correct,.legitimately matches any char) and rstr overgeneration waste (71% waste on pathological k8s pattern costs ~60ms per rule — not worth invasive rstr surgery).Test plan
pytest→ 280 passed under py3.14 localruff checkcleanmypy --strict crossfire/clean