Impact associated with the integrity of the system
Describes data accuracy requirements and verification processes for the selected integrity security level.
const impact: IntegrityImpact = { level: 'Very High', description: 'Data must be tamper-proof with audit trails', dataAccuracy: 'Zero tolerance for unauthorized modifications', verificationSteps: 'Cryptographic signatures, audit logs, checksums'}; Copy
const impact: IntegrityImpact = { level: 'Very High', description: 'Data must be tamper-proof with audit trails', dataAccuracy: 'Zero tolerance for unauthorized modifications', verificationSteps: 'Cryptographic signatures, audit logs, checksums'};
Security level associated with this impact
Human-readable description of the impact
Expected data accuracy level and tolerance for errors
Verification and validation processes required
Impact associated with the integrity of the system
Describes data accuracy requirements and verification processes for the selected integrity security level.
Example