WDscholia / scholia

Wikidata-based scholarly profiles
https://scholia.toolforge.org
Other
215 stars 77 forks source link

Fix #2439 Jinja vulnerability #2447

Closed fnielsen closed 3 months ago

fnielsen commented 3 months ago

Related to https://nvd.nist.gov/vuln/detail/CVE-2024-22195

Fixes #2439

Description

Fixes https://nvd.nist.gov/vuln/detail/CVE-2024-22195 by explicit version in requirements.txt.

Caveats

Please list anything which has been left out of this PR or which should be considered before this PR is accepted Check any of the following which apply:

If you make changes to the Python code

Testing

Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. Please also list any relevant details for your test configuration.

Ran tox -r with py39 and py310 working

Checklist