values ++

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-27 17:36:51 +02:00
parent 5d7ce3cf71
commit 209c5850e9
3 changed files with 48 additions and 105 deletions

View File

@@ -8,12 +8,12 @@ techniques = {
),
903: Technique(
name="LSM", # Long System Message
for_supports_tools=False,
for_supports_tools=True,
for_not_supports_tools=True,
),
572: Technique(
name="T2S", # Tool to System Messsages
for_supports_tools=False,
for_supports_tools=True,
for_not_supports_tools=True,
),
}