Sho Kusano

Results 3 issues of Sho Kusano

> @rosylilly おめでとうございます!Ruby 2.2の新機能 https://t.co/O8A7bcz9m8 がこちらのメソッド名とかぶっているのが観測されました。 https://t.co/NpURkM8S0g /cc n0kada > http://twitter.com/a_matsuda/status/495508402152280064

wontfix

Avoid prototype pollution. ```javascript const obj1 = {}; console.log(obj1.__proto__ === Object.prototype); // true obj1.__proto__.polluted = 1; const obj2 = {}; console.log(obj2.polluted); // 1 ```

:package: evaluator
:warning: security

Related packages - [react-jsx-parser](https://github.com/TroyAlford/react-jsx-parser) - [html-react-parser](https://github.com/remarkablemark/html-react-parser) - [htm](https://github.com/developit/htm) - [esx](https://github.com/esxjs/esx)

:memo: doc