Apply suggestions from code review

Many thanks for the review suggestions.

Co-Authored-By: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
Felicity Chapman
2020-02-19 16:31:15 +00:00
committed by GitHub
parent 2a5ac2e829
commit f8c876176a
6 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
Analyzing data flow and tracking tainted data in Python
=======================================================
You can use CodeQL to track the flow of data through a Python program to its use. Tracking user-controlled, or tainted, data is a key technique for security researchers.
You can use CodeQL to track the flow of data through a Python program. Tracking user-controlled, or tainted, data is a key technique for security researchers.
About data flow and taint tracking
----------------------------------