Skip to content

Commit c7c3f9f

Browse files
Merge pull request #1057 from MicrosoftDocs/main
publish main to live 10:30 AM 8/1/24
2 parents d35c782 + 4f62f9c commit c7c3f9f

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

defender-endpoint/linux-whatsnew.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,33 @@ This article is updated frequently to let you know what's new in the latest rele
3232

3333
- [What's new in Defender for Endpoint on macOS](mac-whatsnew.md)
3434
- [What's new in Defender for Endpoint on iOS](ios-whatsnew.md)
35+
36+
<details>
37+
<summary> July-2024 (Build: 101.24062.0001 | Release version: 30.124062.0001.0)</summary>
38+
39+
## July-2024 Build: 101.24062.0001 | Release version: 30.124062.0001.0
40+
41+
&ensp;Released: **July 31, 2024**<br/>
42+
&ensp;Published: **July 31, 2024**<br/>
43+
&ensp;Build: **101.24062.0001**<br/>
44+
&ensp;Release version: **30.124062.0001.0**<br/>
45+
&ensp;Engine version: **1.1.24050.7**<br/>
46+
&ensp;Signature version: **1.411.410.0**<br/>
47+
48+
**What's new**
49+
50+
There are multiple fixes and new changes in this release.
51+
52+
- Fixes bug in which infected command-line threat information was not showing correctly in security portal.
53+
- Fixes a memory leak issue in kernel space due to ebpf maps and progs not getting closed/unloaded whenever ebpf sensor is reloaded. Impacts kernels 3.10x and <= 4.16x.
54+
- Fixes a bug where disabling a preview feature required a Defender of Endpoint to disable it.
55+
- Global Exclusions feature using managed JSON is now in Public Preview. available in insiders slow from 101.23092.0012. For more information, see [linux-exclusions](linux-exclusions.md).
56+
- Updated the Linux default engine version to 1.1.24050.7 and default sigs Version to 1.411.410.0.
57+
- Stability and performance improvements.
58+
- Other bug fixes.
59+
60+
</details>
61+
3562
<details>
3663
<summary> June-2024 (Build: 101.24052.0002 | Release version: 30.24052.0002.0)</summary>
3764

@@ -1430,4 +1457,4 @@ As an alternative approach, follow the instructions to [uninstall](linux-resourc
14301457

14311458
</details>
14321459

1433-
</details><!--This </details> closes "2021 releases"-->
1460+
</details><!--This </details> closes "2021 releases"-->

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ The following tables present the relevant vulnerability information organized by
3737
| Inaccuracy report ID | Description | Fix date |
3838
|---|---|---|
3939
| - | Fixed inaccuracy in Microsoft Visio Viewer & SDK 2016 | 01-July-24 |
40+
| 61778 | Fixed inaccuracy in PHP vulnerabilities - CVE-2024-4577, CVE-2024-5458 & CVE-2024-5585 | 05-July-24 |
41+
| - | Fixed inaccuracy in Intel Proset Wireless vulnerabilities - CVE-2023-38417, CVE-2023-38654, CVE-2023-40536 & CVE-2023-47210 | 07-July-24 |
42+
| 58642 | Fixed inaccuracy in Microsoft Visual Studio Code & Progress Fiddler | 10-July-24 |
43+
| 61803 | Fixed inaccuracy in CVE-2023-24592 | 10-July-24 |
44+
| - | Fixed inaccuracy in CVE-2017-3010 & CVE-2017-3124 | 10-July-24 |
45+
| - | Fixed inaccuracy in 7-zip and Zscaler vulnerabilities - CVE-2023-31102, CVE-2023-41972, CVE-2023-41973 & CVE-2023-23463 | 10-July-24 |
46+
| 62958 | Fixed inaccuracy in CVE-2024-26010 | 10-July-24 |
47+
| - | Defender Vulnerability Management doesn't currently support CVE-2013-5387 and CVE-2018-1595 | 14-July-24 |
48+
| 60387 | Fixed inaccuracy in Microsoft Teams by excluding squirrel.exe path | 14-July-24 |
49+
| 61125 | Fixed inaccuracy in Lenovo Mouse Suite | 17-July-24 |
4050

4151

4252
## June 2024

defender-xdr/api-incident.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.appverid:
1818
- MOE150
1919
- MET150
2020
ms.custom: api
21-
ms.date: 02/08/2024
21+
ms.date: 07/30/2024
2222
---
2323

2424
# Microsoft Defender XDR incidents API and the incidents resource type
@@ -73,7 +73,7 @@ Refer to the respective method articles for more details on how to construct a r
7373
| status | Enum | Specifies the current status of the incident. Possible values are: `Active`, `InProgress`, `Resolved`, and `Redirected`. |
7474
| classification | Enum | Specification of the incident. Possible values are: `TruePositive`, `Informational, expected activity`, and `FalsePositive`. |
7575
| determination | Enum | Specifies the determination of the incident. <p>Possible determination values for each classification are: <br><li> <b>True positive</b>: `Multistage attack` (MultiStagedAttack), `Malicious user activity` (MaliciousUserActivity), `Compromised account` (CompromisedUser) – consider changing the enum name in public api accordingly, `Malware` (Malware), `Phishing` (Phishing), `Unwanted software` (UnwantedSoftware), and `Other` (Other). <li> <b>Informational, expected activity:</b> `Security test` (SecurityTesting), `Line-of-business application` (LineOfBusinessApplication), `Confirmed activity` (ConfirmedUserActivity) - consider changing the enum name in public api accordingly, and `Other` (Other). <li> <b>False positive:</b> `Not malicious` (Clean) - consider changing the enum name in public api accordingly, `Not enough data to validate` (InsufficientData), and `Other` (Other). |
76-
| tags | string list | List of Incident tags. |
76+
| tags | string list | List of Incident tags (customTags only). |
7777
| comments | List of incident comments | Incident Comment object contains: comment string, createdBy string, and createTime date time. |
7878
| alerts | alert list | List of related alerts. See examples at [List incidents](api-list-incidents.md) API documentation. |
7979

0 commit comments

Comments
 (0)