Update javascript/ql/lib/semmle/javascript/frameworks/Express.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asger F
2025-09-16 13:48:26 +02:00
committed by GitHub
parent 132a8b8b53
commit 0b900711bf

View File

@@ -803,7 +803,7 @@ module Express {
}
/**
* An argument passed to the `json` or `json` method of an HTTP response object.
* An argument passed to the `json` or `jsonp` method of an HTTP response object.
*/
private class ResponseJsonCallArgument extends Http::ResponseSendArgument {
ResponseJsonCall call;