Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cli tools blocked by nexus firewall for security reasons #3985

Closed
ajasonwang opened this issue Nov 28, 2024 · 4 comments
Closed

Cli tools blocked by nexus firewall for security reasons #3985

ajasonwang opened this issue Nov 28, 2024 · 4 comments

Comments

@ajasonwang
Copy link

ajasonwang commented Nov 28, 2024

Description

I am trying to use goframe in intranet for development, install goframe cli tools through nexus go proxy (internet access not allowed). But found that it's quarantined by nexus firewall - a security scanner, I tried many versions but still can't even get started. Please fix from your side if possible. Thanks.

Additional

Policy violations causing quarantine is: High risk CVSS score, found security vulnerability CVE-2024-41253 with severity >=7 for version v2.8.1

No response

@yzy613
Copy link
Contributor

yzy613 commented Nov 30, 2024

The goframe cli supports skipping TLS verification by default because it is inevitable to use self-signed TLS certificates in a development environment. In order to be compatible with such situations, it is skipped by default.

@ajasonwang
Copy link
Author

The goframe cli supports skipping TLS verification by default because it is inevitable to use self-signed TLS certificates in a development environment. In order to be compatible with such situations, it is skipped by default.

Just wondering is there anyway for me to compile the cli binary locally, avoiding the error caused by go install, skipping tls related check by set a compile argument for example.

@yzy613
Copy link
Contributor

yzy613 commented Nov 30, 2024

You can download precompiled binaries from the releases page.

@gqcn
Copy link
Member

gqcn commented Dec 1, 2024

The goframe cli supports skipping TLS verification by default because it is inevitable to use self-signed TLS certificates in a development environment. In order to be compatible with such situations, it is skipped by default.

Just wondering is there anyway for me to compile the cli binary locally, avoiding the error caused by go install, skipping tls related check by set a compile argument for example.

Hello, you can use go install github.com/gogf/gf/cmd/gf/v2@latest to process manually installation. And you can also use git clone https://github.com/gogf/gf && cd gf/cmd/gf && go install to clone the codes, compile and install locally.

More info please refer to: https://github.com/gogf/gf/tree/master/cmd/gf

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants