Store the treatment of vulnerabilities
Data model

Fields
| Field |
Type |
Description |
| created_at* |
DATETIME2 |
Date and time of creation of the processing record |
| cve_id* |
INT |
Vulnerability identifier |
| date |
DATETIME2 |
Date on which the vulnerability was registered or applied |
| description* |
VARCHAR (4096) |
Detailed description of the justification for the accepted risk |
| id* |
INT |
Identifier of the treatment |
| status* |
INT |
Status of the treatment applied to the vulnerability |
| updated_at |
DATETIME2 |
Date and time of last update of the treatment record |
| user_created_id* |
INT |
Identifier of the user who registered the vulnerability treatment |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| cve_id* |
dbo.AES_CVE |
id |
FK01_AES_CVE_TREATMENT |
| user_created_id* |
dbo.AFW_USERS |
user_id |
FK02_AES_CVE_TREATMENT |