Skip to content

Commit 9e0f8cb

Browse files
rewrite scfw preview doc (#37761)
* rewrite scfw preview doc * after review * modify link to heading Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> * add coming soon labels * rename GuardDog * add callout Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> * rewrite Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> * add spacing with callout --------- Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
1 parent 6432d25 commit 9e0f8cb

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

content/en/security/code_security/_index.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Code Security scans your first-party code and open source libraries used in your
4040
- [Runtime Code Analysis (IAST)][3] for identifying vulnerabilities in the first-party code within your services
4141
- [Secret Scanning][8] for identifying and validating leaked secrets
4242
- [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
4444

4545
Code Security helps teams implement DevSecOps throughout the organization:
4646
- **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
9999

100100
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.
101101

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].
102+
## Supply Chain Security (Preview)
103+
104+
{{< callout url=https://docs.google.com/forms/d/1Xqh5h1n3-jC7au2t30fdTq732dkTJqt_cb7C7T-AkPc/viewform?edit_requested=true
105+
btn_hidden="false" header="Join the Preview!">}}
106+
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].
104123

105124
## Code Security MCP Server (Preview)
106125
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

Comments
 (0)