Skip to content

Commit e0f76e1

Browse files
authored
feat: fix security warnings in torchft (#69)
Summary: Update jinja to address dependabot reported alerts. 1. Jinja has a sandbox breakout through malicious filename 2. Jinja has a sandbox breakout through indirect reference to format method. Test Plan: Test on github
1 parent 2f97660 commit e0f76e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ matplotlib
55
papermill
66
ipykernel
77
ipython_genutils
8-
jinja2==3.1.4
8+
jinja2==3.1.5
99
sphinx-autobuild

0 commit comments

Comments
 (0)