Skip to content

Commit 564a23a

Browse files
Merge pull request #4680 from MicrosoftDocs/main
[AutoPublish] main to live - 08/06 01:35 PDT | 08/06 14:05 IST
2 parents 135eebf + cd27883 commit 564a23a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/api/get-assessment-software-vulnerabilities.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,20 +335,19 @@ Returns a table with an entry for every unique combination of DeviceId, Software
335335
> [!NOTE]
336336
> 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.
337337
> 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__
339339
> > 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+
343344
1. __Baseline__ – Download the full VA(Flat VA) export on your preferred cadence (weekly is often sufficient).
344345

345346
1. __Stay current__ – delta export between full snapshots(Delta can be queried up to 14 days into the past).
346347

347348
1. __Handle RBAC moves__ – When processing a Delta, de-duplicate entries where the same `Id(deviceId_software_` version _ cve`)`appears under multiple `rbacGroupId` values.
348349

349350
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-
352351
#### 3.1.1 Limitations
353352

354353
- Maximum page size is 200,000.
@@ -586,6 +585,7 @@ GET https://api.securitycenter.microsoft.com/api/machines/SoftwareVulnerabilityC
586585
- [Export secure configuration assessment per device](get-assessment-secure-config.md)
587586
- [Export software inventory assessment per device](get-assessment-software-inventory.md)
588587
- [Microsoft Defender Vulnerability Management](/defender-vulnerability-management/defender-vulnerability-management)
588+
589589
- [Vulnerabilities in your organization](/defender-vulnerability-management/tvm-weaknesses)
590590

591591
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)