Skip to content

[Snyk] Security upgrade shelljs from 0.8.5 to 0.9.0 #22

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

schalla0791
Copy link

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-BRACEEXPANSION-9789073
  508  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)

Copy link

DryRun Security

This pull request introduces a potential security vulnerability related to command injection through the shelljs library, which could allow unauthorized shell command execution if user input is not properly sanitized.

Potential Command Injection in package.json
Vulnerability Potential Command Injection
Description The addition of shelljs introduces a potential for command injection if shell commands are executed with unsanitized user input. While no specific CVEs were found for version 0.9.0, the library's capability to execute shell commands presents an inherent security risk that requires careful code review.

"helmet": "^6.0.1",
"nodemon": "^2.0.21",
"rimraf": "^4.4.0",
"shelljs": "^0.9.0",
"simple-git": "^3.17.0",
"tar": "^6.1.13",
"ts-node": "^10.9.1",


All finding details can be found in the DryRun Security Dashboard.

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