Update ajax security cheat sheet link

As the cheat sheet series project has been moved to github.
This commit is contained in:
Stefano Degenkamp 2019-06-19 16:56:52 +02:00
parent 7a6ce5ff85
commit 32d02d6141
No known key found for this signature in database
GPG Key ID: E54F61634CBF72FC
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Symfony\Component\HttpFoundation;
* object. It is however recommended that you do return an object as it
* protects yourself against XSSI and JSON-JavaScript Hijacking.
*
* @see https://www.owasp.org/index.php/OWASP_AJAX_Security_Guidelines#Always_return_JSON_with_an_Object_on_the_outside
* @see https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/AJAX_Security_Cheat_Sheet.md#always-return-json-with-an-object-on-the-outside
*
* @author Igor Wiedler <igor@wiedler.ch>
*/