1Name: d3 2Short Name: d3 3URL: https://github.com/mbostock/d3 4Version: 3.4.4 5Date: Mon Mar 24 20:45:44 2014 -0700 6Revision: fa55eead411a3c1b01703cb1ddfd59ccc0b23124 7License: BSD 3-Clause 8License File: src/LICENSE 9Security Critical: No 10License Android Compatible: Yes 11 12Description: 13A JavaScript library for manipulating documents based on data. 14 15Subject to the security patch(es) described below, you MAY include d3 in web-facing content, such 16as in pages generated by bots or tools. 17 18 19Local Modifications: 201. Deleted everything except for: 21* d3.js the standalone non-minified library 22* LICENSE the BSD-style 3-Clause license 23* README.md the readme file from github, for basic information 24 252. Applied the following patches at the request of security: 26patches/001_no_html.patch Disables the html() convenience functions, which could be used to 27 inject arbitrary content into the page. Instead of using html(), 28 programmatically create the individual nodes and/or text that you 29 require. 30 The html() methods have been modified to throw exceptions that 31 make it obvious that this feature is disabled for security. 32