Fix typo in XXE lesson

This commit is contained in:
Pei Hsuan Hung 2019-09-25 00:37:36 +08:00
parent 686d8b0c85
commit 9b906a2a29

View File

@ -19,7 +19,7 @@ An entity must be created in the Document Type Definition (DTD), let's start wit
<author>&js;</author> <author>&js;</author>
---- ----
So everywhere you use the entity ``&js;` the parser will replace it with the value defined in the entity. So everywhere you use the entity `&js;` the parser will replace it with the value defined in the entity.
=== What is an XXE injection? === What is an XXE injection?