Releases: kulkansecurity/gitxray
Releases · kulkansecurity/gitxray
1.0.16.4
1.0.16.3
Release v1.0.16.3 (October 28th, 2024)
- Only showing "updated at" for comments if the created_at and updated_at field values differ. This helps place focus on updated comments which could potentially reveal a contributor trying to hide a past comment. GitHub is kind to show an Edit history for said comments as a menu option next to the comment itself.
1.0.16.2
Release v1.0.16.2 (October 25th, 2024)
- Added validation against Null values for fields "author" and "uploader" in Releases and Assets. Special thanks to fearcito for reporting the issue.
1.0.16.1
Release v1.0.16.1 (October 22nd, 2024)
- Fixed a typo in a call to r_log() which led to an uhandled exception when scanning repositories with self-hosted runners. Special thanks to farnaboldi for reporting the issue.
1.0.16
Release v1.0.16 (October 18th, 2024)
- Added a brand new HTML output format/report by default, making results a lot easier to navigate! Custom search bar instead of relying on DataTables which can be super slow for large HTML files. We're now also groupping results by Category across all contributors and highlighting results which contain a WARNING keyword.
- Added certain association results to Contributor results, not all to prevent extra noise.
- Added the ability to specify a directory for output instead of a file, gitxray creating the filename for you.
- Removed the concept of 'Verbose' results, merging them with the non-verbose categories.
- Removed the need for repositories and organizations to start with https://github.com (Thanks to mattaereal for pointing that out!)