Skip to content
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

build(deps): bump the go_modules group across 1 directory with 7 updates #27

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the go_modules group with 5 updates in the / directory:

Package From To
github.com/ethereum/go-ethereum 1.10.26 1.13.5
golang.org/x/net 0.19.0 0.23.0
google.golang.org/grpc 1.60.1 1.63.2
github.com/dvsekhvalnov/jose2go 1.6.0 1.7.0
github.com/hashicorp/go-getter 1.7.1 1.7.4

Updates github.com/ethereum/go-ethereum from 1.10.26 to 1.13.5

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Carbonaceous (v1.13.5)

Geth v1.13.5 is a scheduled maintenance release fixing a potential data corruption in path scheme which could occur due to a power failure (i.e. entire OS / machine crash).

  • Extend ethclient and the simulated backend to allow eth_call against specific block hashes (#28084).
  • Downgrade annoying stale transaction propagation logs from warning to debug (#28364).
  • Switch to the new KZG trusted setup parameters (#28383).
  • Return an error on GraphQL if querying invalid block ranges (#28393, #28412).
  • Start publishing Apple Silicon pre-built binaries (#28474, #28475).

And bugfixes:

  • Fix a number of corner-cases in path scheme state management (#28198, #28426, #28483).
  • Fix an issue when allocating excessively large Pebble caches (#28444).
  • Fix a potential snap sync issue with the path based storage (#28327).
  • Fix ethclient to properly forwarding explicit 1559 gas caps (#28462).
  • Fix gas estimation for 0 priced txs accessing the basefee (#28470).
  • Fix an issue where resubscribing to events would hang (#28359).
  • Fix ethstats transaction count report regressiob (#28398).
  • Fix negative number encoding in ethclient/rpc (#28358).
  • Fix GraphQL content type in the response (#28417).

For a full rundown of the changes please consult the Geth 1.13.5 release milestone.


As with all our previous releases, you can find the:

Archanes (v1.13.4)

Geth v1.13.4 is a non-urgent hotfix release. The previous version of Geth (v1.13.3) introduced a warning log for bad transaction announcements, and on mainnet it generated too much logging noise due to a protocol violation in Erigon. To prevent overwhelming logging systems, Geth v1.13.4 lower the log to a more reasonable level until the bug in Erigon is fixed #28356.

Apart from the above reason, the release contains:

  • Fix a snap sync corner-case that could cause a hang by a maliciously constructed contract storage (#28306).
  • Update various dependencies to unstick versions of Go libs (#28329, #28333, #28334, #28332, #28336).
  • Enable Pebble database support on 32bit platforms and on OpenBSD too (#28335).
  • Fix returning the correct code hash for eth_getProof with empty storage (#28357).
  • Simplify trie range prover for some upcoming snap sync optimisations (#28311).
  • Fix a timeout mechanism in the transaction fetcher (#28220).

For a full rundown of the changes please consult the Geth 1.13.4 release milestone.


As with all our previous releases, you can find the:

... (truncated)

Commits
  • 916d6a4 params: release Geth v1.15.5
  • f265cc2 cmd/geth: remove some whitespace in code and comments (#28148)
  • 49b2c5f build: upgrade -dlgo version to Go 1.21.4 (#28505)
  • ce5a480 ethclient: add empty/nonexist account testcase for eth_getProof RPC (#28482)
  • 2f4833b cmd/evm: allow state dump regardless if test passes in statetest (#28484)
  • 326fa00 core/rawdb: fsync the index file after each freezer write (#28483)
  • e38b9f1 eth/filters: exit early if topics-filter has more than 4 topics (#28494)
  • f7dde2a ethdb/pebble: add Errorf function to panicLogger (#28491)
  • b77a9b1 cmd/geth: more testcases for logging (#28501)
  • 7ea860d graphql: type of yParity from Long to BigInt (#28456)
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.19.0 to 0.23.0

Commits
  • c48da13 http2: fix TestServerContinuationFlood flakes
  • 762b58d http2: fix tipos in comment
  • ba87210 http2: close connections when receiving too many headers
  • ebc8168 all: fix some typos
  • 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  • 448c44f http2: remove clientTester
  • c7877ac http2: convert the remaining clientTester tests to testClientConn
  • d8870b0 http2: use synthetic time in TestIdleConnTimeout
  • d73acff http2: only set up deadline when Server.IdleTimeout is positive
  • 89f602b http2: validate client/outgoing trailers
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.60.1 to 1.63.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.63.2

Bugs

  • Fix the user agent string

Release 1.63.1

Bugs

  • grpc: fixed subchannel log messages to properly reference the parent channel (#7101)

API Changes

  • grpc: remove Deprecated tag from Dial and DialContext; these will be deprecated in v1.64 instead (#7103)

Release 1.63.0

Behavior Changes

  • grpc: Return canonical target string from resolver.Address.String() (experimental) (#6923)
  • client & server: when using write buffer pooling, use input value for buffer size instead of size*2 (#6983)

New Features

  • grpc: add ClientConn.CanonicalTarget() to return the canonical target string. (#7006)
  • xds: implement LRS named metrics support (gRFC A64) (#7027)
  • grpc: introduce grpc.NewClient to allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)

API Changes

  • grpc: stabilize experimental method ClientConn.Target() (#7006)

Bug Fixes

  • xds: fix an issue that would cause the client to send an empty list of resources for LDS/CDS upon reconnecting with the management server (#7026)
  • server: Fix some errors returned by a server when using a grpc.Server as an http.Handler with the Go stdlib HTTP server (#6989)
  • resolver/dns: add SetResolvingTimeout to allow configuring the DNS resolver's global timeout (#6917)
  • Set the security level of Windows named pipes to NoSecurity (#6956)

Release 1.62.2

Dependencies

Release 1.62.1

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#6766)

... (truncated)

Commits
  • d32e66c Change version to 1.63.2 (#7104)
  • 92f6dd0 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (#7101)
  • 0f6ef0f grpc: un-deprecate Dial and DialContext
  • 58dc749 Change version to 1.63.1-dev (#7051)
  • c68f456 Change version to 1.63.0 (#7050)
  • 6369167 *: update http2 dependency (#7082)
  • 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (#7079) (#7...
  • e62770d channelz: add LocalAddr to listen sockets and test (#7062) (#7063)
  • 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (#7048)
  • faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo ...
  • Additional commits viewable in compare view

Updates github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0

Commits

Updates github.com/hashicorp/go-getter from 1.7.1 to 1.7.4

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.7.4

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.3...v1.7.4

v1.7.3

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.2...v1.7.3

v1.7.2

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.1...v1.7.2

Commits
  • 268c11c escape user provide string to git (#483)
  • 975961f Merge pull request #433 from adrian-bl/netrc-fix
  • 0298a22 Merge pull request #459 from hashicorp/jbardin/setup-git-env
  • c70d9c9 don't change GIT_SSH_COMMAND if there's no keyfile
  • 3d5770f Merge pull request #458 from hashicorp/tsccr-auto-pinning/trusted/2023-09-18
  • 0688979 Result of tsccr-helper -log-level=info -pin-all-workflows .
  • e66f244 Merge pull request #454 from hashicorp/tsccr-auto-pinning/trusted/2023-09-11
  • e80b3dc Result of tsccr-helper -log-level=info -pin-all-workflows .
  • 2d49e24 Merge pull request #432 from hashicorp/tsccr-auto-pinning/trusted/2023-04-21
  • 5ccb39a Make addAuthFromNetrc ignore ENOTDIR errors
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.16.0 to 0.21.0

Commits
  • 7067223 go.mod: update golang.org/x dependencies
  • 0d2316b ssh/test: work around for TestCiphers failures on macOS
  • 0aab8d0 all: update go.mod x/net dependency
  • 5bead59 ocsp: don't use iota for externally defined constants
  • 1a86580 x/crypto/internal/poly1305: improve sum_ppc64le.s
  • 1c981e6 ssh/test: don't use DSA keys in integrations tests, update test RSA key
  • 62c9f17 x509roots/nss: manually exclude a confusingly constrained root
  • 405cb3b go.mod: update golang.org/x dependencies
  • 913d3ae x509roots/fallback: update bundle
  • dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.32.0 to 1.33.0

Dependabot 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.10.26` | `1.13.5` |
| [golang.org/x/net](https://github.com/golang/net) | `0.19.0` | `0.23.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.60.1` | `1.63.2` |
| [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) | `1.6.0` | `1.7.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.1` | `1.7.4` |



Updates `github.com/ethereum/go-ethereum` from 1.10.26 to 1.13.5
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.26...v1.13.5)

Updates `golang.org/x/net` from 0.19.0 to 0.23.0
- [Commits](golang/net@v0.19.0...v0.23.0)

Updates `google.golang.org/grpc` from 1.60.1 to 1.63.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.60.1...v1.63.2)

Updates `github.com/dvsekhvalnov/jose2go` from 1.6.0 to 1.7.0
- [Commits](dvsekhvalnov/jose2go@v1.6.0...v1.7.0)

Updates `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.4
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.4)

Updates `golang.org/x/crypto` from 0.16.0 to 0.21.0
- [Commits](golang/crypto@v0.16.0...v0.21.0)

Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 29, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@apollo/[email protected] environment, eval, network +5 3.79 MB apollo-bot
npm/@apollographql/[email protected] filesystem, network Transitive: environment, eval +13 843 kB apollo-bot
npm/@aragon/[email protected] Transitive: network +11 3.28 MB bingen
npm/@ardatan/[email protected] None +1 76.5 kB ardatan
npm/@babel/[email protected] None +1 11.8 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 49 kB nicolo-ribaudo
npm/@babel/[email protected] environment, filesystem, unsafe +3 350 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 118 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 2.68 kB nicolo-ribaudo
npm/@babel/[email protected] None +1 21.3 kB nicolo-ribaudo
npm/@babel/[email protected] None +2 105 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 201 kB nicolo-ribaudo
npm/@babel/[email protected] None +2 30.4 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 16.3 kB nicolo-ribaudo
npm/@babel/[email protected] None +2 66.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 4.42 kB nicolo-ribaudo
npm/@babel/[email protected] None +2 62.7 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.02 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 4.33 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 19 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 1.63 MB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.31 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 21.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 2.68 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.08 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 2.69 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 2.53 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.16 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.7 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 27.2 kB nicolo-ribaudo
npm/@babel/[email protected] None +1 29.3 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 7.69 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 20.8 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 6.85 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 14.7 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.39 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.02 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.26 kB nicolo-ribaudo
npm/@babel/[email protected] None +2 27.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.65 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 17.9 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.13 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 5.13 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 24.6 kB nicolo-ribaudo
npm/@babel/[email protected] unsafe +5 662 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 3.94 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 7.61 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 6.13 kB nicolo-ribaudo
npm/@babel/[email protected] None +1 154 kB nicolo-ribaudo
npm/@babel/[email protected] environment 0 1.01 MB nicolo-ribaudo
npm/@ensdomains/[email protected] None +1 2.37 MB makoto_inoue
npm/@ensdomains/[email protected] None 0 4.12 MB makoto_inoue
npm/@ensdomains/[email protected] Transitive: network +19 21.4 MB makoto_inoue
npm/@ethereumjs/[email protected] None 0 2.49 MB holgerd77
npm/@ethereumjs/[email protected] None 0 384 kB holgerd77
npm/@ethersproject/[email protected] None 0 325 kB ricmoo
npm/@ethersproject/[email protected] None 0 59.6 kB ricmoo
npm/@ethersproject/[email protected] None 0 82.3 kB ricmoo
npm/@ethersproject/[email protected] None 0 32.9 kB ricmoo
npm/@ethersproject/[email protected] None 0 11.2 kB ricmoo
npm/@ethersproject/[email protected] None 0 30.1 kB ricmoo
npm/@ethersproject/[email protected] None 0 144 kB ricmoo
npm/@ethersproject/[email protected] None 0 77 kB ricmoo
npm/@ethersproject/[email protected] None 0 18.7 kB ricmoo
npm/@ethersproject/[email protected] None 0 120 kB ricmoo
npm/@ethersproject/[email protected] None 0 80.4 kB ricmoo
npm/@ethersproject/[email protected] None +1 350 kB ricmoo
npm/@ethersproject/[email protected] None 0 6.08 kB ricmoo
npm/@ethersproject/[email protected] None 0 63.4 kB ricmoo
npm/@ethersproject/[email protected] None 0 41.1 kB ricmoo
npm/@ethersproject/[email protected] None 0 17.2 kB ricmoo
npm/@ethersproject/[email protected] None 0 31 kB ricmoo
npm/@ethersproject/[email protected] None 0 16.6 kB ricmoo
npm/@ethersproject/[email protected] None 0 29.5 kB ricmoo
npm/@ethersproject/[email protected] None 0 21.4 kB ricmoo
npm/@ethersproject/[email protected] None 0 243 kB ricmoo
npm/@ethersproject/[email protected] None 0 119 kB ricmoo
npm/@ethersproject/[email protected] None 0 89.5 kB ricmoo
npm/@ethersproject/[email protected] network 0 113 kB ricmoo
npm/@ethersproject/[email protected] None 0 392 kB ricmoo
npm/@graphql-tools/[email protected] Transitive: environment +9 4.06 MB ardatan
npm/@graphql-tools/[email protected] filesystem Transitive: environment +4 2.5 MB ardatan
npm/@graphql-tools/[email protected] shell 0 55.9 kB ardatan
npm/@graphql-tools/[email protected] network 0 51.1 kB ardatan
npm/@graphql-tools/[email protected] filesystem 0 50.4 kB ardatan
npm/@graphql-tools/[email protected] Transitive: environment +3 2.93 MB ardatan
npm/@graphql-tools/[email protected] filesystem +2 475 kB ardatan
npm/@graphql-tools/[email protected] filesystem 0 47.6 kB ardatan
npm/@graphql-tools/[email protected] network Transitive: filesystem +3 194 kB ardatan
npm/@graphql-tools/[email protected] filesystem 0 16.9 kB ardatan
npm/@graphql-tools/[email protected] Transitive: filesystem +6 1.37 MB ardatan
npm/@graphql-tools/[email protected] None 0 55.4 kB ardatan
npm/@graphql-tools/[email protected] None 0 14.4 kB ardatan
npm/@graphql-tools/[email protected] None 0 22.8 kB ardatan
npm/@graphql-tools/[email protected] None +4 2.11 MB ardatan
npm/@graphql-tools/[email protected] network Transitive: filesystem +12 3.57 MB ardatan
npm/@gulp-sourcemaps/[email protected] Transitive: environment +6 162 kB gulp-sourcemaps
npm/@nodelib/[email protected] filesystem 0 11.8 kB mrmlnc
npm/@nomiclabs/[email protected] None 0 40 kB alcuadrado
npm/@nomiclabs/[email protected] filesystem Transitive: eval, network +46 25.7 MB alcuadrado
npm/@nomiclabs/[email protected] None +1 16.3 kB alcuadrado
npm/@nomiclabs/[email protected] environment, filesystem, network, shell Transitive: eval +58 18.3 MB fvictorio
npm/@solidity-parser/[email protected] filesystem 0 3.79 MB fvictorio
npm/@truffle/[email protected] None 0 13.7 kB eggplantzzz
npm/@truffle/[email protected] Transitive: eval +2 1.23 MB eggplantzzz
npm/@truffle/[email protected] None 0 3.39 kB fainashalts
npm/@truffle/[email protected] None +7 32.9 MB eggplantzzz
npm/@truffle/[email protected] None 0 6.61 kB eggplantzzz
npm/@truffle/[email protected] Transitive: network +12 3.95 MB gnidan
npm/@truffle/[email protected] None 0 4.62 kB eggplantzzz
npm/@truffle/[email protected] filesystem Transitive: environment, eval +9 2.28 MB eggplantzzz
npm/@trufflesuite/[email protected] None +6 3.59 MB haltman
npm/@trufflesuite/[email protected] Transitive: environment +17 3.34 MB cruzmolina
npm/@types/[email protected] None 0 13.9 kB types
npm/[email protected] None 0 59.1 kB tjmehta
npm/[email protected] None 0 11.1 kB jeffcarp
npm/[email protected] None +1 381 kB forbeslindesay
npm/[email protected] None 0 2.02 MB marijn
npm/[email protected] None 0 8.83 kB shinnn
npm/[email protected] Transitive: filesystem, network +16 4.48 MB apollo-bot
npm/[email protected] None 0 112 kB apollo-bot
npm/[email protected] environment Transitive: eval +2 131 kB apollo-bot
npm/[email protected] Transitive: filesystem, network +11 3.91 MB apollo-bot
npm/[email protected] environment +1 597 kB apollo-bot
npm/[email protected] None 0 3.69 kB cwmma
npm/[email protected] None 0 7.9 kB jonschlinkert
npm/[email protected] None 0 6.88 kB jonschlinkert
npm/[email protected] None 0 7.16 kB jonschlinkert
npm/[email protected] None 0 26.2 kB ljharb
npm/[email protected] None +9 2.73 MB ljharb
npm/[email protected] Transitive: environment, filesystem, network +2 110 kB tjmehta
npm/[email protected] environment 0 11.4 kB pfmooney
npm/[email protected] None 0 541 kB aearly
npm/[email protected] Transitive: environment +6 48.6 kB hzoo
npm/[email protected] environment, filesystem, unsafe Transitive: eval +7 2.53 MB loganfsmyth
npm/[email protected] None +3 123 kB hzoo
npm/[email protected] None +1 5.17 kB hzoo
npm/[email protected] None +1 4.99 kB hzoo
npm/[email protected] None +2 11.2 kB hzoo
npm/[email protected] None 0 1.3 kB hzoo
npm/[email protected] None 0 1.64 kB hzoo
npm/[email protected] None +2 15.1 kB hzoo
npm/[email protected] None +1 13.2 kB hzoo
npm/[email protected] None 0 2.81 kB hzoo
npm/[email protected] None 0 1.11 kB hzoo
npm/[email protected] None 0 1.2 kB hzoo
npm/[email protected] None 0 3.03 kB hzoo
npm/[email protected] None 0 2.22 kB hzoo
npm/[email protected] None 0 3.83 kB hzoo
npm/[email protected] None 0 2.71 kB hzoo
npm/[email protected] None 0 23.4 kB hzoo
npm/[email protected] None +3 37.4 kB hzoo
npm/[email protected] None 0 9.03 kB hzoo
npm/[email protected] None 0 18.1 kB loganfsmyth
npm/[email protected] None 0 4.34 kB hzoo
npm/[email protected] None 0 9.35 kB loganfsmyth
npm/[email protected] None +2 8.12 kB hzoo
npm/[email protected] None 0 1.92 kB hzoo
npm/[email protected] None 0 5.16 kB hzoo
npm/[email protected] None +1 31.5 kB loganfsmyth
npm/[email protected] None +1 19.2 kB hzoo
npm/[email protected] None 0 10.2 kB hzoo
npm/[email protected] None 0 3.49 kB hzoo
npm/[email protected] None +1 18.1 kB hzoo
npm/[email protected] None 0 2.4 kB hzoo
npm/[email protected] None 0 5.47 kB hzoo
npm/[email protected] None 0 2 kB hzoo
npm/[email protected] None 0 5.46 kB hzoo
npm/[email protected] None 0 3.29 kB loganfsmyth
npm/[email protected] None 0 2.4 kB hzoo
npm/[email protected] None 0 2.45 kB hzoo
npm/[email protected] None 0 4.29 kB hzoo
npm/[email protected] Transitive: environment, filesystem +2 161 kB existentialism
npm/[email protected] Transitive: eval +1 73.6 kB hzoo
npm/[email protected] None 0 5.73 kB hzoo
npm/[email protected] environment +2 191 kB hzoo
npm/[email protected] None +1 143 kB hzoo
npm/[email protected] None 0 10.1 kB zertosh
npm/[email protected] None 0 282 kB hzoo
npm/[email protected] environment, filesystem 0 11.2 kB tootallnate
npm/[email protected] environment, eval, unsafe 0 632 kB esailija
npm/[email protected] None 0 1.33 kB feedic
npm/[email protected] None +1 34.6 kB cwmma
npm/[email protected] None 0 3.68 kB cwmma
npm/[email protected] environment, filesystem 0 68.4 kB ai
npm/[email protected] None 0 4.97 kB linusu
npm/[email protected] None 0 31.8 kB deanlandolt
npm/[email protected] None 0 14 kB deanlandolt
npm/[email protected] None +2 181 kB tradle
npm/[email protected] None 0 14.7 kB ljharb
npm/[email protected] None 0 11.7 kB sindresorhus
npm/[email protected] None 0 1.41 MB caniuse-lite
npm/[email protected] None +4 865 kB chai
npm/[email protected] None +1 226 kB feedic
npm/[email protected] None 0 24.2 kB webreflection
npm/[email protected] None 0 27.5 kB sindresorhus
npm/[email protected] None 0 4.61 kB lukechilds
npm/[email protected] filesystem 0 3.71 kB hughsk
npm/[email protected] None 0 11.1 kB pvorb
npm/[email protected] None 0 11.4 kB h13i32maru
npm/[email protected] None 0 8 kB nami-doc
npm/[email protected] None +2 129 kB maxogden
npm/[email protected] environment, filesystem +3 429 kB gustavohenke
npm/[email protected] None 0 12.7 kB iarna
npm/[email protected] filesystem 0 10.3 kB thlorenz
npm/[email protected] environment, eval, filesystem 0 679 kB zloirock

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: echo "WARNING: the web3-bzz api will be deprecated in the next version"
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh api will be deprecated in the next version"

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

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.

Remove the package

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.

Mark a package as acceptable risk

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/[email protected] or ignore all packages with @SocketSecurity ignore-all

Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days-before-close if no further activity occurs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/go_modules-fb20b6283e branch June 22, 2024 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Status: Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants