Update cfgaudit crosswalk for cfgaudit 1.10.0 (add CFG091, CFG092)#78
Open
predictor2718 wants to merge 1 commit into
Open
Update cfgaudit crosswalk for cfgaudit 1.10.0 (add CFG091, CFG092)#78predictor2718 wants to merge 1 commit into
predictor2718 wants to merge 1 commit into
Conversation
cfgaudit shipped two new rules since the crosswalk was last submitted (1.9.0): - CFG091 (qwen approvalMode: yolo auto-approves every tool call) maps to AVE-2026-00021 (autonomous action without confirmation), joining CFG029. - CFG092 (Kimi agent file override: true replaces the whole system prompt) maps to AVE-2026-00007 (goal hijack), joining CFG026. Both land on existing AVE classes, so the class count stays 19; rules_mapped goes 33 to 35 and rules_total 90 to 92 (unmapped stays 57). The AVE record set is unchanged (still up to AVE-2026-00059), so no target-side edits. Also notes, in the AVE-2026-00036 gap entry, that the reverted lateral-movement rule's CFG091 id has since been reused for the qwen approval-mode rule, so the id no longer refers to the deferred class.
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.
Follow-up to #67 (merged). cfgaudit shipped two new rules since that crosswalk was submitted (at cfgaudit 1.9.0), and both map cleanly onto existing AVE classes.
New mappings
approvalMode: yolo, which auto-approves every tool call with no confirmation) maps to AVE-2026-00021 (autonomous action without confirmation), joining CFG029.override: true, which replaces the built-in agent's whole system prompt) maps to AVE-2026-00007 (goal hijack), joining CFG026.Counts
Both new rules land on existing AVE classes, so
ave_classes_coveredstays 19.rules_mapped33 to 35,rules_total90 to 92;cfgaudit_rules_unmappedstays 57. The AVE record set is unchanged (still up to AVE-2026-00059), so nothing changes on thetargetside.Housekeeping
The
AVE-2026-00036(lateral movement) gap entry now notes that the reverted rule'sCFG091id has since been reused for the qwen approval-mode rule, so the id no longer points at the deferred class.Both files (
.jsonand.md) updated in lockstep. Source of truth: https://github.com/cfgaudit/cfgaudit/blob/main/docs/cfgaudit-to-ave.md