Give examples of the securitybydesign steps that you would u
Give examples of the \"security-by-design\" steps that you would use for an e-commerce website (security, resiliency, data integrity control, etc.)
Solution
The example is as follows:
for integrity - data should not be tampered or changed. Hence we should provide just enough access to the person performing various operations with the data so it cannot be tampered.
for security we require the integretity that is explained above. Then data should be available to the authorised users.
We also need to maintain the confidentiality of the data as it should not be permitted to the unauthorised user for tampering or even viewing.
