feat(httpclient): add proxy and TLS support (OD-30)#205
2 new security issues (0 max.).
Annotations
Check notice on line 1 in integration-tests/proxy-tls/connect_logger.py
codacy-production / Codacy Static Code Analysis
integration-tests/proxy-tls/connect_logger.py#L1
Multi-line docstring summary should start at the second line (D213)
Check warning on line 9 in integration-tests/proxy-tls/connect_logger.py
codacy-production / Codacy Static Code Analysis
integration-tests/proxy-tls/connect_logger.py#L9
Probable insecure usage of temp file/directory.
Check warning on line 14 in integration-tests/proxy-tls/connect_logger.py
codacy-production / Codacy Static Code Analysis
integration-tests/proxy-tls/connect_logger.py#L14
Missing 'encoding' parameter. 'open()' uses device locale encodings by default, corrupting files with special characters.
Check notice on line 1 in utils/httpclient/client.go
codacy-production / Codacy Static Code Analysis
utils/httpclient/client.go#L1
should have a package comment
Check warning on line 24 in utils/httpclient/httpclient_test.go
codacy-production / Codacy Static Code Analysis
utils/httpclient/httpclient_test.go#L24
parameter 'w' seems to be unused, consider removing or renaming it as _
Check warning on line 35 in utils/httpclient/httpclient_test.go
codacy-production / Codacy Static Code Analysis
utils/httpclient/httpclient_test.go#L35
parameter 'r' seems to be unused, consider removing or renaming it as _
Check notice on line 1 in utils/httpclient/options.go
codacy-production / Codacy Static Code Analysis
utils/httpclient/options.go#L1
should have a package comment
Check notice on line 1 in utils/httpclient/tls.go
codacy-production / Codacy Static Code Analysis
utils/httpclient/tls.go#L1
should have a package comment
Check failure on line 16 in utils/httpclient/tls.go
codacy-production / Codacy Static Code Analysis
utils/httpclient/tls.go#L16
Checks for disabling of TLS/SSL certificate verification.