Skip to content

Commit 3d0dbcf

Browse files
authored
Merge branch 'public' into patch-1
2 parents dc90b53 + 9b95366 commit 3d0dbcf

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

defender-endpoint/linux-update-mde-linux.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 12/16/2024
18+
ms.date: 01/24/2025
1919
---
2020

2121
# Schedule an update for Microsoft Defender for Endpoint on Linux
@@ -53,7 +53,7 @@ sudo crontab -l > /var/tmp/cron_backup_201118.dat
5353
```
5454

5555
> [!NOTE]
56-
> Where 201118 == YYMMDD
56+
> In our example, `201118` == `YYMMDD`.
5757
5858
> [!TIP]
5959
> Do this before you edit or remove.
@@ -108,7 +108,9 @@ CRON_TZ=America/Los_Angeles
108108
> ```
109109
110110
> [!NOTE]
111-
> In the examples above, we are setting it to 00 minutes, 6 a.m.(hour in 24 hour format), any day of the month, any month, on Sundays.[$(date +\%d) -le 15] == Won't run unless it's equal or less than the 15th day (3rd week). Meaning it will run every 3rd Sundays(7) of the month at 6:00 a.m. Pacific (UTC -8).
111+
> In the previous examples, we specified `00` minutes, 6 a.m. (hour using the 24-hour format), any day of the month, any month, on Sundays.
112+
> `[$(date +\%d) -le 15]` won't run unless it's equal or less than the 15th day (third week).
113+
> This means the job runs at 6 a.m. every Sunday, but only if the day of the month is the 15th or earlier.
112114
113115
Press "Esc"
114116

defender-vulnerability-management/fixed-reported-inaccuracies.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.collection:
1313
- tier2
1414
ms.localizationpriority: medium
1515
ms.topic: troubleshooting
16-
ms.date: 01/09/2025
16+
ms.date: 01/24/2025
1717
---
1818

1919
# Vulnerability support in Microsoft Defender Vulnerability Management
@@ -45,6 +45,17 @@ The following tables present the relevant vulnerability information organized by
4545
| - | Fixed inaccuracy in Overwolf vulnerability - CVE-2024-7834 | 08-Jan-25 |
4646
| 87255 | Fixed inaccuracy in GOG Galaxy vulnerability - CVE-2023-50914 | 08-Jan-25 |
4747
| 86948 | Fixed inaccuracy in Samsung Video Player vulnerability - CVE-2024-49404 | 08-Jan-25 |
48+
| 69723 | Fixed vulnerability detection in Adobe Campaign | 14-Jan-25 |
49+
| 83313 | Fixed inaccuracy in Debian Inetutils | 16-Jan-25 |
50+
| - | Fixed inaccuracy in RedHat Kernel-debug packages | 16-Jan-25 |
51+
| - | Defender Vulnerability Management doesn't currently support Nvidia Cuda Pilot | 20-Jan-25 |
52+
| - | Fixed inaccuracy in Mattermost Desktop vulnerability- CVE-2024-39613 | 21-Jan-25 |
53+
| - | Added Microsoft Defender Vulnerability Management support to BeyondTrust Privileged Remote Access | 21-Jan-25 |
54+
| - | Fixed inaccuracy in BeyondTrust Remote Support | 21-Jan-25 |
55+
| - | Fixed vulnerability detection in InfluxDB | 22-Jan-25 |
56+
| 68411 | Fixed inaccurate detections in WebM Project libwebp by excluding razer file path | 22-Jan-25 |
57+
| 77999 | Defender Vulnerability Management doesn't currently support these four ESET vulnerabilities: <br/>- CVE-2020-11446<br/>- CVE-2023-5594<br/>- CVE-2023-3160<br/>- CVE-2024-7400 | 22-Jan-25 |
58+
4859

4960
## November 2024
5061

@@ -54,6 +65,7 @@ The following tables present the relevant vulnerability information organized by
5465
| 78428 | Added Microsoft Defender Vulnerability Management support to TeamViewer vulnerabilities- CVE-2024-7479 and CVE-2024-7481 | 12-Nov-24 |
5566
| 80922 | Fixed inaccuracy in Kingsoft WPS office vulnerability - CVE-2024-7263 | 12-Nov-24 |
5667
| 78951 | Fixed inaccuracy in Kingsoft WPS Office vulnerability - CVE-2024-35205 | 12-Nov-24 |
68+
| - | Defender Vulnerability Management doesn't currently support CVE-2006-5745 | 12-Nov-24 |
5769

5870
## October 2024
5971

unified-secops-platform/cases-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage cases natively with the Case Management Starter Kit (Preview)
2+
title: Manage cases natively in Microsoft's unified SecOps platform
33
description: Learn about case management features across Microsoft's unified security operations (SecOps) platform.
44
search.appverid: met150
55
ms.service: unified-secops-platform

0 commit comments

Comments
 (0)