Skip to content

Commit 33afe9d

Browse files
authored
Add "related" key
1 parent be2b683 commit 33afe9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topics/static-code-analysis/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display_name: Static code analysis
33
short_description: Static program analysis is the analysis a program without executing it.
44
topic: static-code-analysis
5+
related: dynamic-code-analysis, testing
56
aliases: static-program-analysis
67
---
78
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)