What's Changed
New Features
-
node-analyzer 05728e3: release HostScanner 0.3.1 (#783)
-
- HostScanner, bumped to version 0.3.1 which brings:
- Security fix for CVE-2022-32149
- Support for GoogleCOS hosts non-os packages scan
- Added
nodeAnalyzer.hostScanner.additionalDirsToScan
value to set additional folders to be scanned besides the default ones - Added new entries to the default set of directories to be scanned
- Generic binaries (such as docker/containerd and infra tooling)
- /bin,/sbin,/usr/bin,/usr/sbin,/usr/share,/usr/local
- Libraries (such as default python libs)
- /usr/lib,/usr/lib64
- GoogleCOS tooling directories
- /var/lib/google,/var/lib/toolbox,/var/lib/cloud
- Generic binaries (such as docker/containerd and infra tooling)
- HostScanner, bumped to version 0.3.1 which brings:
-