|
12 | 12 |
|
13 | 13 | * Modelling of taint flow through the array operations `map` and `join` has been improved. This may give additional results for the security queries. |
14 | 14 |
|
| 15 | +* The taint tracking library recognizes more ways in which taint propagates. In particular, some flow through string formatters is now recognized. |
| 16 | + |
15 | 17 | * Support for popular libraries has been improved. Consequently, queries may produce more results on code bases that use the following libraries: |
16 | 18 | - [bluebird](http://bluebirdjs.com) |
17 | 19 | - [browserid-crypto](https://github.com/mozilla/browserid-crypto) |
|
35 | 37 | - [extend2](https://github.com/eggjs/extend2) |
36 | 38 | - [fast-json-parse](https://github.com/mcollina/fast-json-parse) |
37 | 39 | - [forge](https://github.com/digitalbazaar/forge) |
| 40 | + - [format-util](https://github.com/tmpfs/format-util) |
38 | 41 | - [global](https://www.npmjs.com/package/global) |
39 | 42 | - [he](https://github.com/mathiasbynens/he) |
40 | 43 | - [html-entities](https://github.com/mdevils/node-html-entities) |
|
56 | 59 | - [object.assign](https://github.com/ljharb/object.assign) |
57 | 60 | - [object.defaults](https://github.com/jonschlinkert/object.defaults) |
58 | 61 | - [parse-json](https://github.com/sindresorhus/parse-json) |
59 | | - - [React Native](https://facebook.github.io/react-native/) |
| 62 | + - [printf](https://github.com/adaltas/node-printf) |
| 63 | + - [printj](https://github.com/SheetJS/printj) |
60 | 64 | - [q](http://documentup.com/kriskowal/q/) |
61 | 65 | - [ramda](https://ramdajs.com) |
| 66 | + - [React Native](https://facebook.github.io/react-native/) |
62 | 67 | - [safe-json-parse](https://github.com/Raynos/safe-json-parse) |
63 | 68 | - [sanitize](https://github.com/pocketly/node-sanitize) |
64 | 69 | - [sanitizer](https://github.com/theSmaw/Caja-HTML-Sanitizer) |
65 | 70 | - [smart-extend](https://github.com/danielkalen/smart-extend) |
| 71 | + - [sprintf.js](https://github.com/alexei/sprintf.js) |
| 72 | + - [string-template](https://github.com/Matt-Esch/string-template) |
66 | 73 | - [underscore](https://underscorejs.org) |
67 | 74 | - [util-extend](https://github.com/isaacs/util-extend) |
68 | 75 | - [utils-merge](https://github.com/jaredhanson/utils-merge) |
|
0 commit comments