-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: update code-server for vuln #296
Conversation
update the datascience-notebook to see if that will resolve the security issue
New errors of google/ml-metadata#56 Seem to indicate it's resolved but I guess I will need to do more digging, in the meantime I will try to build the image without it and scan it |
Did some scanning locally using the following command This first screenshot is what we currently use The second is the result after updating to a recent push from 8 days ago Running it on our actual built image jupyterlab-cpu (this was with a recent image as well) we get Using our current file we get the two critical vulnerabilities |
Yea we might want to evaluate the importance of the sql-language-server that we install as this is where the vulnerabilities come from.
Upon removing the |
and try using v0.1 for azure container-scan
I think we should ignore the one issue for pyyaml due to GHSA-8q59-q68h-6hv4 and So we should pin pyyaml to 5.4.1 at the least and not 5.3.1 |
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 ok to me
* chore: update code-server for vuln removed sql-lang-server temporarily as it has a vulnerability and one of its dependencies does not appear to be maintained Pinned various packages to avoid vulnerabilities Co-authored-by: rohank07 <rohank_17@hotmail.ca>
Description
What your PR adds/fixes/removes
Closes #293
Tests / Quality Checks
Automated Testing/build and deployment
auto-deploy
tag to the PR before pushing in order to build and push the image to ACR so you can test it in cluster as a custom image?JupyterLab extensions
jupyter labextension list
from inside the notebook)?VS Code tests
Code review
auto-deploy
tag to your PR before your most recent push to this repo? This causes CI to build the image and push to our ACR, letting reviewers access the built image without having to create it themselvesk8scc01covidacr.azurecr.io/machine-learning-notebook-cpu:746d058e2f37e004da5ca483d121bfb9e0545f2b
)?