Release v0.0.25 #115
Pinned
shivasurya
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code PathFinder 🥉 v0.0.25 (Quarter century 🏏 release)
This release has major improvements in cli capabilities, added extra core entities, able to execute queries as
.cql
fileIntroduced
BinaryExpr
as core entity. You could now search forAddExpr
,AndBitwiseExpr
,ComparisonExpr
,AndLogicalExpr
,DivExpr
,EqExpr
,NEExpr
,LeftShiftExpr
,MulExpr
,OrBitwiseExpr
,OrLogicalExpr
,RemExpr
,RightShiftExpr
,SubExpr
,UnsignedRightShiftExpr
,XorBitwiseExpr
expressions in codebase. It has bothLeftOperandString()
andRightOperandString()
as APIExample:
Code Pathfinder queries now can be stored as
.cql
file and execute withpathfinder
cli 💻$ pathfinder query --project ~/src/code-pathfinder/test-src/android --query-file ../pathfinder-rules/example.cql
Code Pathfinder command-line interface has been freshly revamped with
spf13/cobra
based library.Pathfinder queries (*.cql) will be available under
pathfinder-rules
directory in this repo.What's New?
CQL
file 🚀 by @shivasurya in feature(query): introduce to execute queries fromCQL
file 🚀 #102New Contributors
Full Changelog: v0.0.24...v0.0.25
This discussion was created from the release Release v0.0.25.
Beta Was this translation helpful? Give feedback.
All reactions