Ticket #16482: 16545-grammar-fix-revision.diff
File 16545-grammar-fix-revision.diff, 818 bytes (added by , 13 years ago) |
---|
-
docs/topics/security.txt
15 15 XSS attacks allow a user to inject client side scripts into the browsers of 16 16 other users. This is usually achieved by storing the malicious scripts in the 17 17 database where it will be retrieved and displayed to other users, or by getting 18 users to click a link which will cause the attacker's javascript to be execut red18 users to click a link which will cause the attacker's javascript to be executed 19 19 by the user's browser. However, XSS attacks can originate from any untrusted 20 20 source of data, such as cookies or web services, whenever the data is not 21 21 sufficiently sanitized before including in a page.