Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

No Cross Site Scripting #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mschultheiss
Copy link

If you add a entry like
[field] = "[[script]]alert('XSS Attack');[[/script]]" to a document, the Javascript is executed. This change should fix the issue.
Edit: Replace [[ and ]] with angle brackets, Github removed them from the description.

If you add a entry like 
[field] = "<script>alert('XSS Attack');</script>" to a document, the Javascript is executed. This change should fix the issue.
changed description
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant