You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/code/scenarios/0_scenarios.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,7 @@
59
59
# - Each enum member represents an **attack technique** (the *how* of an attack)
60
60
# - Each member is defined as `(value, tags)` where value is a string and tags is a set of strings
61
61
# - Include an `ALL` aggregate technique that expands to all available techniques
62
-
# - The default technique (what runs when the caller selects nothing) is owned by the
63
-
# catalog, not the scenario: override the `default()` classmethod to return the default
64
-
# member (omit it to fall back to `ALL`)
62
+
# - The default technique (what runs when the caller selects nothing) is owned by the catalog, not the scenario: override the `default()` classmethod to return the default member (omit it to fall back to `ALL`)
65
63
#
66
64
# 2. **Scenario Class**: Extend `Scenario` and pass these to `super().__init__()`:
0 commit comments