Skip to content

feat(httpclient): add proxy and TLS support (OD-30)#205

Merged
andrzej-janczak merged 11 commits into
mainfrom
cliv2-verify-and-add-proxy-support-od-30
Jun 11, 2026
Merged

feat(httpclient): add proxy and TLS support (OD-30)#205
andrzej-janczak merged 11 commits into
mainfrom
cliv2-verify-and-add-proxy-support-od-30

fix(logger): mirror stdlib log into codacy-cli.log; log insecure warn…

1c30605
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 11, 2026 in 0s

2 new security issues (0 max.).

Annotations

Check notice on line 1 in integration-tests/proxy-tls/connect_logger.py

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

utils/httpclient/tls.go#L16

Checks for disabling of TLS/SSL certificate verification.