mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
748 B
748 B
| title | aliases | tags | sr-due | sr-interval | sr-ease | ||
|---|---|---|---|---|---|---|---|
| 19-security |
|
2023-05-24 | 214 | 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