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

推荐订阅源

人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
Vercel News
Vercel News
D
Docker
博客园 - 聂微东
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
N
Netflix TechBlog - Medium
G
Google Developers Blog
腾讯CDC

Wiz Blog | RSS feed

Meet Wiz for M365: Bringing SaaS into the Security Graph Bringing Security Visibility to Vercel with Wiz Axios NPM Distribution Compromised in Supply Chain Attack Tracking TeamPCP: Investigating Post-Compromise Attacks Seen in the Wild The Wiz Blue Agent, now Generally Available Beyond the Badge: What Achieving Microsoft’s Certified Software Designation Means for Your Cloud Security Introducing the Green Agent: AI-Powered Remediation for the Cloud Three’s a Crowd: TeamPCP trojanizes LiteLLM in Continuation of Campaign KICS GitHub Action Compromised: TeamPCP Strikes Again in Supply Chain Attack Introducing the Wiz Red Agent- AI-Powered Attacker Introducing Wiz AI Application Protection Platform (AI-APP) Introducing Wiz Agents & Workflows: Security at the Speed of AI AI Runtime Threat Detection: From Input to Real-World Impact Trivy Compromised: Everything You Need to Know about the Latest Supply Chain Attack It’s Official: Wiz Joins Google Understanding and Reducing AI Risk in Modern Applications Introducing Wiz Tenant Manager: Multi-Tenant Management for Federated Organizations The Agile FedRAMP Playbook, Part 4: Reactive Risk Management through Enriched Incident Response Wiz Achieves CPSTIC Certification in Spain Seeing AI Clearly: Building Visibility Across Modern AI Applications The Agile FedRAMP Playbook, Part 3: Preventative Risk Management by building Secure by Design Wiz Leads the 2026 Latio Application Security Report with awards in 4 categories Building an Agentic Cloud Security Ecosystem: A Reference Architecture with Wiz MCP and Infosys Cyber Next The Agile FedRAMP Playbook, Part 2: Proactive Risk Management with Continuous Monitoring Cloud-native Security for your Windows environment: Announcing the Wiz Runtime Sensor for Windows Would You Click ‘Accept’? Automatically detecting malicious Azure OAuth applications using LLMs Wiz Named a Leader in The Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 From Detection to Remediation: It’s Time to Rethink AppSec Around Exploitability and Root Cause Fixes The Agile FedRAMP Playbook, Part 1: Why Risk is Your Best Starting Point Introducing AI Cyber Model Arena: A Real-World Benchmark for AI Agents in Cybersecurity
The Overlooked Attack Surface: Securing Code Repositories...
Karin Magriso, Ziad Ghalleb · 2025-02-14 · via Wiz Blog | RSS feed

The Blind Spot in Application Security

Code scanning, dependency analysis, and runtime application protection have long dominated the AppSec conversation. But in the last few years, attackers have exposed a deeper weakness—the tools and processes that build and deliver software itself. So much so that Forrester’s 2024 State of Application Security Report ranks software supply chain breaches as the #1 external attack vector—surpassing traditional software vulnerability exploits.

Compromised repositories, build pipelines, and malicious dependencies are now standard tactics in the attacker playbook. Each incident reinforces the same lesson: if attackers can poison the pipeline, they don’t need to wait for a zero-day vulnerability in the operating system or application layers.

This post explores why securing developer infrastructure is a core pillar of modern Application Security Posture Management (ASPM). Instead of merely shifting security left, Wiz Code integrates security posture management, threat detection, and risk prioritization across the entire software supply chain.

Securing Developer Infrastructure One Component at a Time

Organizations have spent years improving the security posture of their cloud environments—monitoring workloads, storage, and networking for misconfigurations. But developer environments—version control systems, CI/CD pipelines, and artifact registries—are now either cloud-hosted or deeply cloud-connected, continuously delivering software and artifacts to this environment. These systems demand the same level of security oversight to prevent misconfigurations, supply chain risks, and unauthorized access.

Wiz Code expands the scope of ASPM beyond orchestrating code scanners and correlating or prioritizing their findings. It integrates core Cloud Security Posture Management (CSPM) and Cloud Detection and Response (CDR) principles into developer environments. By continuously assessing repository configurations, branch protections, pipeline security settings, and registries, Wiz delivers a unified approach to manage risk across the entire software factory proactively.

Identities: The First (and Weakest) Link

Developer accounts hold the keys to the kingdom—access to source code, pipelines, registries, and sometimes even production systems. Yet, organizations often struggle to track who has access to what.

Wiz Code continuously maps developer identities across version control systems, identity providers, and cloud accounts, ensuring security teams know who has access, where they have it, and whether they should.

Reviewing developer accounts in the identities inventory

The Wiz Security Graph consolidates this identity data into a single, queryable model, making it easy to spot risky access patterns such as:

  • External collaborators with write access to private repositories.

  • Inactive users still retaining admin privileges in a codebase.

  • Non-member users with privileged repository access despite not belonging to any VCS organization.

Beyond human identities, Wiz also detects overprivileged service accounts—especially those provisioned by third-party GitHub Apps (e.g., CI/CD extensions, security scanners, and automation tools).

Detecting inactive GitHub Apps and their permissions

This ensures security teams understand every entity—human or machine—that can modify their codebase.

Version Control and CI/CD Systems: Where Code Becomes Software

Version control systems and CI/CD pipelines are the beating heart of the software factory. They don’t just store code—they define how it moves through development, how changes are tested, and how they reach production.

Attackers know this, so they increasingly exploit weak repository configurations and insecure CI/CD workflows to manipulate source code, exfiltrate secrets, or introduce malicious dependencies. One example is the Ultralytics PyPI attack (2024), where attackers compromised a maintainer’s repository and injected a backdoored package update into a widely used open-source library. The malware silently executed on end-user machines, stealing credentials and accessing cloud services before detection. 

By ingesting repository metadata and settings, Wiz Code continuously applies prebuilt security rules to enforce access controls and prevent untrusted code from entering the pipeline. For example, this includes:

  • Requiring peer reviews before merging into protected branches to prevent unauthorized code changes.

  • Blocking force pushes to default branches to prevent the rewriting of commit history.

  • Requiring repositories to stay updated to reduce stale or outdated projects that could be hijacked.

  • Restricting self-hosted GitHub Actions and GitLab Runners to authorized repositories only.

  • Preventing workflows from auto-approving pull requests.

A repository where the default branch doesn't require checks to pass before merging

In addition, Wiz Code’s controls are mapped to a built-in framework for Code & Supply Chain Security, in addition to industry-standards, including CIS Benchmarks, OWASP TOP10 CI/CD Security Risks, and OpenSSF Source Code Management Best Practices.

Assessing compliance against OWASP's TOP10 CI/CD Risks framework

Compliance reports can be generated on demand, allowing security teams to assess policy adherence for specific product teams, business units, or development environments, ensuring audit readiness at all times.

Beyond Misconfigurations–Detecting & Responding to Active Threats

Security posture management is critical, but misconfigurations alone don’t tell the full story. Organizations need to move beyond static posture checks and actively detect threats unfolding across their software supply chain—from compromised developer accounts to malicious code injections and rogue pipeline executions.

Wiz correlates security signals across all layers, combining source code management (SCM) audit logs, CI/CD activity, and runtime events to surface risks that traditional scanning tools miss.

Detecting malicious cryptomining activity on a self-hosted CI runner

For self-hosted VCS instances or workloads running CI runners, the Wiz Sensor can be deployed to detect suspicious activity. For instance, it can flag a CI runner making outbound requests to a known crypto-mining domain, an early indicator of compromise or unauthorized access. Wiz then ties this activity back to the originating VM and the associated GitHub repository—mapping the full attack path.

At the same time, Wiz continuously ingests and analyzes audit logs from version control systems and CI/CD platforms, surfacing real-time threats such as:

  • Unauthorized repository access, like a cloning operation from a suspicious IP.

  • Security control modifications, such as deleting a repository’s branch protection ruleset.

  • Privilege escalations, like the sudden provisioning of a personal access token (PAT) with admin permissions.

Leveraging GitHub audit logs to detect suspicious activity

Misconfigurations, identity risks, and active threats don’t exist in isolation. Without a unified security model, organizations are forced to manually correlate fragmented findings across control and data planes.

The Wiz platform bridges the gap between static security posture and active threat detection by normalizing security signals across developer infrastructure, cloud environments, and runtime activity—all within the Wiz Security and Investigation Graphs. This enables real-time risk assessment, allowing security teams to focus on prioritizing and responding to threats–without needing to manually stream, store, or correlate signals across various systems and planes.

Artifact Registries: The Final Stop Before Deployment

By the time software is pulled from a container registry or package repository, it’s often assumed to be safe. However, history has shown that trusted artifacts can still be tampered with.

In December 2024, attackers compromised Kong’s DockerHub registry account and published a malicious Docker image containing a cryptominer—affecting version 3.4.0 of the Kong Ingress Controller. This incident underscores the reality that supply chain security doesn’t stop at CI/CD—organizations must also protect their artifact registries.

Wiz helps harden registries and their artifacts by detecting:

  • Repositories storing container images that contain plaintext credentials or cleartext SAS tokens–leading to lateral movement.

  • Container repositories that allow unrestricted overwrites, enabling any user to replace or modify images used to build containers with high privileges.

Additionally, Wiz integrates directly into the software delivery pipeline by enabling container image signing during the build process (via the WizCLI) and verifying signatures before deployment using the Wiz Admission Controller. This ensures that only trusted, verified container images can be deployed into Kubernetes clusters.

Get Started with Wiz Code And Secure Your Software Delivery Pipeline from the Inside Out

Instead of relying on one-off manual reviews, security teams can now leverage Wiz Code to ensure the security of and around their organization’s software delivery pipeline. By connecting repositories, CI/CD pipelines, and registries to Wiz, teams gain continuous enforcement of security best practices and real-time detection of risks across developer environments—without disrupting engineering workflows.

To learn more, explore the latest Wiz Code documentation and release notes (requires login) or request a live demo.