nebraska
nebraska copied to clipboard
Security concerns
Description
When scanning the Nebraska repo we're seeing a lot of vulnerabilties.
Impact
Several critical vulnerabilities that - if used by Nebraska - could potentially make Nebraska vulnerable
Environment and steps to reproduce
Scan the repo with Trivy and you'll get a lot of critical vulnerabilities:
trivy repo --vuln-type library https://github.com/kinvolk/nebraska.git
Thanks @tijmenvandenbrink , we'll look into it.
Thanks @tijmenvandenbrink this is not the case anymore since a few releases:
$ ./trivy repo --vuln-type library https://github.com/flatcar/nebraska.git
...
Report Summary
┌────────────────────────────┬───────┬─────────────────┬─────────┐
│ Target │ Type │ Vulnerabilities │ Secrets │
├────────────────────────────┼───────┼─────────────────┼─────────┤
│ backend/go.mod │ gomod │ 0 │ - │
├────────────────────────────┼───────┼─────────────────┼─────────┤
│ frontend/package-lock.json │ npm │ 0 │ - │
├────────────────────────────┼───────┼─────────────────┼─────────┤
│ updater/go.mod │ gomod │ 0 │ - │
└────────────────────────────┴───────┴─────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)
(cc @ervcz)