Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Bumps express to 4.18.2 and updates ancestor dependency bitgo. These dependencies need to be updated together.

Updates express from 4.16.2 to 4.18.2

Release notes

Sourced from express's releases.

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0

... (truncated)

Commits

Updates bitgo from 4.15.0 to 16.1.1

Changelog

Sourced from bitgo's changelog.

16.1.1 (2022-12-06)

Note: Version bump only for package bitgo

16.1.0 (2022-12-01)

Features

  • abstract-utxo: add valueString to unspents for doge recovery flow (439f95c)
  • bitgo: add api version input (42f353f)
  • sdk-core: add keyDerive to ECDSA TSS implementation (9ff1d89)

16.0.0 (2022-11-29)

Bug Fixes

  • disable vss verification (5cdc53b)
  • multiple issues with message signing (d703b9a)
  • remove encoding from message sent to bitgo (d300963)
  • sdk-core: add chaincode to user->backup public shares (fef4a1a)
  • sdk-core: disabling vss for eddsa (7c91d14)
  • sdk-core: ecdsa tss wallet creation (2fd5f41)
  • sdk-core: eddsa vss (de1fbd6)
  • sdk-core: properly translate tx type to transferToken intent BG-60250 (eb518f9)
  • sdk-core: update the staging Environment (e8477be)
  • sdk-core: use correct api param name for user gpg pubkey (ccc3237)
  • sdk-core: vss (01be344)
  • update express configurations (d434ece)

Features

  • add cancel staking request (7e053fd)
  • add token enablement support in express (4bd5f9e)
  • allow the sdk to optionally send cookies with the request to custom domains (e40349e)
  • bitgo: ada staking and unstaking tests (5334d0b)
  • bitgo: sdk script to get token balance from wallet (67086f8)
  • create txrequest for message signing (4ee1a9c)
  • pass custodianTransaction and messageId (35b7953)
  • root: add ecash network configuration & use in tests (55c6963)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mmcshinsky-bitgo, a new releaser for bitgo since your current version.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [express](https://github.com/expressjs/express) to 4.18.2 and updates ancestor dependency [bitgo](https://github.com/BitGo/BitGoJS/tree/HEAD/modules/bitgo). These dependencies need to be updated together.


Updates `express` from 4.16.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.16.2...4.18.2)

Updates `bitgo` from 4.15.0 to 16.1.1
- [Release notes](https://github.com/BitGo/BitGoJS/releases)
- [Changelog](https://github.com/BitGo/BitGoJS/blob/master/modules/bitgo/CHANGELOG.md)
- [Commits](https://github.com/BitGo/BitGoJS/commits/bitgo@16.1.1/modules/bitgo)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: bitgo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
@socket-security
Copy link

Socket Security Pull Request Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

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.

Package Script field Source
bigint-buffer@1.1.5 (added) binding.gyp package.json
bufferutil@4.0.7 (added) binding.gyp package.json
eccrypto@1.1.6 (added) binding.gyp package.json
keccak@3.0.2 (added) binding.gyp package.json
sodium-native@3.4.1 (added) binding.gyp package.json
utf-8-validate@5.0.10 (added) binding.gyp package.json
bigint-buffer@1.1.5 (added) install package.json
web3-bzz@1.3.6 (added) postinstall package.json
keccak@3.0.2 (added) install package.json
secp256k1@4.0.2 (upgraded) install package.json via @bitgo/sdk-coin-cspr@1.2.7
secp256k1@4.0.3 (upgraded) install package.json
secp256k1@3.7.1 (upgraded) install package.json via eccrypto@1.1.6
secp256k1@3.8.0 (upgraded) install package.json via bitcoinjs-message@2.2.0
web3@1.3.6 (added) postinstall package.json
eccrypto@1.1.6 (added) install package.json
web3-shh@1.3.6 (added) postinstall package.json
protobufjs@6.11.3 (added) postinstall package.json
protobufjs@7.1.2 (added) postinstall package.json via @grpc/proto-loader@0.7.3
core-js@2.6.12 (upgraded) postinstall package.json
bufferutil@4.0.7 (added) install package.json
sodium-native@3.4.1 (added) install package.json
utf-8-validate@5.0.10 (added) install package.json
es5-ext@0.10.62 (added) postinstall package.json
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Package Location Source
bigint-buffer@1.1.5 (added) binding.gyp package.json
bufferutil@4.0.7 (added) binding.gyp package.json
eccrypto@1.1.6 (added) binding.gyp package.json
keccak@3.0.2 (added) binding.gyp package.json
sodium-native@3.4.1 (added) binding.gyp package.json
utf-8-validate@5.0.10 (added) binding.gyp package.json
🧌 Protestware/Troll package

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Package Note Source
es5-ext@0.10.62 (added) This package prints a protestware console message on install regarding Ukraine for users with Russian language locale package.json
Pull request report summary
Issue Status
Install scripts ⚠️ 23 issues
Native code ⚠️ 6 issues
Bin script confusion ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ⚠️ 1 issue
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore bigint-buffer@1.1.5
  • @SocketSecurity ignore bufferutil@4.0.7
  • @SocketSecurity ignore eccrypto@1.1.6
  • @SocketSecurity ignore keccak@3.0.2
  • @SocketSecurity ignore sodium-native@3.4.1

Powered by socket.dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant