You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/security/code_security/_index.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Code Security scans your first-party code and open source libraries used in your
40
40
-[Runtime Code Analysis (IAST)][3] for identifying vulnerabilities in the first-party code within your services
41
41
-[Secret Scanning][8] for identifying and validating leaked secrets
42
42
-[Infrastructure as Code (IaC) Security][10] for identifying security misconfigurations in IaC stored in your repositories
43
-
-[Supply Chain Security](#supply-chain-security) for preventing malicious packages from entering your development environment and code repositories
43
+
-[Supply Chain Security](#supply-chain-security-preview) for preventing malicious packages from entering your development environment and code repositories
44
44
45
45
Code Security helps teams implement DevSecOps throughout the organization:
46
46
-**Developers:** early vulnerability detection, code quality improvements, faster development as developers spend less time debugging and patching.
@@ -99,8 +99,27 @@ IaC Security analyzes infrastructure-as-code to detect misconfigurations before
99
99
100
100
With [Cloud Security Management (CSM)][18], you can see misconfigurations in IaC Security directly from runtime findings. See [IaC Security setup][17] to get started.
101
101
102
-
## Supply Chain Security
103
-
Prevent malicious packages from entering your development environments with Datadog Supply Chain Security Firewall, supported for GitHub. [Request access to the Preview][11].
Use this form to submit your request to join the Supply Chain Security Preview.
107
+
{{< /callout >}}
108
+
109
+
110
+
Supply Chain Security prevents malicious open source packages from entering your development environments at the point of installation, before they reach your repositories or CI/CD pipelines.
111
+
112
+
Unlike SCA, which scans dependencies already in your codebase, the Datadog Supply Chain Firewall (SCFW) intercepts package manager commands (`npm`, `pip`, `poetry`) in real time and blocks malicious or recently published packages before they are installed.
113
+
114
+
Supply Chain Security evaluates every package install against Datadog's malicious package feed (powered by GuardDog), known vulnerability advisories, and configurable recency thresholds. When it flags a package, it blocks installation immediately with a clear, actionable message (on both developer laptops and CI runners).
115
+
116
+
In addition to protecting individual developer machines or CI pipelines, SCFW provides:
117
+
118
+
- Event observability to search, filter, and audit ALLOW, WARN, and BLOCK events across developer machines and CI systems in a unified event feed
119
+
-*(coming soon)* Centralized policy management to define org-wide block lists, allow lists, and behavioral rules directly from the Datadog AppSec UI
120
+
-*(coming soon)* Coverage reporting to track which developers and repositories are protected, identify gaps, and measure your organization's supply chain security posture over time
121
+
122
+
[Request access to the Preview][11].
104
123
105
124
## Code Security MCP Server (Preview)
106
125
The [Code Security MCP Server][19] is a local Model Context Protocol (MCP) server that brings SAST, secrets detection, SCA, IaC scanning, and SBOM generation directly into AI coding assistants such as Cursor, Claude Desktop, and VS Code. Read the [MCP Server documentation][17] to get started.
0 commit comments