mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Docs: Fix link
This commit is contained in:
@@ -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
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user