Lawlez / Lawlez.github.io

MIT License
0 stars 0 forks source link

[DepShield] (CVSS 7.5) Vulnerability due to usage of trim:0.0.1 #327

Open sonatype-depshield[bot] opened 2 years ago

sonatype-depshield[bot] commented 2 years ago

Depshield will be deprecated soon

Please install our new product, Sonatype Lift with advanced features


Vulnerabilities

DepShield reports that this application's usage of trim:0.0.1 results in the following vulnerability(s):


Occurrences

trim:0.0.1 is a transitive dependency introduced by the following direct dependency(s):

react-markdown:4.3.1         └─ remark-parse:5.0.0               └─ trim:0.0.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

secure-code-warrior-for-github[bot] commented 2 years ago

Micro-Learning Topic: Uncontrolled Resource Consumption (CWE 400)

Matched on "CWE-400"

The software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Resource exhaustion (Detected by phrase)

Matched on "Resource Exhaustion"

What is this? (2min video)

Allocating objects or timers with user-controlled sizes or durations can cause resource exhaustion.

Try a challenge in Secure Code Warrior