Allow right-clicking a threat in the threats panel and choosing 'Copy as YAML' to copy just that threat's YAML block to clipboard.
Useful for pasting into issues, PRs, or documentation.
- id: threat-1
title: "SQL Injection on payment queries"
category: Tampering
element: api-gateway
severity: High
mitigation:
status: mitigated
description: "Parameterized queries via ORM"
Allow right-clicking a threat in the threats panel and choosing 'Copy as YAML' to copy just that threat's YAML block to clipboard.
Useful for pasting into issues, PRs, or documentation.