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

Bump version to v0.0.23 #86

Closed shivasurya closed 1 month ago

shivasurya commented 1 month ago

What's New?

  1. Added support for variety of operators in check conditions. (such as !=, ==, >, <, in, like)
  2. Added support for && and || operators in check conditions.
  3. Migrated all entity types to methods. (such as getVisibility())
  4. Introduced Alias for entity types. (such as method_declaration AS md WHERE md.get_visibility())