internetarchive / internet-archive-voice-apps

Voice Apps (Actions on Google, Alexa Skill) of Internet Archive. Just say: "Ok Google, Ask Internet Archive to Play Jazz" or "Alexa, Ask Internet Internet Archive to play Instrumental Music"
45 stars 42 forks source link

chore(deps): bump node-forge and firebase-admin in /scheduler/functions #562

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 1 year ago

Bumps node-forge to 1.3.1 and updates ancestor dependency firebase-admin. These dependencies need to be updated together.

Updates node-forge from 0.7.4 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 firebase-admin from 8.5.0 to 11.8.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v11.8.0

New Features

  • feat(appcheck): Added replay protection feature to App Check verifyToken() API (#2148)

Miscellaneous

  • [chore] Release 11.8.0 (#2175)
  • build(deps-dev): bump @​firebase/auth-compat from 0.3.7 to 0.4.1 (#2173)
  • build(deps): bump @​types/node from 18.16.1 to 18.16.3 (#2172)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.59.0 to 5.59.2 (#2171)
  • build(deps): bump @​types/node from 18.15.11 to 18.16.1 (#2166)
  • build(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#2160)
  • build(deps-dev): bump sinon from 15.0.3 to 15.0.4 (#2162)

Firebase Admin Node.js SDK v11.7.0

New Features

  • feat(auth): reCAPTCHA Public preview (#2129)
  • feat(fcm): Add sendEach and sendEachForMulticast for FCM batch send (#2138)

Miscellaneous

  • [chore] Release 11.7.0 (#2158)
  • build(deps-dev): bump @​types/sinon from 10.0.13 to 10.0.14 (#2157)
  • build(deps-dev): bump @​types/lodash from 4.14.192 to 4.14.194 (#2156)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.58.0 to 5.59.0 (#2154)
  • chore: Upgrade dependencies (#2147)

Firebase Admin Node.js SDK v11.6.0

New Features

  • feat(auth): Add TOTP support in Project and Tenant config (#1989)

Changed

  • Deprecate sendToDevice and sendToDeviceGroup and their response classes (#2090)

Miscellaneous

  • [chore] Release 11.6.0 (#2139)
  • chore: update app check integration tests (#2140)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#2134)
  • build(deps-dev): bump @​firebase/auth-compat from 0.3.5 to 0.3.7 (#2133)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.56.0 to 5.57.1 (#2135)
  • build(deps): bump @​google-cloud/storage from 6.9.4 to 6.9.5 (#2136)
  • build(deps-dev): bump sinon from 15.0.2 to 15.0.3 (#2126)
  • build(deps): bump @​firebase/database-compat from 0.3.1 to 0.3.4 (#2125)
  • build(deps): bump @​types/node from 18.15.5 to 18.15.10 (#2123)
  • build(deps-dev): bump eslint from 8.35.0 to 8.36.0 (#2124)

... (truncated)

Commits
  • 09c9ef6 [chore] Release 11.8.0 (#2175)
  • 966f2fd build(deps-dev): bump @​firebase/auth-compat from 0.3.7 to 0.4.1 (#2173)
  • 7b27cc0 build(deps): bump @​types/node from 18.16.1 to 18.16.3 (#2172)
  • 5631e24 build(deps-dev): bump @​typescript-eslint/parser from 5.59.0 to 5.59.2 (#2171)
  • a43df9e feat(appcheck): Added replay protection feature to App Check verifyToken() ...
  • 125c5bf build(deps): bump @​types/node from 18.15.11 to 18.16.1 (#2166)
  • d6e6286 build(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#2160)
  • bbcd8bd build(deps-dev): bump sinon from 15.0.3 to 15.0.4 (#2162)
  • 06e259a [chore] Release 11.7.0 (#2158)
  • faeba45 build(deps-dev): bump @​types/sinon from 10.0.13 to 10.0.14 (#2157)
  • Additional commits viewable in compare view


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/internetarchive/internet-archive-voice-apps/network/alerts).

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

dependabot[bot] commented 5 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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