What's new?
This release has query support for BreakStmt
, ContinueStmt
, YieldStmt
, IfStmt
, DoStmt
, WhileStmt
, ForStmt
statements in source code (java) ☕ 🎉
Read latest blog post about detecting Webview vulnerabilities using Code-Pathfinder
- feature:
IfStmt, DoStmt, WhileStmt, ForStmt
and Generic Statement support by @shivasurya in #173 - feature: 🍺 Support for
BreakStmt
by @shivasurya in #174 - feature: 🍺 Support for
Continue
statement by @shivasurya in #175 - feature: 🍺 Support for
YieldStmt
statement by @shivasurya in #176
What's Changed
- doc: added ci/cd integ pages and docker updates by @shivasurya in #167
- added blog post for targeting android framework by @shivasurya in #169
- fix query name issue in blog post 🐛 by @shivasurya in #170
- chore: improve doc site by @shivasurya in #171
- chore: added pr template by @shivasurya in #172
- release: bump version to v0.0.31 by @shivasurya in #177
Full Changelog: v0.0.30...v0.0.31