Closed niclashoyer closed 3 years ago
Niclas, I believe if you run cvescan -p high --unresolved
, it will list the same vulnerabilities as with cvescan -n
.
I can confirm that! I got mislead by "unresolved". So basically they are "unresolved" in the sense, that there is no package upgrade, because such CVEs need a newer kernel, right?
I think so. Either the kernel needs updating or the CVE is unpatched. I'm not a maintainer, so don't view my answer as definitive.
thanks! Maybe it just needs a bit documentation around -n
to clarify which settings are used to generate the Nagios output. Closing for now. 👍🏽
We just noticed that cvescan reports differently when using the
-n
switch:Why is that? The scan using
-n
is correct, as the kernel running on this machine is still old and affected. So why doesn't it show up if running cvescan using normal output?