Vulnerability Management Flashcards
Mock Exam Revision
1
Q
Often used early in the development process:
Static Code or Dynamic Code?
A
Static Code
- Involves examining the code without executing it.
- Examines code structure, syntax, and semantics to detect issues like syntax errors, coding standards violations, security vulnerabilities, and bugs.
2
Q
Typically used later in the software development lifecycle
Static Code or Dynamic Code ?
A
Dynamic Code
- Analyses runtime properties like memory usage, performance, and error handling to identify issues such as memory leaks, performance bottlenecks, and runtime errors
- Involves executing the code and analysing its behaviour at runtime