We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd248 commit 77f8892Copy full SHA for 77f8892
modules/techniques/templates/technique.html
@@ -431,7 +431,7 @@ <h2 class="pt-3" id ="mitigations">Mitigations</h2>
431
{% endif %}
432
433
{% if parsed.detections_strategies_table %}
434
- <h2 class="pt-3" id="detection">Detection Strategies</h2>
+ <h2 class="pt-3" id="detection">Detection Strategy</h2>
435
{{detection_strategies_table.detection_strategies_table(parsed.detections_strategies_table)}}
436
{% elif parsed.detection and not parsed.show_descriptions %}
437
<h2 class="pt-3" id="detection">Detection</h2>
0 commit comments