Skip to content

Commit c972760

Browse files
committed
build
1 parent e19bc0c commit c972760

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/CUSTOM_ANALYSIS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In addition to [**specify an analysis**](./SPECIFY_ANALYSIS.md) you can customize in depth an analysis.
44

5-
## Model checking
5+
## Call graph checking
66

77
You could check that your program meets a given specification. For example this rule will traverse the call graph (only from the main function) of a program to verify if a user is authenticated and has rights before retrieving a secret.
88

0 commit comments

Comments
 (0)