# Functions
Analyze scans all hosts for vulnerabilities based on the OVAL definitions for their platform, inserting any new vulnerabilities and deleting anything patched.
NewPlatform combines the host platform and os version into a string used to match OVAL definitions.
Refresh checks all local OVAL artifacts contained in 'vulnPath' deleting the old and downloading any missing definitions based on today's date and all the hosts' platforms/os versions contained in 'osVersions'.
Sync syncs the oval definitions for one or more platforms.
# Constants
OvalFilePrefix is the file prefix used when saving an OVAL artifact.
# Variables
SupportedSoftwareSources are the software sources for which we are using OVAL for vulnerability detection.
# Type aliases
OvalSources represents a platform => web url dictionary.
No description provided by the author