Review Note

Last Update: 04/27/2023 05:58 AM

Current Deck: Software Security

New Card (Unpublished)

Currently Published Content


Front
Back

No published tags.

Pending Suggestions


Field Change Suggestions:
What are three general classes of defense against SQL injections?
Sanitizing user inputs
Change mode of execution
(separation of code and data) - prepared statements and stored procedures
Defense in Depth - error/exception messages, least privilege, leaving the front door open