mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Fix failing Sphinx tests
This commit is contained in:
@@ -115,4 +115,5 @@ Further reading
|
||||
---------------
|
||||
|
||||
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
|
||||
|
||||
.. include:: ../../reusables/python-other-resources.rst
|
||||
|
||||
@@ -85,4 +85,5 @@ Further reading
|
||||
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
|
||||
- ":doc:`Analyzing control flow in Python <control-flow>`"
|
||||
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
|
||||
|
||||
.. include:: ../../reusables/python-other-resources.rst
|
||||
|
||||
@@ -343,4 +343,5 @@ Further reading
|
||||
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
|
||||
- ":doc:`Analyzing control flow in Python <control-flow>`"
|
||||
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
|
||||
|
||||
.. include:: ../../reusables/python-other-resources.rst
|
||||
|
||||
@@ -231,4 +231,5 @@ Further reading
|
||||
|
||||
- ":doc:`Analyzing control flow in Python <control-flow>`"
|
||||
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
|
||||
|
||||
.. include:: ../../reusables/python-other-resources.rst
|
||||
|
||||
@@ -260,4 +260,5 @@ Further reading
|
||||
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
|
||||
- ":doc:`Analyzing control flow in Python <control-flow>`"
|
||||
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
|
||||
|
||||
.. include:: ../../reusables/python-other-resources.rst
|
||||
|
||||
@@ -132,7 +132,7 @@ The sink is defined by using a custom ``TaintTracking::Sink`` class.
|
||||
|
||||
|
||||
Converting a taint-tracking query to a path query
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Although the taint tracking query above tells which sources flow to which sinks, it doesn't tell us how.
|
||||
For that we need a path query.
|
||||
@@ -262,4 +262,5 @@ Further reading
|
||||
- ":doc:`Pointer analysis and type inference in Python <pointsto-type-infer>`"
|
||||
- ":doc:`Analyzing control flow in Python <control-flow>`"
|
||||
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
|
||||
|
||||
.. include:: ../../reusables/python-other-resources.rst
|
||||
|
||||
Reference in New Issue
Block a user