Releases: N0MoreSecr3ts/wraith
Releases · N0MoreSecr3ts/wraith
0.0.9
What's Changed
- Update sample configuration and documentation by @sgobotta in #91
- implement persistent flags by @mattyjones in #95
- V 0.7 bugfix by @funkwhatyouheard in #101
- Fix for the new GitHub token match by @Shashank-In in #104
- Reset page opt when It's being reused for looping user by @circleous in #107
- Expand GitHub orgs members by @circleous in #115
- Gate output when in json mode by @DocEmmetBrown in #119
- Fix/json output empty by @DocEmmetBrown in #120
- Fix/rename module by @DocEmmetBrown in #121
- Feature/Makefile help target by @shreyas-sriram in #125
- Fix/findings UI by @shreyas-sriram in #126
New Contributors
- @sgobotta made their first contribution in #91
- @Shashank-In made their first contribution in #104
- @circleous made their first contribution in #107
- @DocEmmetBrown made their first contribution in #119
- @shreyas-sriram made their first contribution in #125
Full Changelog: 0.0.8...0.0.9
0.0.8
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
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
Lots of bug fixes and a refactor of the matching process.
0.0.4
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
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
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
hello world