Add change note

This commit is contained in:
Chris Smowton
2021-04-19 16:13:16 +01:00
parent 7d258ae722
commit 685f4fa2a6

View 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.