Remediation
stepsstring[]required
Ordered, display-ready instructions.
severitystring
Possible values: [critical, high, medium, low]
estimated_effortstring
Possible values: [low, medium, high]
compliance_frameworks object[]
Array [
- object
- object
- object
- object
- object
frameworkstringrequired
Possible values: [SOC 2]
controlstringrequired
Example:
CC6.1]
Remediation
{
"steps": [
"string"
],
"severity": "critical",
"estimated_effort": "low",
"compliance_frameworks": [
{
"framework": "SOC 2",
"control": "CC6.1"
},
{
"framework": "GDPR",
"article": "Art.32"
},
{
"framework": "PCI-DSS",
"requirement": "Req.3.4"
},
{
"framework": "HIPAA",
"section": "164.312(a)(1)"
},
{
"framework": "ISO 27001",
"control": "A.14.2"
}
]
}