mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
389 B
389 B
lgtm,codescanning
net/http.Requestandmime/multipart.Part's models have been improved.Request's error returns are no longer considered tainted, andPart's methods propagate taint (for example, thePart.FileName()of a taintedPartis itself tainted). This should lead to more accurate results from any query whereRequestorPartmethods occurred in a taint-flow path.