-
Notifications
You must be signed in to change notification settings - Fork 2
[Snyk] Security upgrade ujson from 5.7.0 to 5.12.0 #19
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ preshed>=1.0.0,<2.0.0 | |
| thinc>=6.10.3,<6.11.0 | ||
| murmurhash>=0.28,<0.29 | ||
| plac<1.0.0,>=0.9.6 | ||
| ujson>=1.35 | ||
| ujson>=5.12.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ujson 5.12.0 requires Python 3.10, breaking project compatibilityHigh Severity
|
||
| dill>=0.2,<0.3 | ||
| regex==2017.4.5 | ||
| requests>=2.13.0,<3.0.0 | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security fix incomplete: setup.py ujson version not updated
High Severity
The
ujsonversion constraint inrequirements.txtwas bumped to>=5.12.0to fix security vulnerabilities, butsetup.pyinstall_requiresstill specifiesujson>=1.35. Anyone installing this package viapip install .or from PyPI will resolve the old, vulnerableujsonversion. The security fix is effectively incomplete becausesetup.pyis the authoritative source for package installation dependencies.