Skip to content

Commit ed442a6

Browse files
authored
Add topic "static-code-analysis"
1 parent 6a529bf commit ed442a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: Static code analysis
3+
short_description: Static program analysis is the analysis a program without executing it.
4+
topic: static-code-analysis
5+
aliases: static-program-analysis
6+
---
7+
Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.

0 commit comments

Comments
 (0)