fix: remove bawbel-scanner install boilerplate from AVE-2026-00024#51
Merged
Conversation
…-00024 description and remediation both carried a literal `pip install "bawbel-scanner[magika]"` command naming one company's package as the example implementation. Same class of finding as the corpus-wide bawbel-scanner boilerplate fix (AVE_V1.1.0_MIGRATION_BRIEF.md Section 4.5), missed on this record because it names a *specific install command* rather than the "using bawbel-scanner" phrasing that sweep's grep pattern targeted. Replaced with vendor-neutral phrasing describing the capability required (a Magika-integrated or equivalent ML-based file type classifier), not a specific package. Full corpus re-swept for `bawbel scan\b|bawbel-scanner|bawbel-gate|bawbel pin`; this was the only remaining match outside the legitimate researcher/ researcher_url attribution fields.
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
descriptionandremediationboth contained a literalpip install "bawbel-scanner[magika]"command naming one company's package as the standard's own example implementationAVE_V1.1.0_MIGRATION_BRIEF.mdSection 4.5, missed on this record because it named a specific install command rather than the generic "using bawbel-scanner" phrasing that sweep targetedlast_updatedbumped to todayTest plan
python3 scripts/validate_records.py-- all 59 records still validpython3 -m pytest tests/ -q -k "00024"-- this record's existing rule/fixtures unaffectedbawbel scan\b|bawbel-scanner|bawbel-gate|bawbel pin-- this was the only remaining match outside the legitimateresearcher/researcher_urlattribution fields present on every record