mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 21:45:27 +00:00
typo
This commit is contained in:
parent
36edde2241
commit
bb6486910f
@ -72,7 +72,7 @@ func (r *requestGenerator) Make(baseURL string, dynamicValues map[string]interfa
|
|||||||
isRawRequest := len(r.request.Raw) > 0
|
isRawRequest := len(r.request.Raw) > 0
|
||||||
|
|
||||||
// If the request is not a raw request, and the URL input path is suffixed with
|
// If the request is not a raw request, and the URL input path is suffixed with
|
||||||
// a trailing slash, and out Input URL is also suffixed with a trailing slash,
|
// a trailing slash, and our Input URL is also suffixed with a trailing slash,
|
||||||
// mark trailingSlash bool as true which will be later used during variable generation
|
// mark trailingSlash bool as true which will be later used during variable generation
|
||||||
// to generate correct path removed slash which would otherwise generate // invalid sequence.
|
// to generate correct path removed slash which would otherwise generate // invalid sequence.
|
||||||
trailingSlash := false
|
trailingSlash := false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user