mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Add change note
This commit is contained in:
2
change-notes/2021-04-19-http-request-taint-flow.md
Normal file
2
change-notes/2021-04-19-http-request-taint-flow.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* `net/http.Request` and `mime/multipart.Part`'s models have been improved. `Request`'s error returns are no longer considered tainted, and `Part`'s methods propagate taint (for example, the `Part.FileName()` of a tainted `Part` is itself tainted). This should lead to more accurate results from any query where `Request` or `Part` methods occurred in a taint-flow path.
|
||||
Reference in New Issue
Block a user