We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a dependency error that Jinja2 has a CVE from 2019. While I don't use it, a better fix might be to get the latest Jinja and Flask
Feels a bit much, but no CVE's 😄
CVE's when running poetry audit
poetry audit
poetry self add poetry-audit-plugin==0.3.0
Output of the commands:
python --version
pip show connexion | grep "^Version\:"
The text was updated successfully, but these errors were encountered:
Installing Connexion installs the latest version of Jinja2, so there is nothing we can do.
Note that the CVE is being contested.
Sorry, something went wrong.
No branches or pull requests
Description
I got a dependency error that Jinja2 has a CVE from 2019. While I don't use it, a better fix might be to get the latest Jinja and Flask
Expected behaviour
Feels a bit much, but no CVE's 😄
Actual behaviour
CVE's when running
poetry audit
Steps to reproduce
poetry self add poetry-audit-plugin==0.3.0
poetry audit
Additional info:
Output of the commands:
python --version
3.11.9pip show connexion | grep "^Version\:"
3.1.0The text was updated successfully, but these errors were encountered: