fleet/docs/Configuration
Lucas Manuel Rodriguez 4194c44131
Use NVD API 2.0 to download CVE information (#15102)
#14888

@getvictor This is ready for review, but keeping as draft as there are
probably many tests that need amending.

I used the new version of the `./tools/nvd/nvdvuln/nvdvuln.go` to
compare the current vulnerabilities found in our dogfood environment
with the vulnerabilities found by the code in this PR and both results
match:
```
go run -race -tags fts5 ./tools/nvd/nvdvuln/nvdvuln.go --debug --db_dir ./local --software_from_url <dogfood URL> --software_from_api_token <API_TOKEN> --sync 2>&1 | tee out.txt
[...]
CVEs found and expected matched!
```

- [X] 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.
- [ ] Added/updated tests
- [X] Manual QA for all new/changed functionality

---------

Co-authored-by: Victor Lyuboslavsky <victor@fleetdm.com>
Co-authored-by: Victor Lyuboslavsky <victor.lyuboslavsky@gmail.com>
2023-11-21 12:30:07 -06:00
..
configuration-files Small docs fixes (#15184) 2023-11-17 09:28:49 -08:00
agent-configuration.md Update ATC docs for TCC.db example (#14914) 2023-11-02 21:44:53 -05:00
fleet-server-configuration.md Use NVD API 2.0 to download CVE information (#15102) 2023-11-21 12:30:07 -06:00
README.md migrate agent options docs content to agent configuration page (#13562) 2023-09-04 10:00:59 +09:00

Configuration

Fleet server

Fleet server configuration

Documentation for configuring the Fleet binary, managing osquery configurations, and running with systemd.

Configuration files

How to use configuration files and the fleetctl command line tool to configure Fleet.

Agent

Agent configuration

Learn how to set agent options with config YAML file and the fleetctl command line tool.