Fix failing Sphinx tests

This commit is contained in:
Felicity Chapman
2020-02-18 16:50:48 +00:00
parent 74d93ba704
commit 2a5ac2e829
6 changed files with 7 additions and 1 deletions

View File

@@ -115,4 +115,5 @@ Further reading
---------------
- ":doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`"
.. include:: ../../reusables/python-other-resources.rst

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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