yurikrupnik / mussia8

Mussia8 base project monorepo poc for api gateway
alfred-lake.vercel.app
MIT License
0 stars 0 forks source link

[Snyk] Security upgrade firebase-admin from 9.11.1 to 11.1.0 #374

Open yurikrupnik opened 7 months ago

yurikrupnik commented 7 months ago

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


Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

#### Changes included in this PR - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - packages/ui/clients/alfred/package.json - packages/ui/clients/alfred/package-lock.json #### Vulnerabilities that will be fixed ##### With an upgrade: Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:------------------------- ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **486/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 4 | Insecure Storage of Sensitive Information
[SNYK-JS-GOOGLECLOUDFIRESTORE-6100635](https://snyk.io/vuln/SNYK-JS-GOOGLECLOUDFIRESTORE-6100635) | Yes | No Known Exploit (*) Note that the real score may have changed since the PR was raised. Check the changes in this PR to ensure they won't cause issues with your project. ------------ **Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.* For more information: šŸ§ [View latest project report](https://app.snyk.io/org/yurikrupnik-plq/project/e660b6b4-487f-4f8f-a80b-9366e5d75a80?utm_source=github&utm_medium=referral&page=fix-pr) šŸ›  [Adjust project settings](https://app.snyk.io/org/yurikrupnik-plq/project/e660b6b4-487f-4f8f-a80b-9366e5d75a80?utm_source=github&utm_medium=referral&page=fix-pr/settings) šŸ“š [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"8bfeeef8-d065-4f06-abfb-602bb9567ffd","prPublicId":"8bfeeef8-d065-4f06-abfb-602bb9567ffd","dependencies":[{"name":"firebase-admin","from":"9.11.1","to":"11.1.0"}],"packageManager":"npm","projectPublicId":"e660b6b4-487f-4f8f-a80b-9366e5d75a80","projectUrl":"https://app.snyk.io/org/yurikrupnik-plq/project/e660b6b4-487f-4f8f-a80b-9366e5d75a80?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JS-GOOGLECLOUDFIRESTORE-6100635"],"upgrade":["SNYK-JS-GOOGLECLOUDFIRESTORE-6100635"],"isBreakingChange":true,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[486],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** šŸ¦‰ [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc=fix-pr)
secure-code-warrior-for-github[bot] commented 7 months ago

Micro-Learning Topic: Insecure data storage (Detected by phrase)

Matched on "Insecure Storage"

What is this? (2min video)

While plain-text storage of sensitive information does not directly place data at risk, it exacerbates the impact of a breach as personal information, payment data or other information will be available to a successful attacker. As a result, it is important to consider the security classification of data stored by an application as well as any regulatory requirements applicable.

Try a challenge in Secure Code Warrior