mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04: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
|
||||
}
|
||||
if _, ok := processed[absPath]; !ok {
|
||||
if !r.validatePath(absPath) {
|
||||
return false, nil
|
||||
}
|
||||
processed[absPath] = struct{}{}
|
||||
callback(absPath)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user