Skip to content

Commit c541d2e

Browse files
committed
Preparing for v1.0.16.1 which includes a hotfix for scanning repositories with self hosted runners.
1 parent f069120 commit c541d2e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Release v1.0.16.1 (October 22nd, 2024)
4+
* 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.
5+
36
## Release v1.0.16 (October 18th, 2024)
47
* 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.
58
* Added certain association results to Contributor results, not all to prevent extra noise.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitxray"
7-
version = "1.0.16"
7+
version = "1.0.16.1"
88
authors = [
99
{ name="Lucas Lavarello", email="llavarello@kulkan.com" },
1010
]

src/gitxray/gitxray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def gitxray_cli():
2020
░░██████ ░░██████
2121
░░░░░░ ░░░░░░
2222
gitxray: X-Ray and analyze Github Repositories and their Contributors. Trust no one!
23-
v1.0.16 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
23+
v1.0.16.1 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
2424
"""+"#"*gx_definitions.SCREEN_SEPARATOR_LENGTH)
2525

2626
# Let's initialize a Gitxray context, which parses arguments and more.

0 commit comments

Comments
 (0)