Application Security

Explore how secure applications are built and deployed. These articles cover key concepts, common vulnerabilities, and the DevSecOps practices teams use to embed security throughout the SDLC.

Best code analysis tools in 2025

Equipe de especialistas do Wiz

This post will explore the top 10 code security platforms to see just how well they secure modern cloud-native applications.

What is arbitrary code execution? ACE attacks explained

Equipe de especialistas do Wiz

Arbitrary code execution is when an attacker tricks your system into running their malicious code without permission. Think of it like someone breaking into your house and using your computer to do whatever they want.

What is code auditing? A complete security guide

Equipe de especialistas do Wiz

Code auditing is the systematic examination of source code to identify security vulnerabilities, bugs, performance issues, and compliance violations.

CI/CD security tools

Equipe de especialistas do Wiz

CI/CD security tools automate security checks in development pipelines to identify vulnerabilities and misconfigurations during code changes, ensuring continuous security.

GitOps vs. DevOps: How GitOps Keeps You Aligned

While DevOps delineates collaboration and automation practices that emphasize infrastructure provisioning and continuous monitoring, GitOps extends its concepts by employing Git as the single source of truth for both application and infrastructure settings.

What is reachability analysis in cloud security?

Equipe de especialistas do Wiz

Reachability analysis determines which vulnerabilities in your cloud environment attackers can actually exploit by mapping attack paths from entry points to critical assets

Top OSS SCA Tools

Equipe de especialistas do Wiz

Open-source software (OSS) software composition analysis (SCA) tools are specialized solutions designed to analyze an application's open-source components and dependencies.

AWS DevSecOps explained: Security integration for cloud teams

Equipe de especialistas do Wiz

In this article, we’ll demystify AWS DevSecOps so that you can make the most of it. Read on to learn why it’s important to adopt; how AWS native services help DevSecOps thrive; and, most importantly, how to combine AWS with DevSecOps best practices for resilient, secure, and reliable infrastructure.

What is Secrets Management? Best Practices & Tools

Equipe de especialistas do Wiz

Secrets management is the practice of securely storing, controlling access to, and managing digital credentials like passwords, API keys, and certificates.

Top 9 Open-Source SAST Tools

Equipe de especialistas do Wiz

In this article, we’ll take a closer look at how you can leverage SAST for code security. We’ll also explore key features of open-source SAST tools, such as language support, integration capabilities, and reporting functionalities.

What is a memory leak? Detection and prevention guide

Equipe de especialistas do Wiz

A memory leak is when a program allocates memory but never releases it back to the system. This means your computer gradually runs out of available memory, like borrowing books from a library but never returning them.

Static Code Analysis

Static code analysis identifies security vulnerabilities and coding issues without executing the code, improving software quality and security.

What is Code-to-Cloud Security?

Equipe de especialistas do Wiz

Code-to-cloud security protects applications across the entire software development lifecycle (SDLC), from code all the way to runtime in the cloud.

What is a DevSecOps Pipeline?

Equipe de especialistas do Wiz

In this article, we’ll take a closer look at why DevSecOps is a necessity. Then we’ll cover each step of implementation, giving you a comprehensive list of DevSecOps pipeline best practices in 2025.

11 DevSecOps Tools and The Top Use Cases in 2025

Equipe de especialistas do Wiz

Learn how DevSecOps integrates security into development, enhances collaboration, and ensures secure software delivery without slowing down workflows.

MIT Licenses Explained

Equipe de especialistas do Wiz

The MIT License is widely adopted because it provides a straightforward framework with minimal restrictions, allowing free use, modification, and distribution.

The Impact of AI in Software Development

Equipe de especialistas do Wiz

AI-assisted software development integrates machine learning and AI-powered tools into your coding workflow to help you build, test, and deploy software without wasting resources.

What is Application Security testing?

Application security testing (AST) is a set of processes designed to detect and address security gaps during the early phases of the software development lifecycle (SDLC). In other words, teams take steps in pre-production to identify and mitigate risks before applications are released into operational environments.

What are Application Security Frameworks?

Equipe de especialistas do Wiz

Application security frameworks are essential guidelines, best practices, and tools designed to help organizations stay consistent in their security practices, meet compliance requirements, and effectively manage risks associated with application security.

What is the SLSA Framework?

Equipe de especialistas do Wiz

In this article, we’ll discuss how DevOps teams can take advantage of this framework to create reliable build pipelines and, more generally, secure the entire software development lifecycle.

What is Application Security (AppSec)?

Application security refers to the practice of identifying, mitigating, and protecting applications from vulnerabilities and threats throughout their lifecycle, including design, development, deployment, and maintenance.

Securing Cloud IDEs

Cloud IDEs allow developers to work within a web browser, giving them access to real-time collaboration, seamless version control, and tight integration with other cloud-based apps such as code security or AI code generation assistants.

Secure SDLC

Secure SDLC (SSDLC) is a framework for enhancing software security by integrating security designs, tools, and processes across the entire development lifecycle.

What is interactive application security testing (IAST)?

Equipe de especialistas do Wiz

IAST (Interactive Application Security Testing) is a security testing method that monitors applications in real-time during runtime to detect vulnerabilities by analyzing code behavior and data flow in live environments.

Source Code Leaks: Risks, Examples, and Prevention

Equipe de especialistas do Wiz

In this blog post, we’ll explore security measures and continuous monitoring strategies to prevent these leaks, mitigating the risks posed by security vulnerabilities, human error, and attacks.

Secrets Detection: A Fast-Track Guide

Secrets detection is the process of identifying and managing sensitive information like API keys, passwords, and tokens within codebases to prevent unauthorized access and data breaches.

14 OSS Application Security Tools by Use Case

The top 14 open-source application security tools—including SCA, secrets scanning, and application security testing tools—to help you streamline the critical process of securing your apps from threats and vulnerabilities.

SAST vs. SCA: What's the Difference?

SAST (Static Application Security Testing) analyzes custom source code to identify potential security vulnerabilities, while SCA (Software Composition Analysis) focuses on assessing third-party and open source components for known vulnerabilities and license compliance.

What is Security as Code (SaC)?

Security as Code (SaC) is a methodology that integrates security measures directly into the software development process. It involves codifying security policies and decisions, and automating security checks, tests, and gates within the DevOps pipeline.

What is Policy as Code? 

Policy as code (PaC) is the use of code to define, automate, enforce, and manage the policies that govern the operation of cloud-native environments and their resources.

What is Security by Design?

Equipe de especialistas do Wiz

Security by design is a software development approach that aims to establish security as a pillar, not an afterthought, i.e., integrating security controls into software products right from the design phase.

Guide to Standard SBOM Formats

Equipe de especialistas do Wiz

Two major formats dominate the SBOM ecosystem: Software Package Data Exchange (SPDX) and CycloneDX (CDX). Let’s review!

Cross-site scripting

Equipe de especialistas do Wiz

Cross-site scripting (XSS) is a vulnerability where hackers insert malicious scripts inside web applications with the aim of executing them in a user’s browser.

DevSecOps in Practice: Top Challenges and Techniques

DevSecOps, which stands for Development, Security, and Operations, is a software development practice that emphasizes integrating security considerations throughout the entire development lifecycle, from initial design to deployment and ongoing maintenance.

Microservices Security Best Practices

Microservices security is the practice of protecting individual microservices and their communication channels from unauthorized access, data breaches, and other threats, ensuring a secure overall architecture despite its distributed nature.

DevSecOps Best Practices Checklist

Equipe de especialistas do Wiz

In this article, we’ll look at the emergence of DevSecOps and then discuss actionable best practices for integrating DevSecOps into your workflows.