moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js
MIT License
559 stars 148 forks source link

Prototype Pollution Protection Bypass #155

Open mjknight50 opened 4 years ago

mjknight50 commented 4 years ago

npm audit fails with

│ High │ Prototype Pollution Protection Bypass │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ qs │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=6.0.4 <6.1.0 || >=6.1.2 <6.2.0 || >=6.2.3 <6.3.0 || │ │ │ >=6.3.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ googlemaps │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ googlemaps > qs │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1469

GwakoSyprose commented 4 years ago

Same problem too, has this been resolved?