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

推荐订阅源

L
LangChain Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
U
Unit 42
腾讯CDC
D
Docker
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
I
InfoQ
Jina AI
Jina AI
爱范儿
爱范儿
宝玉的分享
宝玉的分享
博客园 - Franky
G
Google Developers Blog
P
Proofpoint News Feed

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
Introducing WizOS: Securing Wiz from the ground up with h...
Daniel Velikanski · 2025-05-14 · via Wiz Blog | RSS feed

Wiz is trusted by teams to protect everything they build and run in the cloud. That trust starts with how we build our platform. To meet the same high bar we set for our customers, we enforce strict secure development standards, including a zero-critical CVE policy for all production code.

Without adoption of hardened container images, vulnerability scanners slow developers down whenever build pipelines break due to critical CVEs in base images. 

To solve this, Wiz development teams have now adopted WizOS: our own hardened, minimal, near-zero-CVE container base images built for secure software delivery.

WizOS isn’t just a security upgrade, it’s part of our broader mission to help teams start secure and stay secure, with security built into the software supply chain from the very first layer. And it is now available in private preview for Wiz customers. Please get in touch with your account team to learn more.


As we launch our own hardened, lightweight images, we want to recognize the trailblazers whose innovation shaped this field - Google’s Distroless initiativeRed Hat’s Universal Base ImagesChainguard’s Wolfi OSDocker’s minimal image efforts, and Alpine Linux’s secure, lightweight foundation. Your contributions laid the groundwork for a more secure and efficient container ecosystem.

The problem: vulnerabilities that developers didn’t cause

Every container image is scanned during the build stage. A single critical CVE in a shared base image could halt deployment across dozens of services. Developers find themselves pulled away from feature work to address vulnerabilities they didn’t cause and often don’t understand. The root of the problem isn’t their application logic, it is inherited risk from bloated base images.

From a security and compliance perspective, different teams use different distros (e.g., Ubuntu, Debian, and Alpine), which makes standardizing controls nearly impossible. And for regulated environments, FIPS-compliant foundations are needed that can pass audits without months of manual validation.

Why WizOS makes sense

WizOS is a hardened Linux distribution with its own build pipeline and security model compatible with Alpine but with stricter guardrails. We transitioned from Alpine’s musl to glibc to support a wider range of applications and dependencies, without sacrificing the minimal footprint expected here.

Building WizOS required bootstrapping an entirely new, reproducible build pipeline, with controlled environments and deterministic output. Every component in WizOS is built from source, with signing and provenance, so users can “trust, but verify” what’s running in their containers.

Wiz OS usage is detected in our environment and shows in the Wiz Technology Inventory.

Since many of our internal services are written in Go and already use Alpine-like images, WizOS was designed as a drop-in replacement. We didn’t just publish images; we also built the testing infrastructure to back them. New versions go through full functional validation and end-to-end testing before release, ensuring we upgrade intelligently rather than chasing “latest.” Our goal isn’t just zero CVEs, it’s a stable, secure delivery at scale.

Rolling out WizOS across development and security teams

For most teams, rolling out WizOS was straightforward. Services already based on Alpine needed only minor adjustments to base image references in Helm charts and Dockerfile. For those on Ubuntu or Debian, the migration required some deeper changes, from replacing package managers to refactoring build scripts. Fortunately, our Golang-heavy architecture and lightweight dependencies kept the process manageable.

The product security team ran reviews of the entire CI/CD chain. We validated the new image provenance, logging, and deployment workflows. After rollout, we confirmed that vulnerability detection, audit logging, and alerting all continued to function as expected.

Measurable impact across the stack

The impact was immediate.

Critical and high CVEs in base images dropped to near zero. Our vulnerability scanners became quieter, with fewer false positives and less noise.

Wiz OS offers a lighter-weight and hardened golang image as a replacement here

And for the issues that remained, developers could focus on actual application-level logic rather than inherited OS flaws.

From a developer perspective, the change meant fewer blocked builds, smaller image sizes, and faster deployments. CI pipelines moved faster, and network and storage usage dropped in our container image registries.

What's next

We’re continuing to expand WizOS to support a broader range of base images, and soon, common application-layer images as well. Inside Wiz, customers can already see which vulnerabilities are introduced through base layers and get recommendations for secure replacements, including WizOS. You can also track where WizOS is deployed across your environment and enforce policies to standardize its use.

WizOS is now available in private preview for Wiz customers. If you’re ready to secure your software at the foundation, contact your account team to get started!