Cross site scripting via Markdown #21
Answered
by
markseuffert
Busata
asked this question in
Report a bug
-
It's possible to add arbitrary javascript to the contents of the files. Not sure how to prevent it with PHP, could refer to http://blog.astrumfutura.com/2013/04/20-point-list-for-preventing-cross-site-scripting-in-php/. You should look how to sanitize/escape your data with PHP |
Beta Was this translation helpful? Give feedback.
Answered by
markseuffert
Aug 29, 2014
Replies: 1 comment 1 reply
-
Security should be a first class citizen, that's why we added a safe mode. Thanks again @Busata for reporting the bug, let me know if it comes back. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
annaesvensson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Security should be a first class citizen, that's why we added a safe mode.
Thanks again @Busata for reporting the bug, let me know if it comes back.