Closed TheTechromancer closed 1 year ago
When scanning pages like https://dsu.edu/academics/colleges/college-of-arts-and-sciences/index.html, relative links are produced such as https://dsu.edu/../../../programs/physics-minor.html. In most cases, these relative links end up being broken because they need to be resolved against the originating URL before being raised as new events by BBOT.
Fixed in https://github.com/blacklanternsecurity/bbot/pull/396
When scanning pages like https://dsu.edu/academics/colleges/college-of-arts-and-sciences/index.html, relative links are produced such as https://dsu.edu/../../../programs/physics-minor.html. In most cases, these relative links end up being broken because they need to be resolved against the originating URL before being raised as new events by BBOT.