惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
月光博客
月光博客
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
罗磊的独立博客
雷峰网
雷峰网
博客园 - 叶小钗
量子位
IT之家
IT之家

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Secure your code at scale with AI-driven vulnerability ma...
2025-12-01 · via Datadog | The Monitor blog

As development teams adopt generative AI at an unprecedented pace, security teams face an evolving set of challenges in securing the software development life cycle. The increasing speed and scale of code changes make it more difficult for organizations to manage risk effectively. Legacy scanners often fail to keep up, returning slow results and noisy alerts that increase remediation time and leave organizations exposed to potential breaches.

Datadog Code Security addresses these challenges by combining static and runtime analysis with AI-driven automation. Code Security continuously scans repositories for first-party code and open source dependencies, leaked secrets, infrastructure-as-code (IaC) misconfigurations, and malicious code patterns. It helps teams detect issues early and remediate them quickly while maintaining development velocity.

In this post, we’ll show you how Code Security uses AI to:

Code Security continuously analyzes your codebase to identify vulnerabilities and suspicious code changes across repositories and services. In addition to performing traditional static analysis that relies on rule-based pattern matching, Code Security interprets code intent the way a security analyst would, identifying potentially malicious code changes in pull requests (PRs) that can introduce supply chain compromises. By breaking large code changes into smaller, interpretable chunks, Datadog’s AI-based detection achieves high precision and reduces alert fatigue for security teams.

For example, when a developer submits a PR, Code Security uses LLMs to evaluate code behavior in context. The code-review system has been trained on real-world examples of benign and malicious changes, such as dependency injections and tampered configurations, to identify risky diffs and alert security teams before the code change is merged. This approach draws on our internal security team’s ongoing engineering research into malicious PR detection, which has shown that LLMs can detect subtle signs of harmful intent that traditional static analyzers often miss.

A pull request flagged as malicious in Datadog.

Prioritize high-risk findings by filtering out false positives

Static analysis tools often overwhelm teams with false positives, leading to alert fatigue and slower remediation. Code Security now incorporates false positive filtering to automatically validate vulnerability findings.

Each detected vulnerability appears in the SAST Vulnerabilities Explorer and is labeled with a confidence score, such as High Confidence or False Positive. You can filter findings by confidence level by using the Bits AI Assessment facet, or you can toggle off false positives entirely to focus on the most actionable issues.

You can view the reasoning behind each classification in the vulnerability’s side panel. This transparency enables you to verify the assessment and provide feedback that improves future assessments. By automatically identifying which findings are false positives, such as the potential SQL injection vulnerability in the following screenshot, Code Security reduces time spent on non-issues and helps you prioritize high-risk vulnerabilities.

Screenshot of the Bits AI Assessment facet showing a likely False Positive result for a detected SQL injection vulnerability.

After vulnerabilities are detected, the next challenge is resolving them efficiently and at scale. Code Security simplifies this process by turning AI into an active collaborator that helps you fix issues faster.

Using Bits AI, developers can automatically generate proposed code patches for detected code vulnerabilities. They can create fixes for each individual vulnerability or for batches of vulnerabilities. The Bits AI Dev Agent presents each generated remediation as an editable suggestion, enabling developers to review and refine fixes before they’re applied back to the codebase. This approach keeps engineers in full control of remediations while reducing repetitive manual effort.

In the following example, Bits AI shares how it fixed two instances of SQL injections in the same file. You can give Bits AI direct feedback to modify the generated remediations before creating a PR.

Screenshot of a Bits AI summary and suggested code change to eliminate SQL injection risks.

Batched remediation helps teams address vulnerabilities in bulk and groups multiple related fixes into generated PRs. This approach mirrors how experienced engineers resolve correlated issues, reducing friction and minimizing redundant changes. Teams can track the progress of remediation campaigns directly within the Datadog UI.

Screenshot of a remediation campaign that is in progress to fix Python command injections in a repository.

Whether you take the individual or batched approach, Code Security tracks every remediation (the generated fix and associated PR status) to give your teams a unified view of progress and ownership across repositories. By embedding remediation into the same environment where vulnerabilities are detected and analyzed, Code Security helps reduce mean time to resolution (MTTR) without disrupting developers’ daily work.

Implement modern code security for modern development

As AI-native coding tools become increasingly common, traditional manual triage and scanning methods must be combined with AI-driven vulnerability management practices to help security and development teams keep pace. Code Security offers a modern approach to securing your applications, blending a focus on developer experience with AI-native analysis to help teams detect, validate, and remediate vulnerabilities quickly and safely.

To learn more, check out the Code Security documentation. You can also request access to these new capabilities in the Preview form for Bits AI Dev Agent (for batched remediation) and the Preview form for malicious PR protection.

If you’re new to Datadog, sign up for a 14-day free trial to get started.