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'};
Expected data accuracy level and tolerance for errors
Human-readable description of the impact
Security level associated with this impact
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