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
fix(scanner): reject URLs whose path repeats a path parameter
Servers that append a session id to the path on every redirect emit an
unbounded supply of URLs that dedup treats as distinct. Ingress now drops them
past url_max_path_param_repeats (default 10). Only ";key=value" path
parameters count; ordinary path segments do not, since a deep path that
repeats a directory name is finite and depth is bounded by web_spider_depth.
0 commit comments