fleet/server/vulnerabilities/oval
guangwu 33858d7301
chore: remove refs to deprecated io/ioutil (#14485)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes (docs/Using
Fleet/manage-access.md)
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-10-27 15:28:54 -03:00
..
input Feature 6096: Scan RHEL/CentOS hosts using OVAL definitions (#6241) 2022-06-23 16:44:45 -04:00
parsed Fixed iCloud false positives (#12551) 2023-06-30 13:05:34 -04:00
analyzer.go chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
analyzer_test.go chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
downloader.go chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
downloader_test.go Improve vulnerability detection for Ubuntu (#6102) 2022-06-07 21:09:47 -04:00
mappers.go Bump go to 1.19.1 (#7690) 2022-09-12 20:32:43 -03:00
mappers_test.go Feature 6096: Scan RHEL/CentOS hosts using OVAL definitions (#6241) 2022-06-23 16:44:45 -04:00
oval_platform.go Fixes various bugs with NVD vulnerability detection (#7963) 2022-10-04 07:04:48 -04:00
oval_platform_test.go Bug 6777: Make the regexp used for detecting the oval platform major, min versions more permissive (#6800) 2022-07-21 12:55:07 -04:00
parser.go chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
parser_test.go Feature 6242: Use oval to detect vulnerabilities on Fedora hosts (#6330) 2022-06-24 11:02:51 -04:00
sync.go Fleet server and tooling to use NETWORK_TEST_GITHUB_TOKEN when environment variable is set. (#9143) 2023-01-03 14:56:11 -03:00
sync_test.go Feature 6096: Scan RHEL/CentOS hosts using OVAL definitions (#6241) 2022-06-23 16:44:45 -04:00