Skip to content

0.0.4

Compare
Choose a tag to compare
@mattyjones mattyjones released this 10 Aug 17:33

Changed

  • change internal name from gitrob to wraith
  • condense number of packages to remove cyclic dependencys. Better code organization is still needed.
  • rules are known as signatures
  • all signatures are in a single yaml file
  • how targets are calculated and their count is displayed and referenced

Added

  • rule metadata
  • a confidence level for each signature (match level)
  • a bit flip to enable/disable a given signature
  • ability for signatures to be versioned
  • ability to specify one or more signature files
  • ability to pull signatures from a default location automatically
  • enhanced filtering of match relative to a signature
  • additional performance and metrics to the summary output
  • additional metrics to the real-time output

Fixed

  • bug in scanLocalGitRepo configuration flags
  • gitlab and gihub scans were not working due to the wrong clone function being called.