docs: fix stale independent-crosswalk count in README (3 -> 8) - #200
Open
chaksaray wants to merge 1 commit into
Open
docs: fix stale independent-crosswalk count in README (3 -> 8)#200chaksaray wants to merge 1 commit into
chaksaray wants to merge 1 commit into
Conversation
Found while writing the org profile README (aveproject/.github):
this repo's own README undercounted its independent crosswalks in
two places -- the top 'Independent validation' section named only
cfgaudit, Ramparts, and nova-proximity ('Three independent tools'),
and the Framework crosswalks table listed only SkillSpector and
ClawScan under 'This scanner -> Maps to AVE via'. Verified against
the real crosswalks/ directory: 8 real, populated *-to-ave.json
crosswalk files exist (cfgaudit, ClawScan, nova-proximity, Ramparts,
Semia, SkillSpector, skill-security-scanner, skillsentry), each
checked for a real source.tool/vendor and a non-empty mappings array,
not assumed from the file list alone. Semia in particular was already
complete (16 mappings), not 'in progress.'
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.
Found while writing the org profile README (aveproject/.github, now live at github.com/aveproject).
This repo's own README undercounted its independent crosswalks in two separate places:
Verified against the real
crosswalks/directory rather than trusting either existing claim: 8 real, populated*-to-ave.jsoncrosswalk files exist — cfgaudit, ClawScan, nova-proximity, Ramparts, Semia, SkillSpector (NVIDIA), skill-security-scanner, and skillsentry. Each checked individually for a realsource.tool/vendorfield and a non-emptymappingsarray, not assumed from the file listing alone. Semia in particular is already complete (16 mappings) — nothing in the corpus suggested it was still "in progress."Both counts ("Three independent tools" → eight, named; "3 independent crosswalks" → 8) fixed, plus the crosswalk table filled out to all 8. No other stale count found elsewhere in the file.