mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 22:49:19 +00:00
1. Root cause: cmd/msrc/generate.go Problem: The MSRC feed generator panicked when the January 2026 feed wasn't available. The grace period was only 5 days, but MSRC feed publication dates vary (not available right now). Fix: Extended grace period from 5 to 15 days. 2. Defensive fix: server/vulnerabilities/macoffice/integration_sync_test.go Problem: Test only checked for files from the last 2 days, which failed when the NVD repo hadn't published for a few days. Fix: Extended tolerance to 7 days. |
||
|---|---|---|
| .. | ||
| analyzer.go | ||
| analyzer_test.go | ||
| integration_analyzer_test.go | ||
| integration_parser_test.go | ||
| integration_sync_test.go | ||
| parser.go | ||
| release_note.go | ||
| release_note_test.go | ||
| sync.go | ||
| sync_test.go | ||