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

chore(deps): bump node-forge, @google-cloud/firestore and @google-cloud/storage #76

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps node-forge, @google-cloud/firestore and @google-cloud/storage. These dependencies needed to be updated together.
Updates node-forge from 0.7.6 to 1.3.1

Changelog

Sourced from node-forge's changelog.

1.3.1 - 2022-03-29

Fixes

  • RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and require NULL paramters for md2 and md5 algorithms.

1.3.0 - 2022-03-17

Security

  • Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh (moosa-yahyazadeh@uiowa.edu).
  • HIGH: Leniency in checking digestAlgorithm structure can lead to signature forgery.
  • HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
  • MEDIUM: Leniency in checking type octet.
    • DigestInfo is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.
    • CVE ID: CVE-2022-24773
    • GHSA ID: GHSA-2r2c-g63r-vccr

Fixed

  • [asn1] Add fallback to pretty print invalid UTF8 data.
  • [asn1] fromDer is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option parseAllBytes can disable this behavior.
    • NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
  • [rsa] Add and use a validator to check for proper structure of parsed ASN.1

... (truncated)

Commits

Updates @google-cloud/firestore from 3.8.6 to 6.4.1

Release notes

Sourced from @​google-cloud/firestore's releases.

v6.4.1

6.4.1 (2022-10-17)

Bug Fixes

  • Force use of http by the GAX module when using the GAX fallback and connecting to the emulator (#1788) (50747ad)

v6.4.0

6.4.0 (2022-10-07)

Features

Bug Fixes

v6.3.0

6.3.0 (2022-09-22)

Features

Bug Fixes

  • Tests will now verify asynchronous termination of underlying steam, and fix related bug. (#1772) (a1717ff)

v6.2.0

6.2.0 (2022-09-13)

Features

Bug Fixes

  • Minify proto JSON files (#1771) (6393fe7)
  • Remove hack in update.sh, and replace with existing pattern for protobuf dependencies. (#1769) (6ba6751)

v6.1.0

... (truncated)

Changelog

Sourced from @​google-cloud/firestore's changelog.

6.4.1 (2022-10-17)

Bug Fixes

  • Force use of http by the GAX module when using the GAX fallback and connecting to the emulator (#1788) (50747ad)

6.4.0 (2022-10-07)

Features

Bug Fixes

6.3.0 (2022-09-22)

Features

Bug Fixes

  • Tests will now verify asynchronous termination of underlying steam, and fix related bug. (#1772) (a1717ff)

6.2.0 (2022-09-13)

Features

Bug Fixes

  • Minify proto JSON files (#1771) (6393fe7)
  • Remove hack in update.sh, and replace with existing pattern for protobuf dependencies. (#1769) (6ba6751)

6.1.0 (2022-09-07)

Features

... (truncated)

Commits

Updates @google-cloud/storage from 4.7.2 to 6.8.0

Release notes

Sourced from @​google-cloud/storage's releases.

v6.8.0

6.8.0 (2022-12-07)

Features

v6.7.0

6.7.0 (2022-11-03)

Features

v6.6.0

6.6.0 (2022-10-25)

Features

  • crc32c: Convenient Method For Reading Files (#2095) (2145c81)

Bug Fixes

  • Remove async from final function which causes double invocation … (#2094) (1a3df98)

v6.5.4

6.5.4 (2022-10-20)

Bug Fixes

v6.5.3

6.5.3 (2022-10-18)

Bug Fixes

v6.5.2

6.5.2 (2022-09-23)

Bug Fixes

... (truncated)

Changelog

Sourced from @​google-cloud/storage's changelog.

6.8.0 (2022-12-07)

Features

6.7.0 (2022-11-03)

Features

6.6.0 (2022-10-25)

Features

  • crc32c: Convenient Method For Reading Files (#2095) (2145c81)

Bug Fixes

  • Remove async from final function which causes double invocation … (#2094) (1a3df98)

6.5.4 (2022-10-20)

Bug Fixes

6.5.3 (2022-10-18)

Bug Fixes

6.5.2 (2022-09-23)

Bug Fixes

  • Determine Content-Length Before Attempting Multi-chunk Upload (#2074) (666402a)

6.5.1 (2022-09-20)

... (truncated)

Commits

You can trigger a rebase of this PR 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.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…ud/storage

Bumps [node-forge](https://github.com/digitalbazaar/forge), [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) and [@google-cloud/storage](https://github.com/googleapis/nodejs-storage). These dependencies needed to be updated together.

Updates `node-forge` from 0.7.6 to 1.3.1
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.7.6...v1.3.1)

Updates `@google-cloud/firestore` from 3.8.6 to 6.4.1
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v3.8.6...v6.4.1)

Updates `@google-cloud/storage` from 4.7.2 to 6.8.0
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v4.7.2...v6.8.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
- dependency-name: "@google-cloud/firestore"
  dependency-type: indirect
- dependency-name: "@google-cloud/storage"
  dependency-type: indirect
...

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

codecov bot commented Dec 26, 2022

Codecov Report

Merging #76 (46499bf) into main (148e835) will decrease coverage by 5.65%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   99.69%   94.03%   -5.66%     
==========================================
  Files          62       62              
  Lines        1291     1291              
  Branches      292      292              
==========================================
- Hits         1287     1214      -73     
- Misses          4       72      +68     
- Partials        0        5       +5     
Impacted Files Coverage Δ
src/frameworks/deepkit/http-deepkit.framework.ts 0.00% <0.00%> (-100.00%) ⬇️
...rs/apollo-server/apollo-server-mutation.adapter.ts 0.00% <0.00%> (-100.00%) ⬇️
...rameworks/apollo-server/apollo-server.framework.ts 0.00% <0.00%> (-96.88%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@H4ad H4ad closed this Dec 22, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@H4ad H4ad deleted the dependabot/npm_and_yarn/node-forge-and-google-cloud/firestore-and-google-cloud/storage-1.3.1 branch December 22, 2023 21:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant