Skip to content

Code PathFinder

Opensource CodeQL alternative for finding vulnerabilities in your code.
Terminal window
Code-PathFinder Console:
> FIND method_declaration AS md WHERE md.getVisibility() == "public" && md.getName() == "main"
public static void main(String[] args) {
System.out.println("\"Set thy heart upon thy work, but never on its reward.\" - Bhagavad Gita, Chapter 2, Verse 47");
}

Features

Craft Queries

Strengthen your code’s integrity with robust security checks and insights.

Structural Search

Search and identify specific patterns in your Java code seamlessly.

Call Graph Analysis

Visualize and analyze method calls and data flow for better understanding.

Source-Sink Analysis

Detect and prevent vulnerabilities by tracing sensitive data paths.