Skip to content

SnapStart Bug Scanner 0.2.0

Latest
Compare
Choose a tag to compare
@mbfreder mbfreder released this 03 Mar 22:37
· 1 commit to main since this release
f471fad

Description of changes:

Added

  • Detection of pseudo random generators through Dependency Injection - See Issue #14

          We can now to detect pseudo generators on downstream dependencies are referenced via a Dependency Injection. 
    
  • Support for multi-level inheritance detection of pseudo random generators in lambda classes - See Issue #18

          We can now visit parents of Lambda classes to catch potential inherited random generators
    
  • Support for UUID.randomUUID().toString() detection

  • Support scanning of lambda handlers implementing the java.util.function.Function interface - See Issue #15

  • Support scanning Lambda Handler classes that do not implement an interface - See Issue #24