Skip to content

Commit 6b310bb

Browse files
committed
Fix reference
1 parent 2a70437 commit 6b310bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The sixth value should be left empty and is out of scope for this documentation.
144144
The remaining values are used to define the ``access path``, the ``kind``, and the ``provenance`` (origin) of the source.
145145

146146
- The seventh value ``ReturnValue`` is the access path to the return of the method, which means that it is the return value that should be considered a source of tainted input.
147-
- The eighth value ``remote`` is the kind of the source. The source kind is used to define the threat model where the source is in scope. ``remote`` applies to many of the security related queries as it means a remote source of untrusted data. As an example the SQL injection query uses ``remote`` sources. For more information, see ":ref:`Threat models <threat-models>`."
147+
- The eighth value ``remote`` is the kind of the source. The source kind is used to define the threat model where the source is in scope. ``remote`` applies to many of the security related queries as it means a remote source of untrusted data. As an example the SQL injection query uses ``remote`` sources. For more information, see ":ref:`Threat models <threat-models-csharp>`."
148148
- The ninth value ``manual`` is the provenance of the source, which is used to identify the origin of the source.
149149

150150
Example: Add flow through the ``Concat`` method

0 commit comments

Comments
 (0)