Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::Mitigation Struct Reference

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
 

Detailed Description

A specific mitigation control for a threat.

Definition at line 117 of file threat_model.hpp.

Member Data Documentation

◆ control_id

std::string signet::forge::Mitigation::control_id

Unique identifier (e.g., "CTRL-AES-001")

Definition at line 118 of file threat_model.hpp.

◆ description

std::string signet::forge::Mitigation::description

What the control does.

Definition at line 119 of file threat_model.hpp.

◆ implementation

std::string signet::forge::Mitigation::implementation

Where in codebase (file:line or module)

Definition at line 120 of file threat_model.hpp.

◆ status

MitigationStatus signet::forge::Mitigation::status = MitigationStatus::NOT_MITIGATED

Definition at line 121 of file threat_model.hpp.


The documentation for this struct was generated from the following file: