Skip to content

Conversation

@ozum
Copy link
Owner

@ozum ozum commented Feb 3, 2026

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
⚠️ Warning
Failed to update the package-lock.json, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Directory Traversal
SNYK-JS-TAR-15127355
  596  

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:

🦉 Directory Traversal

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TAR-15127355
Copilot AI review requested due to automatic review settings February 3, 2026 10:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is a Snyk-generated security upgrade PR that updates the nunjucks dependency from version 3.2.0 to 3.2.1 to address a directory traversal vulnerability in a transitive dependency (tar package, SNYK-JS-TAR-15127355 with a severity score of 596).

Changes:

  • Updated nunjucks dependency from ^3.2.0 to ^3.2.1 in package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"klaw": "^1.x",
"lodash": "^4.17.11",
"nunjucks": "^3.2.0",
"nunjucks": "^3.2.1",
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package.json has been updated to nunjucks 3.2.1, but the package-lock.json file still references nunjucks 3.2.0 (line 3708-3709 in package-lock.json). This means that npm install will still install version 3.2.0, leaving the security vulnerability unpatched. The package-lock.json must be updated manually to ensure the correct version is installed. Run npm install after this change to regenerate the package-lock.json with the correct version.

Copilot uses AI. Check for mistakes.
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