XXE_changing_content_type.adoc: Typo fixes

This commit is contained in:
Elie De Brauwer 2020-05-23 17:41:24 +02:00 committed by Nanne Baars
parent f326755190
commit 671691a5ed

View File

@ -1,6 +1,6 @@
== Modern REST framework == Modern REST framework
In modern REST frameworks the server might be able to accepts data formats that you as a developer did not think about. So this might result in JSON endpoints being vulnerable to XXE attacks. In modern REST frameworks the server might be able to accept data formats that you as a developer did not think about. So this might result in JSON endpoints being vulnerable to XXE attacks.
Again same exercise but try to perform the same XML injection as we did in first assignment. Again same exercise but try to perform the same XML injection as we did in the first assignment.