-
Notifications
You must be signed in to change notification settings - Fork 81
update cli-security 1.16.2 - skip-auto-install for pip #847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
hadarshjfrog
commented
Mar 27, 2025
- All tests passed. If this feature is not already covered by the tests, I added new tests.
- This pull request is on the dev branch.
- I used gofmt for formatting the code before submitting the pull request.
- Update documentation about new features / new supported technologies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
📗 Scan Summary
📦 Vulnerable Dependencies
🔖 Details[ CVE-2025-30204 ] github.com/golang-jwt/jwt/v4 v4.5.1Vulnerability DetailsUnbounded resource consumption in golang-jwt can lead to denial of service when an attacker client sends a malformed token. 🔬 JFrog Research DetailsDescription: The
If an attacker sends a token which has many dots (e.g. 100000) the [ CVE-2025-22869 ] golang.org/x/crypto v0.32.0Vulnerability DetailsUnbounded resource consumption in Go's 🔬 JFrog Research DetailsDescription: To establish trust between two sides connecting over ssh, the ssh handshake implements a key exchange. During this process each side sends the other an Once side A has sent the [ CVE-2025-22872 ] golang.org/x/net v0.34.0Vulnerability Details
The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts). [ CVE-2025-22870 ] golang.org/x/net v0.34.0Vulnerability Details
Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied. |