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

feat: Added method arguments type and argument value #8

Closed shivasurya closed 4 months ago

shivasurya commented 4 months ago
> FIND method_declaration WHERE name = 'onClick' AND argumentype = 'View'

> FIND method_declaration WHERE name = 'onClick' AND argumentname = 'v'