mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 21:15:24 +00:00
Misc
This commit is contained in:
parent
2717a8b647
commit
a66253720a
@ -75,6 +75,9 @@ func (r *Request) findFileMatches(absPath string, processed map[string]struct{},
|
|||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
if _, ok := processed[absPath]; !ok {
|
if _, ok := processed[absPath]; !ok {
|
||||||
|
if !r.validatePath(absPath) {
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
processed[absPath] = struct{}{}
|
processed[absPath] = struct{}{}
|
||||||
callback(absPath)
|
callback(absPath)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user