docs: tidy up 'codeql for x' pages

Manually construct tocs including intro text.
Fix a few intros and titles.
This commit is contained in:
james
2020-03-26 10:55:36 +00:00
parent 55f9034712
commit deb657acdb
11 changed files with 82 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
Analyzing data flow in C and C++
================================
You can use data-flow analysis to track the flow of potentially malicious or insecure data that can cause vulnerabilities in your codebase.
You can use data flow analysis to track the flow of potentially malicious or insecure data that can cause vulnerabilities in your codebase.
About data flow
---------------