-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] CVEs in conda release #438
Comments
Is it possible to get links to the CVEs ? For example, when I search for jackson-databind I see CVEs for 2.9 but dask-sql depends on 2.10 |
Did some digging and found links for all of them:
|
Quick update: grype rapidsai/rapidsai:22.02-cuda11.0-runtime-ubuntu18.04-py3.8 --only-fixed -o template -t .grype/grype.friendly.tmpl =>
It may be a good idea to have a github workflow to run something like that above daily on the latest conda release, where you'd only need to add |
To update this, it looks like the following CVEs are resolvable right now:
While the following are currently blocked:
IIUC, the primary exposure for these CVEs in dask-sql is through its server implementation - we were considering releasing with with warnings added around server usage, or with it disabled altogether, as it isn't 100% clear how long it will be for the above CVEs to get resolved.
That is a good idea 🙂 will look into getting that set up here, assuming there isn't a larger push within RAPIDS to have these checks run on our images containing dask-sql |
Great! RAPIDS 2022.02 updated last week, guessing they may wait for the coming 2022.04 burndown for the next, not sure of landing date |
To give a general update on the ongoing work to resolve these CVEs:
|
Thanks -- we've been disabling dask_sql.jar in our scans, if there's a conda release we should run again, lmk |
Super exciting! Will kick off a build & scan |
... Confirmed, thank you! It took a bit because it required an unexpectedly early upgrade to rapids If helpful, it's now part of our daily scans |
What happened:
Running Grype on DaskSQL.jar from the latest conda release (
dask-sql=2022.1
) returned 6 fixable CVEswith template
grype.friendly.tmpl
=>
What you expected to happen:
The latest stable release should ideally have no fixable CVEs
Minimal Complete Verifiable Example:
See above
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: