mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Fix tornado model of httheaders.add.
This commit is contained in:
@@ -95,7 +95,7 @@ module Tornado {
|
||||
private class TornadoHeadersAppendCall extends Http::Server::ResponseHeaderWrite::Range,
|
||||
DataFlow::MethodCallNode
|
||||
{
|
||||
TornadoHeadersAppendCall() { this.calls(instance(), "append") }
|
||||
TornadoHeadersAppendCall() { this.calls(instance(), "add") }
|
||||
|
||||
override DataFlow::Node getNameArg() { result = [this.getArg(0), this.getArgByName("name")] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user