Skip to content

Commit

Permalink
Add CSM Vulns limitations for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
janine-c committed Dec 5, 2024
1 parent 7431af6 commit 935acc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Cloud Security Management Vulnerabilities supports vulnerability scanning for ho
| Ubuntu | All versions supported by Canonical | apt/dpkg | {{< X >}} | {{< X >}} |
| Windows | Windows Server 2016/2019/2022, Windows 10 and later | Windows OS | | {{< X >}} |

{{% collapse-content title="Windows limitations" level="h4" %}}
- Datadog detects vulnerabilities in Windows by identifying the Windows version, and the security KB updates that have been installed. With this information, it can determine which vulnerabilities a Windows host is subject to, and which updates have been released to address them. However, some KB updates can be cumulative and contain other KB updates, which may cause Datadog to misidentify which updates have been installed.
- Datadog can't track vulnerability fixes that Windows applies outside of KB updates.
- Datadog can't track vulnerabilities associated with third-party software.
{{% /collapse-content %}}

## Application libraries

Cloud Security Management Vulnerabilities supports vulnerability scanning for the following application languages and libraries on containers and Lambda instances:
Expand Down
7 changes: 6 additions & 1 deletion layouts/shortcodes/csm-windows-setup.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Datadog Cloud Security Management on Windows includes host vulnerability detecti
- Access to hosts running Windows Server 2016 or newer.
- (Optional) For network events, [NPM][2] must be enabled on the hosts.

**Note**: Windows containerized workloads are not supported.
## Limitations

- Windows containerized workloads are not supported.
- Datadog detects vulnerabilities in Windows by identifying the Windows version, and the security KB updates that have been installed. With this information, it can determine which vulnerabilities a Windows host is subject to, and which updates have been released to address them. However, some KB updates can be cumulative and contain other KB updates, which may cause Datadog to misidentify which updates have been installed.
- Datadog can't track vulnerability fixes that Windows applies outside of KB updates.
- Datadog can't track vulnerabilities associated with third-party software.

## Installation

Expand Down

0 comments on commit 935acc9

Please sign in to comment.