Closed dependabot[bot] closed 3 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
golang/github.com/go-chi/httprate@v0.14.0 | network | 0 |
39.6 kB | |
golang/github.com/prometheus/client_golang@v1.20.2 | filesystem, network, unsafe | 0 |
1.15 MB |
🚮 Removed packages: golang/github.com/go-chi/httprate@v0.12.1), golang/github.com/prometheus/client_golang@v1.20.0)
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎
This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.
Ignoring: golang/github.com/go-chi/httprate@v0.14.0
, golang/github.com/prometheus/client_golang@v1.20.2
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of ecosystem/package-name@version
specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore-all
SocketSecurity complained because I did one commit in the dependabot branch to update go.list. That's the reason why I added https://github.com/stellar/stellar-disbursement-platform-backend/pull/403#issuecomment-2311113735
@dependabot squash and merge
Bumps the minor-and-patch group with 2 updates: github.com/go-chi/httprate and github.com/prometheus/client_golang.
Updates
github.com/go-chi/httprate
from 0.12.1 to 0.14.0Release notes
Sourced from github.com/go-chi/httprate's releases.
... (truncated)
Commits
5e681e3
Introduce RespondOnLimit() vs. OnLimit() (#44)c4c778c
Export RateLimiter type (#43)80029e2
Implement rate-limiting from HTTP handler (e.g. by request payload) (#42)Updates
github.com/prometheus/client_golang
from 1.20.0 to 1.20.2Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
67121dc
Merge pull request #1596 from mrueg/fix-uncompressed-content-header187acd4
Cut 1.20.2f7f8f3a
fix: Unset Content-Encoding header when uncompressed2254d6c
Merge pull request #1587 from prometheus/fix-processcollector4a15d05
Cut 1.20.1f2dd7b3
Use pedantic registry in other places too, to double check.261fe84
bugfix: Pass network metrics to processCollector's Describe() function5bf3341
Use NewPedanticRegistry in Process' Collector testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show