Skip to content

Commit a8804e8

Browse files
committed
1 parent 2673f74 commit a8804e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/requests/redirection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
For more see the file 'readme/COPYING' for copying permission.
1414
"""
1515

16+
import re
1617
import sys
1718
import errno
1819
import base64

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def sys_argv_errors():
216216
DESCRIPTION = "The command injection exploiter"
217217
AUTHOR = "Anastasios Stasinopoulos"
218218
VERSION_NUM = "3.3"
219-
REVISION = "57"
219+
REVISION = "58"
220220
STABLE_RELEASE = False
221221
if STABLE_RELEASE:
222222
VERSION = "v" + VERSION_NUM + "-stable"

0 commit comments

Comments
 (0)