You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/api/get-assessment-software-vulnerabilities.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,20 +335,19 @@ Returns a table with an entry for every unique combination of DeviceId, Software
335
335
> [!NOTE]
336
336
> We refresh the __Full _Software Vulnerabilities Assessment(Flat/Full VA) by Device___ export every __six hours__ and store each snapshot in blob storage; the API always serves the latest snapshot, to emphasize calling the Get Endpoint won't to trigger a generation, call get endpoint will just read latest Flat OR Delta After sinceTime.
337
337
> A successful completion of Full VA export will trigger __delta export__ that captures the changes from latest Flat VA processed by Delta to new Flat VA.
338
-
> > __RBAC-scoped duplicates__
338
+
> > > __RBAC-scoped duplicates__
339
339
> > Because exports are scoped by __RBACGroup__, a device that moves from one RBAC group to another will appear __twice__ in a Delta export when you query with the global view (`RBACGroup=*`): once under its previous group with status "Fixed" and once under its current group with status "New". Use the `rbacGroupId` and device identifiers together (or de-duplicate on your side) if you need a single authoritative record per device.
340
-
>
341
-
> Recommended pull pattern
342
-
>
340
+
> >
341
+
342
+
#### 3.1.0 Recommended pull pattern
343
+
343
344
1.__Baseline__ – Download the full VA(Flat VA) export on your preferred cadence (weekly is often sufficient).
344
345
345
346
1.__Stay current__ – delta export between full snapshots(Delta can be queried up to 14 days into the past).
346
347
347
348
1.__Handle RBAC moves__ – When processing a Delta, de-duplicate entries where the same `Id(deviceId_software_` version _ cve`)`appears under multiple `rbacGroupId` values.
348
349
349
350
1. When "Status" = Fix" the calcualtion of "EventTimestamp"- "FirstSeenTimestamp" should give you an estimation on when the CVE was fixed up to a granularity of 6 hours(because of Delta worker run interval).
350
-
351
-
352
351
#### 3.1.1 Limitations
353
352
354
353
- Maximum page size is 200,000.
@@ -586,6 +585,7 @@ GET https://api.securitycenter.microsoft.com/api/machines/SoftwareVulnerabilityC
586
585
-[Export secure configuration assessment per device](get-assessment-secure-config.md)
587
586
-[Export software inventory assessment per device](get-assessment-software-inventory.md)
0 commit comments