Skip to content

Commit

Permalink
Trivial update regarding PR: 163c8c7
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Feb 15, 2025
1 parent 163c8c7 commit 1ae15df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
* Thanks [pomil-1969](https://github.com/pomil-1969) for reporting a bug.
* Thanks [powercrypt](https://github.com/powercrypt) for reporting a few bugs.
* Thanks [prince74igor](https://github.com/prince74igor) for suggesting an enhancement.
* Thanks [raeph123](https://github.com/raeph123) for contributing code.
* Thanks [royharoush](https://github.com/royharoush) for suggesting an enhancement.
* Thanks [royshum93](https://github.com/royshum93) for reporting a bug.
* Thanks [SaifSalah](https://github.com/SaifSalah) for reporting a bug.
Expand Down
2 changes: 1 addition & 1 deletion src/core/injections/controller/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ def invalid_data(request):
sub_content = "POST data: " + menu.options.data
settings.print_data_to_stdout(settings.print_sub_content(sub_content))

# eof
# eof
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def sys_argv_errors():
DESCRIPTION = "The command injection exploiter"
AUTHOR = "Anastasios Stasinopoulos"
VERSION_NUM = "4.1"
REVISION = "9"
REVISION = "10"
STABLE_RELEASE = False
VERSION = "v"
if STABLE_RELEASE:
Expand Down

0 comments on commit 1ae15df

Please sign in to comment.