You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-language-guides/customizing-library-models-for-python.rst
+8-1
Original file line number
Diff line number
Diff line change
@@ -427,7 +427,7 @@ Kinds
427
427
Source kinds
428
428
~~~~~~~~~~~~
429
429
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-python>`.
431
431
432
432
Sink kinds
433
433
~~~~~~~~~~
@@ -449,3 +449,10 @@ Summary kinds
449
449
450
450
- **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.
451
451
- **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.
* Added support for custom threat-models, which can be used in most of our taint-tracking queries, see our [documentation](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#extending-codeql-coverage-with-threat-models) for more details.
0 commit comments