Skip to content

Releases: kulkansecurity/gitxray

1.0.17.3

03 Mar 01:56
9a96a38
Compare
Choose a tag to compare

Release v1.0.17.3 (March 2nd, 2025)

  • Added handling of Blocked repositories. The GitHub API presents a different error than for not-found repos, and includes a reason; which we now include in our reports. Thanks to satoridev01 for reporting the behavior.

1.0.17.2

17 Feb 01:53
7dd8446
Compare
Choose a tag to compare

Release v1.0.17.2 (February 16th, 2025)

  • Added a Highlighted findings section to the HTML report. Special thanks to Viktor and Darin from DevOps Paradox for their feedback.
  • Added to every table in the HTML report the ability to collapse and expand.
  • Merged the finding on similar repository names with the finding on the repository being the most starred.
  • Improved the introduction section of the HTML report to guide users with sample use-cases for Gitxray.

1.0.17.1

31 Jan 02:35
ff4d407
Compare
Choose a tag to compare

Release v1.0.17.1 (January 30th, 2025)

  • Fixed parsing of legacy workflows which include an empty path attribute.
  • Fixed parsing of broken armored PGP keys which appear to be accepted by GitHub when being added to a user's profile.

1.0.17

26 Jan 23:03
c7412b7
Compare
Choose a tag to compare

Release v1.0.17 (January 26th, 2025)

1.0.16.5

18 Jan 22:49
f00026e
Compare
Choose a tag to compare

Release v1.0.16.5 (January 18th, 2025)

  • Fixed an error case (an unhandled exception) that showed up when scanning repositories with a very large list of contributors (e.g. torvalds/linux, or MicrosoftDocs/azure-docs), which leads to GitHub REST APIs responding in an undocumented manner, stating that: "The history or contributor list is too large to list contributors for this repository via the API".

1.0.16.4

30 Oct 19:05
b5b63a5
Compare
Choose a tag to compare

Release v1.0.16.4 (October 30th, 2024)

  • Fixed an error case that should be fixed in gh_api.py eventually: GitHub returning unexpected error responses when querying for certain releases while being unauthenticated. Thank you once again fearcito for your input and testing.

1.0.16.3

28 Oct 13:24
56e918b
Compare
Choose a tag to compare

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

25 Oct 16:37
82e2603
Compare
Choose a tag to compare

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

22 Oct 15:21
c541d2e
Compare
Choose a tag to compare

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

18 Oct 22:20
fa9bcb5
Compare
Choose a tag to compare

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!)