Hi! How is it possible to have the same package, same version, same OS to be found vulnerable in a jail but not on the host?
Inside a fresh
Now from the host (also upgraded):
How is that possible?
Inside a fresh
pkg upgrade
d jail:
Code:
root@web1:~ # pkg audit
curl-7.82.0_1 is vulnerable:
cURL -- Multiple vulnerabilities
...
1 problem(s) in 1 installed package(s) found.
root@web1:~ # exit
logout
Now from the host (also upgraded):
Code:
root@host3:/home/user # pkg audit
0 problem(s) in 0 installed package(s) found.
root@host3:/home/user # pkg show curl
curl-7.82.0_1
Name : curl
Version : 7.82.0_1
Installed on : ...
How is that possible?