0.5.0
What's Changed
- Create java parser and example rule with test by @ericwb in #414
- Add more tests for java weak cipher rule by @ericwb in #415
- Add rule for weak hashes in java.security by @ericwb in #416
- Small refactor to parsers by @ericwb in #417
- Make Call class more generic for all supported languages by @ericwb in #418
- Add new Java rule to check for a weak key by @ericwb in #419
- Fix collison in rule wildcards by @ericwb in #420
- Create sub-symbol tables on class and method declaration by @ericwb in #421
- Add more symbol tables for other declarations by @ericwb in #422
- Go and Java docs should have similar headers as Python by @ericwb in #423
- Add rule for detection of weak random algorithm in SecureRandom by @ericwb in #424
- Don't break code with suggested fix by @ericwb in #425
- Weak hash and weak random Java rules need to guard from none by @ericwb in #426
- Handle method calls with field access by @ericwb in #427
Full Changelog: 0.4.6...0.5.0