Skip to content

Commit aa21e89

Browse files
committed
Bumping minor version to 1.0.16.5 which includes a bugfix
1 parent ec78fef commit aa21e89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gitxray/gitxray.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def gitxray_cli():
1919
███ ░███ ███ ░███
2020
░░██████ ░░██████
2121
░░░░░░ ░░░░░░
22-
gitxray: X-Ray and analyze Github Repositories and their Contributors. Trust no one!
23-
v1.0.16.4 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
22+
gitxray: X-Ray and analyze GitHub Repositories and their Contributors. Trust no one!
23+
v1.0.16.5 - 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.
@@ -32,7 +32,7 @@ def gitxray_cli():
3232
# Let's warn the user that unauth RateLimits are pretty low
3333
if not gx_context.usingToken():
3434
gx_output.warn(f"{gx_definitions.ENV_GITHUB_TOKEN} environment variable not set, using GitHub RateLimits unauthenticated.")
35-
gx_output.warn("Unauthenticated requests to the Github API will enforce a very low and strict RateLimit.")
35+
gx_output.warn("Unauthenticated requests to the GitHub API will enforce a very low and strict RateLimit.")
3636
gx_output.warn("Without setting a GitHub token you may only be able to scan small repositories uninterruptedly.")
3737
else:
3838
gx_output.notify(f"GitHub Token loaded from {gx_definitions.ENV_GITHUB_TOKEN} env variable.")

0 commit comments

Comments
 (0)