-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[clang][analyzer] Update python dependency versions #143433
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
Conversation
Signed-off-by: Sarnie, Nick <[email protected]>
|
@llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-static-analyzer-1 Author: Nick Sarnie (sarnex) ChangesWe need to make sure we aren't vulnerable to PYSEC-2020-73 and PYSEC-2019-41. Full diff: https://github.com/llvm/llvm-project/pull/143433.diff 1 Files Affected:
diff --git a/clang/utils/analyzer/requirements.txt b/clang/utils/analyzer/requirements.txt
index 8ae8bc88ac191..ed09161e5902e 100644
--- a/clang/utils/analyzer/requirements.txt
+++ b/clang/utils/analyzer/requirements.txt
@@ -1,6 +1,6 @@
graphviz
humanize
matplotlib
-pandas
-psutil
+pandas>=1.0.4
+psutil>=5.6.6
seaborn
|
|
Are there other vulns affecting the other deps? Or more recent vulns we should know about the deps you would touch here? |
|
For this specific |
steakhal
left a comment
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.
Thanks for the patch. Merge it at your convinience.
|
Thanks for the quick reviews! |
Fixes some vulnerability warnings. I've [submitted](llvm/llvm-project#143433) this upstream too, but ideally we can fix the warnings here first. Signed-off-by: Sarnie, Nick <[email protected]>
We need to make sure we aren't vulnerable to [PYSEC-2020-73](https://osv.dev/vulnerability/PYSEC-2020-73) and [PYSEC-2019-41](https://osv.dev/vulnerability/PYSEC-2019-41). Signed-off-by: Sarnie, Nick <[email protected]>
We need to make sure we aren't vulnerable to PYSEC-2020-73 and PYSEC-2019-41.