About 2,170,000 results
Open links in new tab
  1. Static Code Analysis - OWASP Foundation

    Static Code Analysis commonly refers to the running of Static Code Analysis tools that attempt to highlight possible vulnerabilities within ‘static’ (non-running) source code by using techniques such …

  2. Static program analysis - Wikipedia

    In computer science, static program analysis (also known as static analysis or static simulation) is the analysis of computer programs performed without executing them, in contrast with dynamic program …

  3. What is Static Analysis (Static Code Analysis)? - TechTarget

    Jul 31, 2020 · Static analysis, also called static code analysis, is a method of computer program debugging that is done by examining the code without executing the program. The process provides …

  4. Static Code Analysis: Everything You Need to Know - Codacy

    Mar 14, 2025 · We explain static code analysis covering static analysis basics, tools, why it's key for testing and important for modern code review.

  5. Static Code Analysis - what is it?

    May 13, 2025 · Static code analysis is the process of examining source code without executing it. The goal is to identify potential issues, vulnerabilities, and quality problems quickly.

  6. What Is Static Analysis | Perforce

    Jun 7, 2023 · Static analysis, or static code analysis, is best described as a method of debugging that is done by automatically examining the source code without having to execute the program.

  7. Static Code Analysis: The Complete Guide to Getting Started ... - Splunk

    Oct 14, 2025 · Static code analysis (SCA) is the process of examining code without running it. You look at the source code, bytecode, or binary to find issues early, before the app is ever executed.

  8. What is Static Code Analysis? | Sonar - SonarSource

    Static code analysis is a powerful tool that helps developers identify and address potential issues in their code early in the development process. It can catch bugs, security vulnerabilities, and code-style …

  9. Open Source Static Code Analysis Tools - Snyk

    What is static code analysis? Static code analysis, also known as source code analysis or static code review, is the process of detecting bad coding style, potential vulnerabilities, and security flaws in a …

  10. 8.26 - Static Analysis - SW Engineering Handbook Ver D - Global Site

    Static code analysis, also known as static analysis, is a software testing method that examines source code to find issues without running the program. It can help identify problems with security, …