Skip to content

Commit

Permalink
Merge pull request #122 from center-for-threat-informed-defense/attack15
Browse files Browse the repository at this point in the history
Update to ATT&CK v15.0
  • Loading branch information
mehaase authored Apr 23, 2024
2 parents 4320214 + ae53643 commit 2978acf
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/attack_flow_builder/attack/download_sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const BASE_URL = "https://raw.githubusercontent.com/mitre-attack/attack-stix-dat
* The STIX sources.
*/
const STIX_SOURCES = [
`${BASE_URL}/enterprise-attack/enterprise-attack-14.1.json`,
`${BASE_URL}/ics-attack/ics-attack-14.1.json`,
`${BASE_URL}/mobile-attack/mobile-attack-14.1.json`
`${BASE_URL}/enterprise-attack/enterprise-attack-15.0.json`,
`${BASE_URL}/ics-attack/ics-attack-15.0.json`,
`${BASE_URL}/mobile-attack/mobile-attack-15.0.json`
]

/**
Expand Down
Loading

0 comments on commit 2978acf

Please sign in to comment.