Docs: Fix link

This commit is contained in:
Rasmus Wriedt Larsen
2024-09-10 16:53:52 +02:00
parent e35c2b243a
commit e11bfc27bd

View File

@@ -427,7 +427,7 @@ Kinds
Source kinds
~~~~~~~~~~~~
See documentation below for :ref:`Threat models <threat-models>`.
See documentation below for :ref:`Threat models <threat-models-python>`.
Sink kinds
~~~~~~~~~~
@@ -450,6 +450,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-python:
Threat models
-------------