Skip to content

Release v0.0.23

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 23:32
f511ee9

What's Changed 🚀

Introducing methods, alias and variety condition support (using expr-lang) in this release. From now on you could query the codebase, 🎉

FIND method_declaration AS md WHERE md.getName() == "main" && "@Override" in md.getAnnotation()
  • Pathfinder now uses ANTLR for verifying queries, expr-lang to support variety of operators for condition based filtering support.
  • Pathfinder now finds vulnerable configs in Android project codebase. Checkout pathfinder ruleset published in website
  • Pathfinder is now available in npm. You could download using npm i codepathfinder

Detailed changes

Full Changelog: v0.0.22...v0.0.23