fleet/server/vulnerabilities/macoffice
Victor Lyuboslavsky 8ab072f600
Fix CI: extend grace periods for MSRC feeds and expand test coverage for file validation. (#37991)
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.
2026-01-07 10:28:20 -06:00
..
analyzer.go Merge branch 'main' into 15919-vulnerabilities-page 2024-02-21 10:58:58 -08:00
analyzer_test.go Merge branch 'main' into 15919-vulnerabilities-page 2024-02-21 10:58:58 -08:00
integration_analyzer_test.go Moving Go integration tests to integration test job (#21126) 2024-08-07 14:00:25 +02:00
integration_parser_test.go Add new archive URL as data source for Mac Office release notes (#26978) 2025-03-10 08:46:18 -05:00
integration_sync_test.go Fix CI: extend grace periods for MSRC feeds and expand test coverage for file validation. (#37991) 2026-01-07 10:28:20 -06:00
parser.go Bugfix: Mac Office Vuln Parser (#32545) 2025-09-03 12:33:02 -04:00
release_note.go Microsoft office FMA version from release notes (#30686) 2025-07-23 12:07:18 -05:00
release_note_test.go Microsoft office FMA version from release notes (#30686) 2025-07-23 12:07:18 -05:00
sync.go Improve test coverage and bug fix (#10301) 2023-03-06 15:07:27 -04:00
sync_test.go Improve test coverage and bug fix (#10301) 2023-03-06 15:07:27 -04:00