-
Notifications
You must be signed in to change notification settings - Fork 851
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
Luke/CVE bump #3928
Luke/CVE bump #3928
Conversation
requirements/deps/constraints.txt
Outdated
@@ -18,3 +18,5 @@ botocore<1.34.132 | |||
importlib-metadata>=8.5.0 | |||
# (austin): Versions below this have a different interface for passing parameters | |||
unstructured-client>=0.23.0,<0.26.0 | |||
# (luke): conflicting versions installed. pinned to 5.3.0 for now. | |||
lxml==5.3.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.
Looks like @ahmetmeleq also opened a PR to address CVEs but it doesn't include this pin. Would the changes in #3925 resolve the CVE?
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.
looks like that PR would resolve the cryptography CVE and label-studio sdk but would fix the transformers CVE in version 4.442 thats resolved in version 4.48.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.
tested removing the constraint and it doesnt seem like anything required 5.3.0 so that might have just been an error on my part
If the image seems like it's working, the changes seem good to me |
bumping dependancies and updated the tokenizer constraint