Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion courses/gnatdas/cover_010_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Coverage Data Gathering

* :dfn:`Binary traces`

* Produced by instrumented execution environment with unmodifed version of program.
* Produced by instrumented execution environment with unmodifed version of program
* Traces contain low level information about executed blocks of machine instructions

* :dfn:`Source traces`
Expand Down
4 changes: 2 additions & 2 deletions courses/gnatsas/010_course_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ What Is Static Analysis?
+ *May* be exhaustive

+ All possible errors are reported
+ No false negatives; there may be false positives
+ No false negatives; there *may* be false positives

+ If the analyzer does not report a problem, there is no problem

Expand Down Expand Up @@ -96,7 +96,7 @@ What Is GNAT SAS?
+ Numeric overflows
+ Numeric wraparounds
+ Improper use of Application Programming Interfaces (APIs)
+ and more
+ ...and more

------------------------
What Does GNAT SAS Do?
Expand Down
2 changes: 1 addition & 1 deletion courses/gnatsas/metric_010_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Understanding McCabe Complexity

v(G) = E - N + 2 * P

+ Aimed a measuring the complexity of execution paths
+ Aimed at measuring the complexity of execution paths
+ Needs to be adapted for each language

----------------
Expand Down
2 changes: 1 addition & 1 deletion courses/gnatsas/sas_020_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Typical Users and Use Cases
+ Reviewers

+ **Annotate** code with analysis of potential problems
+ **Analyse** specific CWE issues
+ **Analyze** specific CWE issues

+ Project managers and quality engineers

Expand Down