Vulnerability Management Flashcards

Mock Exam Revision

1
Q

Often used early in the development process:

Static Code or Dynamic Code?

A

Static Code

  1. Involves examining the code without executing it.
  2. Examines code structure, syntax, and semantics to detect issues like syntax errors, coding standards violations, security vulnerabilities, and bugs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Typically used later in the software development lifecycle

Static Code or Dynamic Code ?

A

Dynamic Code

  1. Analyses runtime properties like memory usage, performance, and error handling to identify issues such as memory leaks, performance bottlenecks, and runtime errors
  2. Involves executing the code and analysing its behaviour at runtime
How well did you know this?
1
Not at all
2
3
4
5
Perfectly