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 flat from 5.0.2 to 6.0.1 #7

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

Conversation

mikolajroszak
Copy link
Owner

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


Snyk has created this PR to upgrade flat from 5.0.2 to 6.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 is a major version upgrade, and may be a breaking change.

  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2023-09-19.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Server-side Request Forgery (SSRF)
SNYK-JS-IP-6240864
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WS-1296835
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept
Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept
Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
537/1000
Why? Proof of Concept exploit, CVSS 8.6
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: flat
  • 6.0.1 - 2023-09-19

    Bug Fixes 🐛

    • Fix misformatted export field in package.json (see #172).
  • 6.0.0 - 2023-09-15

    New Features ✨

    • Package is now distributed in the ECMAScript module syntax (see #149).
    • Definitions for TypeScript are now included out of the box (see #151).

    Breaking Changes 💥

    • Support for all module formats besides ECMAScript modules has been dropped.
    • Default export has been dropped in favor of a named one.
    • Officially supported Node.js version is now 18 and up (all others are end-of-life).

    Migration 🚚

    We are now shipping flat as a pure ECMAScript module, if you are still using CommonJS in your application follow this migration guide.

    The default export has been dropped in favor of a named one, if you are using the default export make sure to update your imports:

    -import flatten from 'flat'
    +import { flatten } from 'flat'

    If you are a user of TypeScript you can remove @ types/flat from your project. The type definitions are now included in the package itself, so it is no longer required to keep a separate dependency around.

    npm uninstall @ types/flat
  • 5.0.2 - 2020-08-06

    Release 5.0.2

from flat GitHub release notes
Commit messages
Package name: flat

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Micro-Learning Topic: Regular expression denial of service (Detected by phrase)

Matched on "Regular Expression Denial of Service"

What is this? (2min video)

Denial of Service (DoS) attacks caused by Regular Expression which causes the system to hang or cause them to work very slowly when attacker sends a well-crafted input(exponentially related to input size).Denial of service attacks significantly degrade the service quality experienced by legitimate users. These attacks introduce large response delays, excessive losses, and service interruptions, resulting in direct impact on availability.

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Denial of service (Detected by phrase)

Matched on "Denial of Service"

The Denial of Service (DoS) attack is focused on making a resource (site, application, server) unavailable for the purpose it was designed. There are many ways to make a service unavailable for legitimate users by manipulating network packets, programming, logical, or resources handling vulnerabilities, among others. Source: https://www.owasp.org/index.php/Denial_of_Service

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Server-side request forgery (Detected by phrase)

Matched on "Server-side Request Forgery"

What is this? (2min video)

Server-Side Request Forgery (SSRF) vulnerabilities are caused when an attacker can supply or modify a URL that reads or sends data to the server. The attacker can create a malicious request with a manipulated URL, when this request reaches the server, the server-side code executes the exploit URL causing the attacker to be able to read data from services that shouldn't be exposed.

Try a challenge in Secure Code Warrior

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