5. Intro to Software Security

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What is the most common Software Security Flaw?

No input validation

<p>No input validation</p>
2
New cards

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).

3
New cards

What are the 2 techniques for input validation?

Blacklisting:

  • Specify (parts of) inputs that are forbidden.

  • Hard to cover everyt

4
New cards