mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
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:
@@ -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
|
||||
----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user