-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
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. |
You can download precompiled binaries from the releases page. |
Hello, you can use More info please refer to: https://github.com/gogf/gf/tree/master/cmd/gf |
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
The text was updated successfully, but these errors were encountered: