Skip to content

Commit

Permalink
Merge pull request #140 from center-for-threat-informed-defense/attack16
Browse files Browse the repository at this point in the history
Update to ATT&CK v16.0
  • Loading branch information
mehaase authored Nov 5, 2024
2 parents 0a90aa0 + 46b0c15 commit d48c931
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![MITRE ATT&CK® v15](https://img.shields.io/badge/MITRE%20ATT%26CK®-v15-red)](https://attack.mitre.org/versions/v15/)
[![MITRE ATT&CK® v16](https://img.shields.io/badge/MITRE%20ATT%26CK®-v16-red)](https://attack.mitre.org/versions/v16/)
[![test](https://github.com/center-for-threat-informed-defense/attack-flow/actions/workflows/test.yml/badge.svg)](https://github.com/center-for-threat-informed-defense/attack-flow/actions/workflows/test.yml)
[![build](https://github.com/center-for-threat-informed-defense/attack-flow/actions/workflows/build.yml/badge.svg)](https://github.com/center-for-threat-informed-defense/attack-flow/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/center-for-threat-informed-defense/attack-flow/branch/main/graph/badge.svg?token=MSGpc9mM6U)](https://codecov.io/gh/center-for-threat-informed-defense/attack-flow)
Expand Down
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-15.0.json`,
`${BASE_URL}/ics-attack/ics-attack-15.0.json`,
`${BASE_URL}/mobile-attack/mobile-attack-15.0.json`
`${BASE_URL}/enterprise-attack/enterprise-attack-16.0.json`,
`${BASE_URL}/ics-attack/ics-attack-16.0.json`,
`${BASE_URL}/mobile-attack/mobile-attack-16.0.json`
]

/**
Expand Down
Loading

0 comments on commit d48c931

Please sign in to comment.