| Page 1 of 1 | [ 3 posts ] |
|
Hello,
I am totally new at YUI and javascript at all. But anyway I have to write a proof of concept to decide which library may be the best for my company. Refering to http://en.wikipedia.org/wiki/Comparison ... frameworks YUI is very interesting as it delivers a lot of functionality. But I still have a question concerning security: How can I be sure that none of the YUI functions from the lib sends data to YAHOO or somewhere else? I need some arguments for my boss. Best regards, Daniel - Sorry if the question is crap from a point of view of an experienced programmer. |
|
Inspect the source all you want, there's nothing in there to cause any harm or do any logging at all:
https://github.com/yui/yui3 |
|
Note that when you include any external code in any project, you're opening the door for malicious code to be executed. This applies to backend libraries as much as javascript.
As Dav said, you're welcome to peruse the source code whenever you feel like. You could also run the YUI3 unit tests (which cover a large portion of the YUI codebase) and watch the wire and watch for any unusual requests. |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group