Skip to content

Conversation

@graymalkin77
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):

  • extensions/confluence/package.json
  • extensions/confluence/package-lock.json

Merge Risk: Low

This is a patch version upgrade for turndown from 7.2.1 to 7.2.2. While no specific release notes for this version were found, patch releases typically include bug fixes and are not expected to have breaking changes.
Source: turndown npm package

Notice 🤖: This content was generated using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.


Vulnerabilities that will be fixed with an upgrade:

Issue
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-TURNDOWN-12304081

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)

…ge-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TURNDOWN-12304081
Copilot AI review requested due to automatic review settings December 16, 2025 15:14
@graymalkin77
Copy link
Author

graymalkin77 commented Dec 16, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Contributor

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 PR upgrades the turndown dependency from version 7.2.1 to 7.2.2 to address a medium-severity Regular Expression Denial of Service (ReDoS) vulnerability (SNYK-JS-TURNDOWN-12304081). This is a patch-level security update that fixes the vulnerability without introducing breaking changes.

Files not reviewed (1)
  • extensions/confluence/package-lock.json: Language not supported

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

"@cognigy/extension-tools": "^0.16.6",
"@langchain/textsplitters": "^0.0.3",
"turndown": "^7.1.2"
"turndown": "^7.2.2"
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The version constraint uses a caret (^) which allows automatic upgrades to any 7.x version, potentially including versions with vulnerabilities. Since this is a security fix, consider using an exact version ('7.2.2') or tilde (~7.2.2) to limit upgrades to patch versions only.

Suggested change
"turndown": "^7.2.2"
"turndown": "~7.2.2"

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.

3 participants