Release v0.0.28
This release adds exciting new features such as support for querying ClassInstanceExpr
where you could search for objects created with class. We have featured new blog post about codepathfinder. I have published various code pathfinder rules targeting generic java application
Code-Pathfinder Rules
- Usage of RC2/RC4 cipher
- Usage of deprecated DefaultHTTPClient
- Usage of SHA1 hash functions
- Usage of insecure Random functions for cryptographic purposes
- Usage of Blowfish crypt methods
- <More to come in next releases covering OWASP Top 10>
What's New?
- feature: Support for
ClassInstanceExpr
by @shivasurya in #142 - pathfinder rules: added unencrypted socket connection detection rule by @shivasurya in #143
- Blog #1 by @shivasurya in #144
- fixed unique id issue for generating unique id by @shivasurya in #146
- More pathfinder rules 🎸 by @shivasurya in #145
Chore
- Bump rollup from 4.21.3 to 4.22.4 in /docs in the npm_and_yarn group across 1 directory by @dependabot in #140
- Improve blog post by @shivasurya in #147
- chore: improved blog post and seo by @shivasurya in #148
- chore: added blog listing by @shivasurya in #149
- release: Bump version to 0.0.28 by @shivasurya in #150
Full Changelog: v0.0.27...v0.0.28