Skip to content

Commit 4a342a7

Browse files
authored
Merge pull request #417 from splunk/mitre_bump
Bump MITRE ATT&CK version in output layer
2 parents 06d84c1 + ef0e001 commit 4a342a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/output/attack_nav_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def writeObjects(
8888
layer: LayerData = {
8989
"name": self.layer_name,
9090
"versions": {
91-
"attack": "14", # Update as needed
91+
"attack": "17", # Update as needed
9292
"navigator": "5.1.0",
9393
"layer": "4.5",
9494
},

0 commit comments

Comments
 (0)