![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
A specific mitigation control for a threat. More...
#include <threat_model.hpp>
Public Attributes | |
| std::string | control_id |
| Unique identifier (e.g., "CTRL-AES-001") | |
| std::string | description |
| What the control does. | |
| std::string | implementation |
| Where in codebase (file:line or module) | |
| MitigationStatus | status = MitigationStatus::NOT_MITIGATED |
A specific mitigation control for a threat.
Definition at line 117 of file threat_model.hpp.
| std::string signet::forge::Mitigation::control_id |
Unique identifier (e.g., "CTRL-AES-001")
Definition at line 118 of file threat_model.hpp.
| std::string signet::forge::Mitigation::description |
What the control does.
Definition at line 119 of file threat_model.hpp.
| std::string signet::forge::Mitigation::implementation |
Where in codebase (file:line or module)
Definition at line 120 of file threat_model.hpp.
| MitigationStatus signet::forge::Mitigation::status = MitigationStatus::NOT_MITIGATED |
Definition at line 121 of file threat_model.hpp.