shivasurya / code-pathfinder

Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.
https://codepathfinder.dev/
GNU Affero General Public License v3.0
32 stars 6 forks source link

Feature: Support isJavaSource #30

Closed shivasurya closed 3 months ago

shivasurya commented 3 months ago

is_java_source attribute helps to filter java source code.

Query

FIND variable_declaration WHERE is_java_source = 'true'

Closes #31