lodash.js fiddle
Added lodash from cdnjs.com in order to have lodash capabilities in chrome.
by Trever Shick
HTML
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.2.1/lodash.min.js"></script>
<script src="//rawgit.com/trevershick/6d9364085a1e566b2e18/raw/console.js"></script>
JavaScript
var vulnerabilities = [
{
"id": 534,
"updated_at": "2017-09-27T18:24:24.491Z",
"created_at": "2017-09-25T18:55:55.956Z",
"publish_date": "2017-09-27T18:24:24.490Z",
"overview": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the `o` formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.",
"recommendation": "Upgrade to version 2.6.9 or greater if you are on the 2.6.x series or 3.1.0 or greater.",
"cvss_vector": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"cvss_score": 3.7,
"module": "debug",
"version": "2.6.8",
"vulnerable_versions": "<= 2.6.8 || >= 3.0.0 <= 3.0.1",
"patched_versions": ">= 2.6.9 < 3.0.0 || >= 3.1.0",
"title": "Regular Expression Denial of Service",
"path": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
],
"advisory": "https://nodesecurity.io/advisories/534"
},
{
"id": 534,
"updated_at": "2017-09-27T18:24:24.491Z",
"created_at": "2017-09-25T18:55:55.956Z",
"publish_date": "2017-09-27T18:24:24.490Z",
"overview": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the `o` formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.",
"recommendation": "Upgrade to version 2.6.9 or greater if you are on the 2.6.x series or 3.1.0 or greater.",
"cvss_vector": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"cvss_score": 3.7,
"module": "debug",
"version": "2.6.8",
"vulnerable_versions": "<= 2.6.8 || >= 3.0.0 <= 3.0.1",
"patched_versions": ">= 2.6.9 < 3.0.0 || >= 3.1.0",
"title": "Regular Expression Denial of Service",
"path": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
],
"advisory":...