aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAbhishek Jain <jainabhishek1610@gmail.com>2016-02-09 04:16:28 +0530
committerAbhishek Jain <jainabhishek1610@gmail.com>2016-02-09 04:16:28 +0530
commitc2b9a5dbef76ae3f8363964d1c90e3da6d292b1d (patch)
tree7a16ac922d9258ac98b1dbef7cd707020d0cc04d /guides
parent6c785f0df7fd2964c04e04eb1e0948277d994e4b (diff)
downloadrails-c2b9a5dbef76ae3f8363964d1c90e3da6d292b1d.tar.gz
rails-c2b9a5dbef76ae3f8363964d1c90e3da6d292b1d.tar.bz2
rails-c2b9a5dbef76ae3f8363964d1c90e3da6d292b1d.zip
[ci skip] Fix grammar
Diffstat (limited to 'guides')
-rw-r--r--guides/source/security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/security.md b/guides/source/security.md
index 96b9f4bcce..b30bed3767 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -787,7 +787,7 @@ The following is an excerpt from the [Js.Yamanner@m](http://www.symantec.com/sec
var IDList = ''; var CRumb = ''; function makeRequest(url, Func, Method,Param) { ...
```
-The worms exploits a hole in Yahoo's HTML/JavaScript filter, which usually filters all target and onload attributes from tags (because there can be JavaScript). The filter is applied only once, however, so the onload attribute with the worm code stays in place. This is a good example why blacklist filters are never complete and why it is hard to allow HTML/JavaScript in a web application.
+The worms exploit a hole in Yahoo's HTML/JavaScript filter, which usually filters all targets and onload attributes from tags (because there can be JavaScript). The filter is applied only once, however, so the onload attribute with the worm code stays in place. This is a good example why blacklist filters are never complete and why it is hard to allow HTML/JavaScript in a web application.
Another proof-of-concept webmail worm is Nduja, a cross-domain worm for four Italian webmail services. Find more details on [Rosario Valotta's paper](http://www.xssed.com/news/37/Nduja_Connection_A_cross_webmail_worm_XWW/). Both webmail worms have the goal to harvest email addresses, something a criminal hacker could make money with.