fleet/server/vulnerabilities
Roberto Dip 837fef4bc4
ensure we provide a future date in MSRC test (#8897)
This test was failing in Dec 2022, because in this line:

```go
_, err := sut.GetFeed((now.AddDate(0, 1, 0)).Month(), now.Year())
```

`(now.AddDate(0, 1, 0)).Month()` returns `"January"` , and `now.Year()` returns `2022` , so we were sending a date in the past.
2022-12-01 11:29:07 -03:00
..
msrc ensure we provide a future date in MSRC test (#8897) 2022-12-01 11:29:07 -03:00
nvd Feature 7494: Use the MSRC security bulletin artifacts for detecting Win OS vulnerabilities (#7889) 2022-10-28 11:12:21 -04:00
oval fix issue with duplicate vulns detected using nvd (#8613) 2022-11-10 10:28:00 -07:00
testdata Feature 7077: Add MSRC feed parser (#7424) 2022-08-30 16:39:50 -04:00
utils fix issue with duplicate vulns detected using nvd (#8613) 2022-11-10 10:28:00 -07:00