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

Added throws type attribute and fixed != operator check #38

Closed shivasurya closed 1 month ago

shivasurya commented 1 month ago

Now that throwstype attr is added to method_declaration

this enables to query

FIND method_declaration WHERE throwstype = "IOException"

Additionally fixes != operator crash