Skip to content

Commit

Permalink
Fixed mako is vulnerable to Regular Expression Denial of Service (#28)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Version Patching for security issue

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NEONKID <[email protected]>
  • Loading branch information
dependabot[bot] and NEONKID authored Oct 15, 2022
1 parent 9b0c470 commit fd69edd
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
uses: AveryCameronUofR/[email protected]
with:
reviewers: "NEONKID"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_TOKEN }}
88 changes: 46 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-mf-data"
version = "0.2.5"
version = "0.2.6"
description = "Python Micro Framework Data"
authors = ["Neon K.I.D <[email protected]>"]
packages = [
Expand Down

0 comments on commit fd69edd

Please sign in to comment.