Skip to content

Commit e35c2b2

Browse files
committed
Docs: Include 'Threat models' for Python
1 parent 5ff7b65 commit e35c2b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

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

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

432432
Sink kinds
433433
~~~~~~~~~~
@@ -449,3 +449,8 @@ Summary kinds
449449

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.
452+
453+
Threat models
454+
-------------
455+
456+
.. include:: ../reusables/threat-model-description.rst

0 commit comments

Comments
 (0)