Skip to content

[Snyk] Security upgrade mako from 1.2.4 to 1.3.11#3891

Open
simensma-fresh wants to merge 1 commit into
developfrom
snyk-fix-0054d5bc08f6421020bb02059a518770
Open

[Snyk] Security upgrade mako from 1.2.4 to 1.3.11#3891
simensma-fresh wants to merge 1 commit into
developfrom
snyk-fix-0054d5bc08f6421020bb02059a518770

Conversation

@simensma-fresh

Copy link
Copy Markdown
Collaborator

snyk-top-banner

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

Snyk changed the following file(s):

  • services/document-manager/backend/requirements.txt
⚠️ Warning
flower 2.0.0 requires tornado, which is not installed.
celery 5.3.0 requires kombu, which is not installed.

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.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

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

…nerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-MAKO-16098253
Copilot AI review requested due to automatic review settings April 22, 2026 15:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates Python dependency constraints to remediate a Snyk-reported vulnerability in the document-manager backend.

Changes:

  • Adds a direct dependency constraint for mako to ensure installs use a non-vulnerable version.

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

opentelemetry-instrumentation-sqlalchemy==0.62b0
opentelemetry-instrumentation-urllib3==0.62b0
tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability
mako>=1.3.11 # not directly required, pinned by Snyk to avoid a vulnerability

Copilot AI Apr 22, 2026

Copy link

Choose a reason for hiding this comment

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

mako>=1.3.11 introduces an unbounded upgrade path (it may allow future major releases that could be incompatible and change runtime behavior). If the intent is a deterministic security pin similar to the other exact-version entries in this file, consider pinning to a specific safe version (e.g., ==1.3.11) or adding an upper bound (e.g., <2) to reduce the risk of unexpected breakage during future installs.

Suggested change
mako>=1.3.11 # not directly required, pinned by Snyk to avoid a vulnerability
mako==1.3.11 # not directly required, pinned by Snyk to avoid a vulnerability

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