You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symlinks can cause the glob mechanism to enter an infinite loop. One approach to limit this is to opt out from following links (as suggested in #62), and another one that can be useful to keep the normal behavior of following symlinks while protecting from buggy / malicious directory patterns would be to allow limiting the depth we glob into, which would be a useful feature in MatchOptions.
The text was updated successfully, but these errors were encountered:
Symlinks can cause the glob mechanism to enter an infinite loop. One approach to limit this is to opt out from following links (as suggested in #62), and another one that can be useful to keep the normal behavior of following symlinks while protecting from buggy / malicious directory patterns would be to allow limiting the depth we glob into, which would be a useful feature in
MatchOptions
.The text was updated successfully, but these errors were encountered: