Avoiding XXE attacks #353
Unanswered
applyinnovations
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Is anyone able to answer this or make a recommendation? |
Beta Was this translation helpful? Give feedback.
2 replies
-
DOCTYPE entities are supported from v4 with a few limitations to avoid attacks. Please read Entities for more detail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
We are considering using fast-xml-parser to receive and parse xml in our production system. Does this library provide any ability to disable DOCTYPE definitions or external entities? We would like to secure our endpoint against XXE attacks in case one of our API keys was leaked.
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions