Open links in new tab
  1. GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of ...

    A tool for static analysis to look for bugs in Java code. steady ⚠️ — Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to …

  2. A static analyzer for Java, C, C++, and Objective-C - GitHub

    Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml.

  3. static-code-analysis · GitHub Topics · GitHub

    3 days ago · Static code analysis Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is …

  4. GitHub - d2s/awesome-static-analysis: A curated list of static analysis ...

    A curated list of static analysis (SAST) tools for all programming languages, config files, build tools, and more. - d2s/awesome-static-analysis

  5. mrforsyte/awesome-static-analysis - GitHub

    Static program analysis is the analysis of computer software that is performed without actually executing programs — Wikipedia This is a collection of static analysis tools and code quality checkers. Pull …

  6. Java static code analysis tools - GitHub

    Feb 23, 2025 · Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but …

  7. awesome-security/awesome-static-analysis - GitHub

    Awesome static analysis Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as …

  8. GitHub - insidersec/insider: Static Application Security Testing (SAST ...

    Static Application Security Testing (SAST) engine focused on covering the OWASP Top 10, to make source code analysis to find vulnerabilities right in the source code, focused on a agile and easy to …

  9. An extensible multilanguage static code analyzer. - GitHub

    PMD - source code analyzer PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so …

  10. GitHub - Tencent/CodeAnalysis: Static Code Analysis - 静态代码分析

    Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, …