steves / node-jira

A nodejs wrapper for the JIRA REST API
378 stars 169 forks source link

Remote Memory Exposure Vulnerability #141

Open pbnj opened 7 years ago

pbnj commented 7 years ago

The version of request package being used here ("request": "<2.16.0") is vulnerable to remote memory exposure attack.

This has been patched up in later versions of request package.

Remediation is as simple as upgrading the dependency to version 2.68.0 or higher.

More information: