mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
add missing qldoc (that was already missing?)
This commit is contained in:
@@ -126,7 +126,9 @@ class UntrustedExternalApiDataNode extends ExternalApiDataNode {
|
||||
/** DEPRECATED: Alias for UntrustedExternalApiDataNode */
|
||||
deprecated class UntrustedExternalAPIDataNode = UntrustedExternalApiDataNode;
|
||||
|
||||
/** An external API which is used with untrusted data. */
|
||||
private newtype TExternalApi =
|
||||
/** An untrusted API method `m` where untrusted data is passed at `index`. */
|
||||
TExternalApiParameter(Method m, int index) {
|
||||
exists(UntrustedExternalApiDataNode n |
|
||||
m = n.getMethod() and
|
||||
|
||||
Reference in New Issue
Block a user