mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 15:03:20 +00:00
Change the comment.
This commit is contained in:
parent
29d07d7748
commit
800acc5ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ function validate_utf8(s)
|
|||
end
|
||||
|
||||
function is_path_valid(resource)
|
||||
--now, remove the beginning slash
|
||||
--remove the beginning slash
|
||||
resource = string.sub(resource, 2, string.len(resource))
|
||||
|
||||
--if it starts with a dot or a slash or a backslash, forbid any acccess to it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue