Skip to content
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

Investigate vuln scans #23

Open
maeve-fpf opened this issue Jun 30, 2020 · 1 comment
Open

Investigate vuln scans #23

maeve-fpf opened this issue Jun 30, 2020 · 1 comment
Labels

Comments

@maeve-fpf
Copy link
Contributor

Here's the scan Quay ran on the latest CI-built image for gke-gs-bucket-backup from this repo: https://quay.io/repository/freedomofpress/gke-gs-bucket-backup/manifest/sha256:b28507c41e51ae64bb95d13e89a5c502061eb0a99043e76bdd3b47de038fdb90?tab=vulnerabilities (that's tag master_680c45a). There's a lot there! You can check the packages in the container with:

docker run --entrypoint /bin/sh quay.io/freedomofpress/gke-gs-bucket-backup:master_680c45a -c 'dpkg -l' | less

And you can see that the critical warnings for linux is because linux-libc-dev, the kernel headers which are built from the linux source package, are installed. Obviously a kernel is not installed.

So, let's research how to make these scans more useful - it sounds like this is probably an issue many Quay users have encountered and may have solutions for.

@conorsch
Copy link
Contributor

Having trouble loading any of the scans right now:

quay-security-scans-not-loading

Based on prior output I've seen, there's definitely a ton of noise in those scan reports. Granted, we took a while to update our images, but I've also seen quay complaining about old package versions without taking into account backported security fixes, e.g. from Canonical for ubuntu images. Looks like Quay runs "Clair" to handle the scanning:

So optimistic that we could learn more about how folks manage these alerts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants