Skip to content

Commit

Permalink
Update to ATT&CK v14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Jan 23, 2024
1 parent a998f3c commit d27f9b4
Show file tree
Hide file tree
Showing 4 changed files with 258 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® v13](https://img.shields.io/badge/MITRE%20ATT%26CK®-v13-red)](https://attack.mitre.org/versions/v13/)
[![MITRE ATT&CK® v14](https://img.shields.io/badge/MITRE%20ATT%26CK®-v14-red)](https://attack.mitre.org/versions/v14/)
[![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
1 change: 1 addition & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json
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-13.0.json`,
`${BASE_URL}/ics-attack/ics-attack-13.0.json`,
`${BASE_URL}/mobile-attack/mobile-attack-13.0.json`
`${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`
]

/**
Expand Down
Loading

0 comments on commit d27f9b4

Please sign in to comment.