Skip to content

Bump mako from 1.3.10 to 1.3.11 in /pathology-api#106

Merged
nhsd-rebecca-flynn merged 1 commit intomainfrom
dependabot/pip/pathology-api/mako-1.3.11
Apr 30, 2026
Merged

Bump mako from 1.3.10 to 1.3.11 in /pathology-api#106
nhsd-rebecca-flynn merged 1 commit intomainfrom
dependabot/pip/pathology-api/mako-1.3.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps mako from 1.3.10 to 1.3.11.

Release notes

Sourced from mako's releases.

1.3.11

Released: Tue Apr 14 2026

bug

  • [bug] [template] Fixed issue in TemplateLookup where a URI with a double-slash prefix (e.g. //../../) could bypass the directory traversal check in Template, allowing reads of arbitrary files outside of the template directory. The issue was caused by an inconsistency in how leading slashes were stripped between TemplateLookup.get_template() and Template initialization.

    References: #434

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 16, 2026 22:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/pathology-api/mako-1.3.11 branch 4 times, most recently from e205475 to 07f2730 Compare April 29, 2026 13:58
@nhsd-rebecca-flynn
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.10 to 1.3.11.
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

---
updated-dependencies:
- dependency-name: mako
  dependency-version: 1.3.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pathology-api/mako-1.3.11 branch from 07f2730 to a6961d2 Compare April 30, 2026 09:06
@github-actions
Copy link
Copy Markdown

Deployment Complete

Copy link
Copy Markdown
Contributor

@nhsd-rebecca-flynn nhsd-rebecca-flynn left a comment

Choose a reason for hiding this comment

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

This mako dependency upgrade fixes a moderate vulnerability where TemplateLookup.get_template() is vulnerable to path traversal when a URI starts with // (e.g., //../../../secret.txt). The root cause is an inconsistency between two slash-stripping implementations. The release has been out since 12 Apr 2026 and has been released by the same user as previous releases.

@nhsd-rebecca-flynn nhsd-rebecca-flynn merged commit c1dc93c into main Apr 30, 2026
37 checks passed
@nhsd-rebecca-flynn nhsd-rebecca-flynn deleted the dependabot/pip/pathology-api/mako-1.3.11 branch April 30, 2026 09:19
samdasari11 pushed a commit that referenced this pull request May 1, 2026
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.10 to 1.3.11.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant