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

[Snyk] Upgrade firebase-functions from 3.11.0 to 5.0.1 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented Jul 20, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade firebase-functions from 3.11.0 to 5.0.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 52 versions ahead of your current version.

  • The recommended version was released on 3 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
159 Proof of Concept
high severity Prototype Pollution
SNYK-JS-NODEFORGE-598677
159 Proof of Concept
high severity Prototype Poisoning
SNYK-JS-QS-3153490
159 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
159 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
159 Proof of Concept
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
159 No Known Exploit
medium severity Prototype Pollution
SNYK-JS-FIREBASEUTIL-1038324
159 Proof of Concept
low severity Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
159 Proof of Concept
Release notes
Package name: firebase-functions
  • 5.0.1 - 2024-05-03
    • Fix App fetching for named firestore instances (#1562).
  • 5.0.0 - 2024-05-01
    • Add option to get named firestore instance for v2 firestore functions (#1550).
    • Remove firebase-admin v10 dependency for Firestore triggers multi-DB support (#1555).
  • 4.9.0 - 2024-04-04
    • Add new 2nd gen Firestore auth context triggers. (#1519)
  • 4.8.2 - 2024-03-29

    Fix bug with CORS options for an array of one string (#1544)

  • 4.8.1 - 2024-03-19

    Fix bug where 1st gen functions eventually fail with stack too deep (#1540)
    Make simple CORS options static for improved debugability (#1536)

  • 4.8.0 - 2024-03-08

    Add onInit callback function for global variable initialization (#1531)

  • 4.7.0 - 2024-02-07
    • Fixes access on deeply nested, nonexistent property. (#1432)
    • Add IteratedDataSnapshot interface to match with firebase admin v12 (#1517).
    • Make bucket parameterizeable in storage functions (#1518)
    • Introduce helper library for select and multi-select input (#1518)
  • 4.6.0 - 2024-01-03
    • Wrap 2nd gen onCall functions with trace context. (#1491)
    • Bump peer depdencies for firebase-admin to support 12.0.0. (#1509)
  • 4.5.0 - 2023-11-02
    • Remove HTTP server shutdown message. (#1457)
    • Add features to task queue functions. (#1423)
    • Add traces to V2 Firestore trigger logs. (#1440)
    • Fix incorrectly parsed timestamps in auth blocking functions. (#1472)
    • Add recaptcha verdict support for auth blocking functions (#1458)
  • 4.4.1 - 2023-06-12
    • Update list of supported regions for 2nd Gen Functions. (#1402)
    • Fix bug where log message on structured log was being overwritten (#1416)
    • Fix bug where exists() should return true for falsy values like 0, "" (#1410)
  • 4.4.0 - 2023-05-08
  • 4.3.1 - 2023-04-20
  • 4.3.0 - 2023-04-13
  • 4.2.1 - 2023-02-02
  • 4.2.0 - 2023-01-19
  • 4.1.1 - 2022-12-12
  • 4.1.0 - 2022-11-17
  • 4.0.2 - 2022-11-01
  • 4.0.1 - 2022-10-18
  • 4.0.0 - 2022-10-17
  • 4.0.0-rc.0 - 2022-10-14
  • 3.24.1 - 2022-09-30
  • 3.24.0 - 2022-09-21
  • 3.23.0 - 2022-08-31
  • 3.22.0 - 2022-06-29
  • 3.21.2 - 2022-05-17
  • 3.21.1 - 2022-05-11
  • 3.21.0 - 2022-05-05
  • 3.20.1 - 2022-04-14
  • 3.20.0 - 2022-04-04
  • 3.19.0 - 2022-03-16
  • 3.18.1 - 2022-02-18
  • 3.18.0 - 2022-02-11
  • 3.17.2 - 2022-02-07
  • 3.17.1 - 2022-02-04
  • 3.17.0 - 2022-02-03
  • 3.16.0 - 2021-10-28
  • 3.15.7 - 2021-09-20
  • 3.15.6 - 2021-09-15
  • 3.15.5 - 2021-09-01
  • 3.15.4 - 2021-08-16
  • 3.15.3 - 2021-08-13
  • 3.15.2 - 2021-08-12
  • 3.15.1 - 2021-08-11
  • 3.15.0 - 2021-08-11
  • 3.14.1 - 2021-05-17
  • 3.14.0 - 2021-05-12
  • 3.13.3 - 2021-05-17
  • 3.13.2 - 2021-02-22
  • 3.13.1 - 2021-01-15
  • 3.13.0 - 2020-12-07
  • 3.12.0 - 2020-11-30
  • 3.11.0 - 2020-08-21
from firebase-functions GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade firebase-functions from 3.11.0 to 5.0.1.

See this package in npm:
firebase-functions

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/d4afd769-72de-4a71-be83-1cee10065a79?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Jul 20, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants