зеркало из https://github.com/github/codeql-go.git
389 B
389 B
lgtm,codescanning
net/http.Request
andmime/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 taintedPart
is itself tainted). This should lead to more accurate results from any query whereRequest
orPart
methods occurred in a taint-flow path.