8000 [Snyk] Upgrade unset-value from 1.0.0 to 2.0.1 by mikolajroszak · Pull Request #9 · mikolajroszak/logagent-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Snyk] Upgrade unset-value from 1.0.0 to 2.0.1 #9

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

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 unset-value from 1.0.0 to 2.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 2 years ago, on 2022-02-11.

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
Prototype Pollution
SNYK-JS-UNSETVALUE-2400660
537/1000
Why? Proof of Concept exploit, CVSS 8.6
No Known Exploit
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: unset-value
  • 2.0.1 - 2022-02-11
    • fix potential prototype pollution (56fe0f)
  • 2.0.0 - 2021-03-18
    • BREAKING: Requires node 10 or newer
    • Update has-value to 2.0
    • Update isobject to 4.0
    • Include typescript definition
    • Support an array as path argument
      Example: unsetValue(obj, ['a', 'b', 'c']) is the same as unsetValue(obj, 'a.b.c')
  • 1.0.0 - 2017-02-25
    • Update has-value to v2
    • Update isobject to v3
from unset-value GitHub release notes
Commit messages
Package name: unset-value

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: Prototype pollution (Detected by phrase)

Matched on "Prototype Pollution"

What is this? (2min video)

By adding or modifying attributes of an object prototype, it is possible to create attributes that exist on every object, or replace critical attributes with malicious ones. This can be problematic if the software depends on existence or non-existence of certain attributes, or uses pre-defined attributes of object prototype (such as hasOwnProperty, toString or valueOf).

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
Development

Successfully merging this pull request may close these issues.

2 participants
0