mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import json
|
||||
|
||||
|
||||
VERSION = "4.2"
|
||||
VERSION = "4.3"
|
||||
NAME = "Detection Coverage"
|
||||
DESCRIPTION = "security_content detection coverage"
|
||||
DOMAIN = "mitre-enterprise"
|
||||
@@ -72,4 +72,4 @@ class AttackNavWriter():
|
||||
layer_json["techniques"].append(layer_technique)
|
||||
|
||||
with open(output_path, 'w') as outfile:
|
||||
json.dump(layer_json, outfile, ensure_ascii=False, indent=4)
|
||||
json.dump(layer_json, outfile, ensure_ascii=False, indent=4)
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
<rect rx="3" width="105" height="20" fill="url(#a)"/>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="30" y="14">detections</text>
|
||||
<text x="83" y="14">514</text>
|
||||
<text x="83" y="14">790</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 654 B |
@@ -13,6 +13,6 @@
|
||||
<rect rx="3" width="100" height="20" fill="url(#a)"/>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="30" y="14">coverage</text>
|
||||
<text x="80" y="14">100%</text>
|
||||
<text x="80" y="14">99%</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 652 B |
+573
-593361
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user