Skip to content

Commit e11bfc2

Browse files
committed
Docs: Fix link
1 parent e35c2b2 commit e11bfc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-python.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Kinds
427427
Source kinds
428428
~~~~~~~~~~~~
429429

430-
See documentation below for :ref:`Threat models <threat-models>`.
430+
See documentation below for :ref:`Threat models <threat-models-python>`.
431431

432432
Sink kinds
433433
~~~~~~~~~~
@@ -450,6 +450,8 @@ Summary kinds
450450
- **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.
451451
- **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.
452452

453+
.. _threat-models-python:
454+
453455
Threat models
454456
-------------
455457

0 commit comments

Comments
 (0)