Skip to content

Commit fd69edd

Browse files
Fixed mako is vulnerable to Regular Expression Denial of Service (#28)
* Bump mako from 1.1.6 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.6 to 1.2.2. - [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-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Version Patching for security issue Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NEONKID <contact@neonkid.xyz>
1 parent 9b0c470 commit fd69edd

File tree

3 files changed

+48
-44
lines changed

3 files changed

+48
-44
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
uses: AveryCameronUofR/add-reviewer-gh-action@1.0.3
7575
with:
7676
reviewers: "NEONKID"
77-
token: ${{ secrets.GITHUB_TOKEN }}
77+
token: ${{ secrets.ACTIONS_TOKEN }}

poetry.lock

Lines changed: 46 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-mf-data"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Python Micro Framework Data"
55
authors = ["Neon K.I.D <contact@neonkid.xyz>"]
66
packages = [

0 commit comments

Comments
 (0)