OWASP / wstg

The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
https://owasp.org/www-project-web-security-testing-guide/
Creative Commons Attribution Share Alike 4.0 International
7.19k stars 1.32k forks source link

Juice Shop - Error Handling link not found #1135

Closed NathanDotTo closed 6 months ago

NathanDotTo commented 6 months ago

What and where? At:

https://github.com/OWASP/wstg/blob/master/document/4-Web_Application_Security_Testing/08-Testing_for_Error_Handling/01-Testing_For_Improper_Error_Handling.md

Under:

Playgrounds

Juice Shop - Error Handling

This link is not found:

https://pwning.owasp-juice.shop/part2/security-misconfiguration.html#provoke-an-error-that-is-neither-very-gracefully-nor-consistently-handled

Would you like to be assigned to this issue? Check the box if you will submit a PR to fix this issue. Please read CONTRIBUTING.md.

NathanDotTo commented 6 months ago

The Juice Shop is here: https://owasp.org/www-project-juice-shop/

And we have:

https://pwning.owasp-juice.shop/companion-guide/latest/part2/security-misconfiguration.html

It looks the link that is broken is missing "latest" in the path. It seems that there must be either "latest" or "snapshot".

Does anyone know when the site for the Juice Shop changed?