proxytest: proxy HTTPS request using MITM #12531
Annotations
10 errors
golangci-lint:
testing/proxytest/https.go#L33
ineffectual assignment to w (ineffassign)
|
golangci-lint:
testing/proxytest/proxytest.go#L351
func `idFromReqCtx` is unused (unused)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L132
ineffectual assignment to err (ineffassign)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L277
G402: TLS MinVersion too low. (gosec)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L290
G402: TLS MinVersion too low. (gosec)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L295
G402: TLS MinVersion too low. (gosec)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L322
(*net/http.Client).Get must not be called (noctx)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L328
`reponse` is a misspelling of `response` (misspell)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L447
G402: TLS MinVersion too low. (gosec)
|
golangci-lint:
testing/proxytest/proxytest_test.go#L461
G402: TLS MinVersion too low. (gosec)
|
Loading