Databasecurity
Databasecurity
Use encryption?
just user passwords
data stored in DB
encrypt data in transit
Integrity
User Authentication and Authorization
Global privileges
Database privileges
Table privileges
Column privileges
The WITH GRANT OPTION clause gives the user the ability to give
to other users any privileges the user has at the specified privilege
level.
Relation owner can create view containing limited data and then make
access to another users
CREATE VIEW myview AS SELECT name, surname FROM employee
1 Database Discovery
2 Penetration Testing
3 Security Audit
4 Reporting
5 Remediation: Fix Scripts
6 Keep current: ASAP updates protect against latest threats