mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
747 B
747 B
| title | aliases | tags | sr-due | sr-interval | sr-ease | ||
|---|---|---|---|---|---|---|---|
| 19-security |
|
2022-07-03 | 30 | 250 |
- why cybersecurity is a growing concern
- more software ∴ more dependecies ∴ more complex ∴ more "surface area" of risk of vulnerability
- sketch confidentiality, integrity, and avalability security
- confidentiality - protecting data from being stolen
- integrity - attacks on data with the aim to decieve users
- avalability - e.g., DDoS
- appreciate that dependencies cause security risks
- vulnerabilities in dependencies extend to your code
-
explain risks from non-validation of user input
- outline how injection attack works
- malicious input to manupulate underlying database