mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Implement sinks for wsgiref + allow lists in bulk header updates + local flow
This commit is contained in:
@@ -1085,7 +1085,7 @@ module Http {
|
||||
}
|
||||
|
||||
/**
|
||||
* A data-flow node that sets multiple headers in an HTTP response using a dict.
|
||||
* A data-flow node that sets multiple headers in an HTTP response using a dict or a list of tuples.
|
||||
*
|
||||
* Extend this class to model new APIs. If you want to refine existing API models,
|
||||
* extend `ResponseHeaderBulkWrite::Range` instead.
|
||||
|
||||
Reference in New Issue
Block a user