Skip to content

Commit

Permalink
Docs: Include 'Threat models' for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Sep 10, 2024
1 parent 5ff7b65 commit e35c2b2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Kinds
Source kinds
~~~~~~~~~~~~

- **remote**: A generic source of remote flow. Most taint-tracking queries will use such a source. Currently this is the only supported source kind.
See documentation below for :ref:`Threat models <threat-models>`.

Sink kinds
~~~~~~~~~~
Expand All @@ -449,3 +449,8 @@ Summary kinds

- **taint**: A summary that propagates taint. This means the output is not necessarily equal to the input, but it was derived from the input in an unrestrictive way. An attacker who controls the input will have significant control over the output as well.
- **value**: A summary that preserves the value of the input or creates a copy of the input such that all of its object properties are preserved.

Threat models
-------------

.. include:: ../reusables/threat-model-description.rst

0 comments on commit e35c2b2

Please sign in to comment.