mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #5885
This commit is contained in:
parent
04b293d44f
commit
bb725d222c
3 changed files with 10 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue