FixTypo - Fix typo in various lesson documentations

This commit is contained in:
Thanh Tran
2022-08-29 17:13:34 +10:00
committed by Àngel Ollé Blázquez
parent de3c2c8d85
commit f5e4d4717a
13 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,7 @@ After successfully compromising confidentiality and integrity in the previous le
There are many different ways to violate availability.
If an account is deleted or its password gets changed, the actual owner cannot access this account anymore.
Attackers could also try to delete parts of the database, or even drop the whole database, in order to make the data inaccessible.
Revoking the access rights of admins or other users is yet another way to compromise availability; this would prevent these users from accessing either specific parts of the database or even the entire database as a whdle.
Revoking the access rights of admins or other users is yet another way to compromise availability; this would prevent these users from accessing either specific parts of the database or even the entire database as a whole.
=== It is your turn!
Now you are the top earner in your company.