Skip to content

Commit

Permalink
Merge branch 'public' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
denisebmsft authored Jan 24, 2025
2 parents dc90b53 + 9b95366 commit 3d0dbcf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 5 additions & 3 deletions defender-endpoint/linux-update-mde-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.collection:
ms.topic: conceptual
ms.subservice: linux
search.appverid: met150
ms.date: 12/16/2024
ms.date: 01/24/2025
---

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

> [!NOTE]
> Where 201118 == YYMMDD
> In our example, `201118` == `YYMMDD`.
> [!TIP]
> Do this before you edit or remove.
Expand Down Expand Up @@ -108,7 +108,9 @@ CRON_TZ=America/Los_Angeles
> ```
> [!NOTE]
> 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).
> 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.
> `[$(date +\%d) -le 15]` won't run unless it's equal or less than the 15th day (third week).
> This means the job runs at 6 a.m. every Sunday, but only if the day of the month is the 15th or earlier.
Press "Esc"
Expand Down
14 changes: 13 additions & 1 deletion defender-vulnerability-management/fixed-reported-inaccuracies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ms.collection:
- tier2
ms.localizationpriority: medium
ms.topic: troubleshooting
ms.date: 01/09/2025
ms.date: 01/24/2025
---

# Vulnerability support in Microsoft Defender Vulnerability Management
Expand Down Expand Up @@ -45,6 +45,17 @@ The following tables present the relevant vulnerability information organized by
| - | Fixed inaccuracy in Overwolf vulnerability - CVE-2024-7834 | 08-Jan-25 |
| 87255 | Fixed inaccuracy in GOG Galaxy vulnerability - CVE-2023-50914 | 08-Jan-25 |
| 86948 | Fixed inaccuracy in Samsung Video Player vulnerability - CVE-2024-49404 | 08-Jan-25 |
| 69723 | Fixed vulnerability detection in Adobe Campaign | 14-Jan-25 |
| 83313 | Fixed inaccuracy in Debian Inetutils | 16-Jan-25 |
| - | Fixed inaccuracy in RedHat Kernel-debug packages | 16-Jan-25 |
| - | Defender Vulnerability Management doesn't currently support Nvidia Cuda Pilot | 20-Jan-25 |
| - | Fixed inaccuracy in Mattermost Desktop vulnerability- CVE-2024-39613 | 21-Jan-25 |
| - | Added Microsoft Defender Vulnerability Management support to BeyondTrust Privileged Remote Access | 21-Jan-25 |
| - | Fixed inaccuracy in BeyondTrust Remote Support | 21-Jan-25 |
| - | Fixed vulnerability detection in InfluxDB | 22-Jan-25 |
| 68411 | Fixed inaccurate detections in WebM Project libwebp by excluding razer file path | 22-Jan-25 |
| 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 |


## November 2024

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

## October 2024

Expand Down
2 changes: 1 addition & 1 deletion unified-secops-platform/cases-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Manage cases natively with the Case Management Starter Kit (Preview)
title: Manage cases natively in Microsoft's unified SecOps platform
description: Learn about case management features across Microsoft's unified security operations (SecOps) platform.
search.appverid: met150
ms.service: unified-secops-platform
Expand Down

0 comments on commit 3d0dbcf

Please sign in to comment.