Skip to content

Commit

Permalink
[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.3 (#5086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanculver committed Jan 12, 2024
1 parent ae9ba28 commit aa4aa40
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
1 change: 1 addition & 0 deletions changes/5086.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated Jinja2 to version 3.1.3 to address to address XSS security vulnerability [GHSA-h5c8-rqwp-cp95](https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95).
2 changes: 1 addition & 1 deletion examples/example_plugin/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2==3.1.2
Jinja2==3.1.3
mkdocs==1.5.3
mkdocs-include-markdown-plugin==4.0.4
mkdocs-material==9.1.18
Expand Down
2 changes: 1 addition & 1 deletion nautobot/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2==3.1.2
Jinja2==3.1.3
Markdown==3.3.7
markdown-data-tables==1.0.0
mkdocs==1.5.3
Expand Down
23 changes: 8 additions & 15 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
Expand Up @@ -94,7 +94,7 @@ graphene-django = "~2.16.0"
# NOTE: graphene-django-optimizer 0.9 and later require Graphene v3
graphene-django-optimizer = "~0.8.0"
# Template rendering engine
Jinja2 = "~3.1.2"
Jinja2 = "~3.1.3"
# Optional data validation of config contexts - loose dependency since our usage is light but apps may be more specific
jsonschema = ">=4.7.0,<4.19.0"
# Rendering of markdown files to HTML
Expand Down

0 comments on commit aa4aa40

Please sign in to comment.