fleet/pkg
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
..
buildpkg chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
certificate chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
download chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
file Consider an empty EULA pdf file the same as an invalid one, returning 400 Bad Request (#12542) 2023-06-28 08:19:42 -04:00
fleethttp fix issues with migration flow (#13297) 2023-08-14 09:56:59 -03:00
mdm/mdmtest Update nanomdm dependency (#12721) 2023-08-21 11:07:57 -03:00
nettest fix RunWithNetRetry (#8590) 2022-11-07 16:31:10 +01:00
open Orbit: Add Fleet Desktop support to Windows (#4873) 2022-04-01 17:28:51 -03:00
optjson Feat: saved scripts (#14409) 2023-10-10 19:00:45 -03:00
rawjson Merging Bitlocker feature branch (#14350) 2023-10-06 19:04:33 -03:00
retry Fix CI tests for Go (#8079) 2022-10-04 15:48:14 -04:00
secure Sync CVE scores periodically (#5838) 2022-06-01 10:06:57 -06:00
spec Fix YAML and add item to error (#10503) 2023-03-15 08:50:13 -03:00
README.md Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037) 2022-02-14 15:13:44 -03:00

pkg directory

This top-level pkg directory contains packages that may be shared between all fleet backend components.