Skip to content

Releases: N0MoreSecr3ts/wraith

0.0.9

08 Jul 21:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

05 Apr 05:13
Compare
Choose a tag to compare

Changed

  • Adjust flag descriptions
  • Enhanced debug output and header
  • Update sample.yaml and quickstart documentation
  • Condensed the increment stats to provide a more streamlined approach
  • Added the concept of persistent flags at the command root, to make sub-command flags more streamlined

Fixed

  • flag names were pointing to the wrong variables
  • change yml -> yaml in the documentation across the board
  • the web interface now has the correct stats, and the progress bar works again, threading is still an issue though

Added

  • flag to enable/disable the webserver, default is disable
  • add csv output format
  • add json output format
  • ability to update signatures to a given release
  • add consistent flags to streamline the adding of additional functionality

Removed

  • several dead functions

0.0.6

22 Jan 18:34
f590bea
Compare
Choose a tag to compare

Changed

  • rule -> signature throughout the code

Added

  • support for enterprise github with personal token using basic auth
  • ascii banner for the project

Removed

  • remove "los" throughout the code
  • remove signatures from wraith by default

Fixed

  • local path scans where not working due to bug in trying to get file changes
  • performance issues with scanning local git repos and github repos

0.0.5

24 Aug 12:01
Compare
Choose a tag to compare

Lots of bug fixes and a refactor of the matching process.

0.0.4

10 Aug 17:33
Compare
Choose a tag to compare

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.

v0.0.3

07 Aug 02:57
2df5683
Compare
Choose a tag to compare

This is a massive uplift combining the original project with code from both Salesforce and Gitlab. This is fairly stable but a user perspective but under the hood there are still major uplifts going on so expect big changes in the design of the codebase.

0.0.2

28 May 03:10
Compare
Choose a tag to compare

Fixed

  • fix issue where if a token was not found or invalid it would panic
  • fix issue where is a user or org was not found it would panic

0.0.1

21 May 15:21
Compare
Choose a tag to compare
hello world