fleet/server/webhooks
Juan Fernandez ef73039559
Improve vulnerability detection for Ubuntu (#6102)
Feature: Improve our capability to detect vulnerable software on Ubuntu hosts

To improve the capability of detecting vulnerable software on Ubuntu, we are now using OVAL definitions to detect vulnerable software on Ubuntu hosts. If data sync is enabled (disable_data_sync=false) OVAL definitions are automatically kept up to date (they are 'refreshed' once per day) - there's also the option to manually download the OVAL definitions using the 'fleetctl vulnerability-data-stream' command. Downloaded definitions are then parsed into an intermediary format and then used to identify vulnerable software on Ubuntu hosts. Finally, any 'recent' detected vulnerabilities are sent to any third-party integrations.
2022-06-07 21:09:47 -04:00
..
failing_policies_test.go Support failing policies integrations (#5973) 2022-06-06 10:41:51 -04:00
failing_policies.go Support failing policies integrations (#5973) 2022-06-06 10:41:51 -04:00
host_status_test.go Change quote so it doesn't display as weird chars in webhooks (#2861) 2021-11-09 18:58:22 -03:00
host_status.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
vulnerabilities_test.go Improve vulnerability detection for Ubuntu (#6102) 2022-06-07 21:09:47 -04:00
vulnerabilities.go Improve vulnerability detection for Ubuntu (#6102) 2022-06-07 21:09:47 -04:00