1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the most common Software Security Flaw?
No input validation
What are the 2 input validation strategies?
Syntactic → Enforce correct syntax of structured fields (e.g. data, number, string).
Semantic → Enforce correctness of given values in specific context (e.g. start date is before end date).
What are the 2 techniques for input validation?
Blacklisting:
Specify (parts of) inputs that are forbidden.
Hard to cover everyt