Add ATLAS threat taxonomy support - #1054
Open
devashridatta-dotcom wants to merge 2 commits into
Open
Conversation
Signed-off-by: devashridatta-dotcom <252791751+devashridatta-dotcom@users.noreply.github.com>
Author
|
CI note: I compared the 2.0 schema linter reports from this PR run ( This ATLAS taxonomy change does not introduce new 2.0 schema lint findings; the remaining red linter jobs appear to reflect the current |
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
Adds MITRE ATLAS as a named threat classification taxonomy for CycloneDX 2.0 threat categories.
ATLASto the threat categorytaxonomyenum.categoryvalues to the 16 ATLAS matrix tactics.Context
Refs #976.
This follows the direction from #956 that AI attack techniques belong in the threat layer, with ATLAS as the natural classification taxonomy. The tactic list follows the current public MITRE ATLAS data, where
dist/ATLAS-latest.yamlresolves todist/v6/ATLAS-2026.07.yaml.Source: https://github.com/mitre-atlas/atlas-data/blob/main/dist/v6/ATLAS-2026.07.yaml
Validation
pnpm run test:v2.0:t2-json-schema-semanticpasses.ATLAS+credential-accessacceptedATLAS+linkabilityrejectedMITRE-ATTACK+initial-accessstill acceptedNote:
pnpm run test:v2.0:t1-json-schema-validateandpnpm run test:v2.0:t3-json-schema-functionalstill fail before sample validation with the existing unresolved reference:model/cyclonedx-common-2.0.schema.json#/$defs/extensiblePropertiesThis same failure is present on the current 2.0-dev test path and is not introduced by this change.