You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
The current approach with apt-get update && apt-get upgrade isn't very helpful. Let's refactor this a bit and instead limit these to only 'high severity' vulnerabilities and break them out to per-package basis. That way we can also provide precise instructions (i.e. apt-get update && apt-get install ${package}
The text was updated successfully, but these errors were encountered:
vpetersson
changed the title
Remove CVE from recommended actions
Refactor Recommended Actions for CVEs
Dec 9, 2019
The current approach with
apt-get update && apt-get upgrade
isn't very helpful. Let's refactor this a bit and instead limit these to only 'high severity' vulnerabilities and break them out to per-package basis. That way we can also provide precise instructions (i.e.apt-get update && apt-get install ${package}
The text was updated successfully, but these errors were encountered: