mirror of
https://github.com/fleetdm/fleet
synced 2026-05-11 03:00:58 +00:00
Reduced vulnerability processing time by grouping vulnerability dictionary by vendor. #16858 Notice `cvefeed.(*Cache).Get` Before: <img width="1997" alt="image" src="https://github.com/fleetdm/fleet/assets/2685025/a3cc5571-cee2-40a6-8b2d-cfed1323d96c"> After:  # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [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
1 line
86 B
Text
1 line
86 B
Text
Reduced vulnerability processing time by grouping vulnerability dictionary by vendor.
|