Skip to content

Commit 9f7ad66

Browse files
authored
Merge branch 'github:main' into unist
2 parents cd91a52 + f414ea5 commit 9f7ad66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
related: dynamic-code-analysis, testing
6+
aliases: static-program-analysis
7+
---
8+
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)