Skip to content
New issue

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

Upgrade dependencies to fix various vulnerabilities #48

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

KonstantAnxiety
Copy link
Contributor

@KonstantAnxiety KonstantAnxiety commented Oct 26, 2023

certifi 2022.12.7 -> 2023.7.22
pyyaml 5.3.1 -> 6.0.1
flask 2.0.3 -> 2.2.5
werkzeug 2.0.3 -> 2.2.3
pyopenssl 22.1.0 -> 23.2.0
pyjwt 2.3.0 -> 2.4.0
snowflake-connector-python 2.9.0 -> 3.1.0
redis 4.5.1 -> 4.5.4
tornado 6.2 -> 6.3.3
cryptography 3.3.2 -> 41.0.4
uwsgi 2.0.21 -> 2.0.22

Still need to upgrade:
requests 2.28.2 -> 2.31.0 [Medium Severity] (need to review the changelog carefully)
urllib3 1.26.16 -> 1.26.18 [Medium Severity] (need to review the changelog carefully)
werkzeug 2.2.3 -> 3.0.1 [Medium Severity]
cryptography 41.0.4 -> 41.0.5 [Medium Severity]
ujson 1.35 -> 5.4.0 [High Severity] (breaks double precision during parsing in file-uploader)

@KonstantAnxiety KonstantAnxiety force-pushed the up-vuln-deps branch 5 times, most recently from 3c46cdd to 96e2772 Compare October 31, 2023 09:39
@KonstantAnxiety KonstantAnxiety changed the title [WIP] Upgrade dependencies to fix various vulnerabilities Upgrade dependencies to fix various vulnerabilities Oct 31, 2023
@KonstantAnxiety KonstantAnxiety marked this pull request as ready for review October 31, 2023 12:52
@KonstantAnxiety KonstantAnxiety merged commit 860eacd into main Nov 7, 2023
36 of 40 checks passed
@KonstantAnxiety KonstantAnxiety deleted the up-vuln-deps branch November 7, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants