mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixes #5885
This commit is contained in:
@@ -835,6 +835,9 @@ INVALID_UNICODE_PRIVATE_AREA = False
|
||||
# Format used for representing invalid unicode characters
|
||||
INVALID_UNICODE_CHAR_FORMAT = r"\x%02x"
|
||||
|
||||
# Minimum supported version of httpx library (for --http2)
|
||||
MIN_HTTPX_VERSION = "0.28"
|
||||
|
||||
# Regular expression for XML POST data
|
||||
XML_RECOGNITION_REGEX = r"(?s)\A\s*<[^>]+>(.+>)?\s*\Z"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user