Branch was auto-updated.

This commit is contained in:
pyth0n1c
2022-05-17 18:32:22 -04:00
committed by GitHub
4 changed files with 577 additions and 593365 deletions
@@ -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)
+1 -1
View File
@@ -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

+1 -1
View File
@@ -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
View File
File diff suppressed because one or more lines are too long