From 9eacac1c03348531ce3fcffbda1cf04d9d0394f4 Mon Sep 17 00:00:00 2001 From: Andreas Tiefenthaler <164718+pxlpnk@users.noreply.github.com> Date: Wed, 1 Aug 2018 14:28:48 +0700 Subject: [PATCH] refactor(npm-db): update author field to be more verbose (#314) * refactor(npm-db): update author field to be more verbose This splits up the author field into 3 fields - name - website - username ``` "author": { "name": "Cal Leeming", "website": null, "username": null } ``` * fix(npm-vuln): change author with null to "unknown" * refactor(npm-db): migrate author field to be more verbose --- tools/migrations/transform_author.js | 56 ++++++++++++++++++++++++++++ tools/vuln_valid/index.js | 8 +++- vuln/npm/1.json | 6 ++- vuln/npm/10.json | 6 ++- vuln/npm/100.json | 6 ++- vuln/npm/101.json | 6 ++- vuln/npm/102.json | 6 ++- vuln/npm/104.json | 6 ++- vuln/npm/106.json | 6 ++- vuln/npm/107.json | 6 ++- vuln/npm/108.json | 6 ++- vuln/npm/109.json | 6 ++- vuln/npm/11.json | 6 ++- vuln/npm/112.json | 6 ++- vuln/npm/113.json | 6 ++- vuln/npm/114.json | 6 ++- vuln/npm/115.json | 6 ++- vuln/npm/116.json | 6 ++- vuln/npm/117.json | 6 ++- vuln/npm/118.json | 6 ++- vuln/npm/12.json | 6 ++- vuln/npm/120.json | 6 ++- vuln/npm/121.json | 6 ++- vuln/npm/122.json | 6 ++- vuln/npm/123.json | 6 ++- vuln/npm/124.json | 6 ++- vuln/npm/125.json | 6 ++- vuln/npm/126.json | 6 ++- vuln/npm/127.json | 6 ++- vuln/npm/128.json | 6 ++- vuln/npm/129.json | 6 ++- vuln/npm/13.json | 6 ++- vuln/npm/130.json | 6 ++- vuln/npm/131.json | 6 ++- vuln/npm/132.json | 6 ++- vuln/npm/133.json | 6 ++- vuln/npm/134.json | 6 ++- vuln/npm/135.json | 6 ++- vuln/npm/136.json | 6 ++- vuln/npm/137.json | 6 ++- vuln/npm/138.json | 6 ++- vuln/npm/139.json | 6 ++- vuln/npm/14.json | 6 ++- vuln/npm/140.json | 6 ++- vuln/npm/143.json | 6 ++- vuln/npm/144.json | 6 ++- vuln/npm/145.json | 6 ++- vuln/npm/147.json | 6 ++- vuln/npm/148.json | 6 ++- vuln/npm/149.json | 6 ++- vuln/npm/15.json | 6 ++- vuln/npm/150.json | 6 ++- vuln/npm/151.json | 6 ++- vuln/npm/152.json | 6 ++- vuln/npm/153.json | 6 ++- vuln/npm/154.json | 6 ++- vuln/npm/155.json | 6 ++- vuln/npm/156.json | 6 ++- vuln/npm/157.json | 6 ++- vuln/npm/158.json | 6 ++- vuln/npm/159.json | 6 ++- vuln/npm/16.json | 6 ++- vuln/npm/160.json | 6 ++- vuln/npm/161.json | 6 ++- vuln/npm/162.json | 6 ++- vuln/npm/163.json | 6 ++- vuln/npm/164.json | 6 ++- vuln/npm/165.json | 6 ++- vuln/npm/166.json | 6 ++- vuln/npm/167.json | 6 ++- vuln/npm/168.json | 6 ++- vuln/npm/169.json | 6 ++- vuln/npm/17.json | 6 ++- vuln/npm/170.json | 6 ++- vuln/npm/171.json | 6 ++- vuln/npm/172.json | 6 ++- vuln/npm/173.json | 6 ++- vuln/npm/174.json | 6 ++- vuln/npm/175.json | 6 ++- vuln/npm/176.json | 6 ++- vuln/npm/177.json | 6 ++- vuln/npm/178.json | 6 ++- vuln/npm/179.json | 6 ++- vuln/npm/18.json | 6 ++- vuln/npm/180.json | 6 ++- vuln/npm/181.json | 6 ++- vuln/npm/182.json | 6 ++- vuln/npm/183.json | 6 ++- vuln/npm/184.json | 6 ++- vuln/npm/185.json | 6 ++- vuln/npm/186.json | 6 ++- vuln/npm/187.json | 6 ++- vuln/npm/188.json | 6 ++- vuln/npm/189.json | 6 ++- vuln/npm/19.json | 6 ++- vuln/npm/190.json | 6 ++- vuln/npm/192.json | 6 ++- vuln/npm/193.json | 6 ++- vuln/npm/194.json | 6 ++- vuln/npm/195.json | 6 ++- vuln/npm/196.json | 6 ++- vuln/npm/197.json | 6 ++- vuln/npm/198.json | 6 ++- vuln/npm/199.json | 6 ++- vuln/npm/2.json | 6 ++- vuln/npm/20.json | 6 ++- vuln/npm/200.json | 6 ++- vuln/npm/201.json | 6 ++- vuln/npm/202.json | 6 ++- vuln/npm/203.json | 6 ++- vuln/npm/204.json | 6 ++- vuln/npm/205.json | 6 ++- vuln/npm/206.json | 6 ++- vuln/npm/207.json | 6 ++- vuln/npm/208.json | 6 ++- vuln/npm/209.json | 6 ++- vuln/npm/21.json | 6 ++- vuln/npm/210.json | 6 ++- vuln/npm/211.json | 6 ++- vuln/npm/212.json | 6 ++- vuln/npm/213.json | 6 ++- vuln/npm/214.json | 6 ++- vuln/npm/215.json | 6 ++- vuln/npm/216.json | 6 ++- vuln/npm/217.json | 6 ++- vuln/npm/218.json | 6 ++- vuln/npm/219.json | 6 ++- vuln/npm/22.json | 6 ++- vuln/npm/220.json | 6 ++- vuln/npm/221.json | 6 ++- vuln/npm/222.json | 6 ++- vuln/npm/223.json | 6 ++- vuln/npm/224.json | 6 ++- vuln/npm/225.json | 6 ++- vuln/npm/226.json | 6 ++- vuln/npm/227.json | 6 ++- vuln/npm/228.json | 6 ++- vuln/npm/229.json | 6 ++- vuln/npm/23.json | 6 ++- vuln/npm/230.json | 6 ++- vuln/npm/231.json | 6 ++- vuln/npm/232.json | 6 ++- vuln/npm/233.json | 6 ++- vuln/npm/234.json | 6 ++- vuln/npm/235.json | 6 ++- vuln/npm/236.json | 6 ++- vuln/npm/237.json | 6 ++- vuln/npm/238.json | 6 ++- vuln/npm/239.json | 6 ++- vuln/npm/24.json | 6 ++- vuln/npm/240.json | 6 ++- vuln/npm/241.json | 6 ++- vuln/npm/242.json | 6 ++- vuln/npm/243.json | 6 ++- vuln/npm/244.json | 6 ++- vuln/npm/245.json | 6 ++- vuln/npm/246.json | 6 ++- vuln/npm/247.json | 6 ++- vuln/npm/248.json | 6 ++- vuln/npm/25.json | 6 ++- vuln/npm/250.json | 6 ++- vuln/npm/251.json | 6 ++- vuln/npm/252.json | 6 ++- vuln/npm/253.json | 6 ++- vuln/npm/254.json | 6 ++- vuln/npm/255.json | 6 ++- vuln/npm/256.json | 6 ++- vuln/npm/257.json | 6 ++- vuln/npm/258.json | 6 ++- vuln/npm/259.json | 6 ++- vuln/npm/26.json | 6 ++- vuln/npm/260.json | 6 ++- vuln/npm/261.json | 6 ++- vuln/npm/262.json | 6 ++- vuln/npm/263.json | 6 ++- vuln/npm/264.json | 6 ++- vuln/npm/265.json | 6 ++- vuln/npm/266.json | 6 ++- vuln/npm/267.json | 6 ++- vuln/npm/268.json | 6 ++- vuln/npm/269.json | 6 ++- vuln/npm/27.json | 6 ++- vuln/npm/270.json | 6 ++- vuln/npm/271.json | 6 ++- vuln/npm/272.json | 6 ++- vuln/npm/273.json | 6 ++- vuln/npm/274.json | 6 ++- vuln/npm/275.json | 6 ++- vuln/npm/276.json | 6 ++- vuln/npm/277.json | 6 ++- vuln/npm/278.json | 6 ++- vuln/npm/279.json | 6 ++- vuln/npm/28.json | 6 ++- vuln/npm/280.json | 6 ++- vuln/npm/281.json | 6 ++- vuln/npm/282.json | 6 ++- vuln/npm/283.json | 6 ++- vuln/npm/284.json | 6 ++- vuln/npm/285.json | 6 ++- vuln/npm/286.json | 6 ++- vuln/npm/287.json | 6 ++- vuln/npm/288.json | 6 ++- vuln/npm/289.json | 6 ++- vuln/npm/29.json | 6 ++- vuln/npm/290.json | 6 ++- vuln/npm/292.json | 6 ++- vuln/npm/293.json | 6 ++- vuln/npm/294.json | 6 ++- vuln/npm/295.json | 6 ++- vuln/npm/296.json | 6 ++- vuln/npm/297.json | 6 ++- vuln/npm/298.json | 6 ++- vuln/npm/299.json | 6 ++- vuln/npm/3.json | 6 ++- vuln/npm/30.json | 6 ++- vuln/npm/300.json | 6 ++- vuln/npm/301.json | 6 ++- vuln/npm/302.json | 6 ++- vuln/npm/303.json | 6 ++- vuln/npm/304.json | 6 ++- vuln/npm/305.json | 6 ++- vuln/npm/307.json | 6 ++- vuln/npm/308.json | 6 ++- vuln/npm/309.json | 6 ++- vuln/npm/31.json | 6 ++- vuln/npm/310.json | 6 ++- vuln/npm/311.json | 6 ++- vuln/npm/312.json | 6 ++- vuln/npm/313.json | 6 ++- vuln/npm/314.json | 6 ++- vuln/npm/315.json | 6 ++- vuln/npm/318.json | 6 ++- vuln/npm/319.json | 6 ++- vuln/npm/32.json | 6 ++- vuln/npm/321.json | 6 ++- vuln/npm/323.json | 6 ++- vuln/npm/324.json | 6 ++- vuln/npm/325.json | 6 ++- vuln/npm/326.json | 6 ++- vuln/npm/327.json | 6 ++- vuln/npm/328.json | 6 ++- vuln/npm/329.json | 6 ++- vuln/npm/33.json | 6 ++- vuln/npm/330.json | 6 ++- vuln/npm/331.json | 6 ++- vuln/npm/332.json | 6 ++- vuln/npm/334.json | 6 ++- vuln/npm/335.json | 6 ++- vuln/npm/336.json | 6 ++- vuln/npm/338.json | 6 ++- vuln/npm/34.json | 6 ++- vuln/npm/349.json | 6 ++- vuln/npm/35.json | 6 ++- vuln/npm/350.json | 6 ++- vuln/npm/356.json | 6 ++- vuln/npm/357.json | 6 ++- vuln/npm/358.json | 6 ++- vuln/npm/359.json | 6 ++- vuln/npm/36.json | 6 ++- vuln/npm/360.json | 6 ++- vuln/npm/361.json | 6 ++- vuln/npm/362.json | 6 ++- vuln/npm/363.json | 6 ++- vuln/npm/364.json | 6 ++- vuln/npm/365.json | 6 ++- vuln/npm/366.json | 6 ++- vuln/npm/367.json | 6 ++- vuln/npm/368.json | 6 ++- vuln/npm/369.json | 6 ++- vuln/npm/37.json | 6 ++- vuln/npm/370.json | 6 ++- vuln/npm/371.json | 6 ++- vuln/npm/372.json | 6 ++- vuln/npm/373.json | 6 ++- vuln/npm/374.json | 6 ++- vuln/npm/375.json | 6 ++- vuln/npm/376.json | 6 ++- vuln/npm/377.json | 6 ++- vuln/npm/378.json | 6 ++- vuln/npm/379.json | 6 ++- vuln/npm/38.json | 6 ++- vuln/npm/380.json | 6 ++- vuln/npm/381.json | 6 ++- vuln/npm/382.json | 6 ++- vuln/npm/383.json | 6 ++- vuln/npm/384.json | 6 ++- vuln/npm/385.json | 6 ++- vuln/npm/386.json | 6 ++- vuln/npm/387.json | 6 ++- vuln/npm/388.json | 6 ++- vuln/npm/389.json | 6 ++- vuln/npm/39.json | 6 ++- vuln/npm/390.json | 6 ++- vuln/npm/391.json | 6 ++- vuln/npm/392.json | 6 ++- vuln/npm/393.json | 6 ++- vuln/npm/394.json | 6 ++- vuln/npm/395.json | 6 ++- vuln/npm/396.json | 6 ++- vuln/npm/397.json | 6 ++- vuln/npm/398.json | 6 ++- vuln/npm/399.json | 6 ++- vuln/npm/4.json | 6 ++- vuln/npm/40.json | 6 ++- vuln/npm/400.json | 6 ++- vuln/npm/401.json | 6 ++- vuln/npm/402.json | 6 ++- vuln/npm/403.json | 6 ++- vuln/npm/404.json | 6 ++- vuln/npm/405.json | 6 ++- vuln/npm/406.json | 6 ++- vuln/npm/407.json | 6 ++- vuln/npm/408.json | 6 ++- vuln/npm/409.json | 6 ++- vuln/npm/41.json | 6 ++- vuln/npm/410.json | 6 ++- vuln/npm/411.json | 6 ++- vuln/npm/412.json | 6 ++- vuln/npm/413.json | 6 ++- vuln/npm/414.json | 6 ++- vuln/npm/415.json | 6 ++- vuln/npm/416.json | 6 ++- vuln/npm/417.json | 6 ++- vuln/npm/418.json | 6 ++- vuln/npm/419.json | 6 ++- vuln/npm/42.json | 6 ++- vuln/npm/420.json | 6 ++- vuln/npm/421.json | 6 ++- vuln/npm/422.json | 6 ++- vuln/npm/423.json | 6 ++- vuln/npm/424.json | 6 ++- vuln/npm/425.json | 6 ++- vuln/npm/426.json | 6 ++- vuln/npm/427.json | 6 ++- vuln/npm/428.json | 6 ++- vuln/npm/429.json | 6 ++- vuln/npm/43.json | 6 ++- vuln/npm/430.json | 6 ++- vuln/npm/431.json | 6 ++- vuln/npm/432.json | 6 ++- vuln/npm/433.json | 6 ++- vuln/npm/434.json | 6 ++- vuln/npm/435.json | 6 ++- vuln/npm/436.json | 6 ++- vuln/npm/437.json | 6 ++- vuln/npm/438.json | 6 ++- vuln/npm/439.json | 6 ++- vuln/npm/44.json | 6 ++- vuln/npm/441.json | 6 ++- vuln/npm/442.json | 6 ++- vuln/npm/443.json | 10 ++++- vuln/npm/444.json | 10 ++++- vuln/npm/445.json | 10 ++++- vuln/npm/446.json | 10 ++++- vuln/npm/447.json | 10 ++++- vuln/npm/448.json | 10 ++++- vuln/npm/449.json | 6 ++- vuln/npm/45.json | 6 ++- vuln/npm/450.json | 6 ++- vuln/npm/451.json | 6 ++- vuln/npm/454.json | 6 ++- vuln/npm/456.json | 6 ++- vuln/npm/46.json | 6 ++- vuln/npm/47.json | 6 ++- vuln/npm/48.json | 6 ++- vuln/npm/49.json | 6 ++- vuln/npm/5.json | 6 ++- vuln/npm/50.json | 6 ++- vuln/npm/51.json | 6 ++- vuln/npm/52.json | 6 ++- vuln/npm/53.json | 6 ++- vuln/npm/54.json | 6 ++- vuln/npm/55.json | 6 ++- vuln/npm/56.json | 6 ++- vuln/npm/57.json | 6 ++- vuln/npm/59.json | 6 ++- vuln/npm/60.json | 6 ++- vuln/npm/61.json | 6 ++- vuln/npm/62.json | 6 ++- vuln/npm/63.json | 6 ++- vuln/npm/64.json | 6 ++- vuln/npm/65.json | 6 ++- vuln/npm/66.json | 6 ++- vuln/npm/67.json | 6 ++- vuln/npm/68.json | 6 ++- vuln/npm/7.json | 6 ++- vuln/npm/74.json | 6 ++- vuln/npm/75.json | 6 ++- vuln/npm/76.json | 6 ++- vuln/npm/77.json | 6 ++- vuln/npm/8.json | 6 ++- vuln/npm/80.json | 6 ++- vuln/npm/81.json | 6 ++- vuln/npm/85.json | 6 ++- vuln/npm/86.json | 6 ++- vuln/npm/87.json | 6 ++- vuln/npm/88.json | 6 ++- vuln/npm/89.json | 6 ++- vuln/npm/9.json | 6 ++- vuln/npm/90.json | 6 ++- vuln/npm/91.json | 6 ++- vuln/npm/92.json | 6 ++- vuln/npm/93.json | 6 ++- vuln/npm/94.json | 6 ++- vuln/npm/95.json | 6 ++- vuln/npm/96.json | 6 ++- vuln/npm/97.json | 6 ++- vuln/npm/98.json | 6 ++- vuln/npm/99.json | 6 ++- 409 files changed, 2116 insertions(+), 414 deletions(-) create mode 100644 tools/migrations/transform_author.js diff --git a/tools/migrations/transform_author.js b/tools/migrations/transform_author.js new file mode 100644 index 00000000..d73b9ab6 --- /dev/null +++ b/tools/migrations/transform_author.js @@ -0,0 +1,56 @@ +'use strict' + +const fs = require('fs'); + +const npmVulnerabilityPath = './vuln/npm'; +const npmVulnerabilityPathNew = './vuln/npm_new'; + +const list = fs.readdirSync(npmVulnerabilityPath); + +if (!fs.existsSync(npmVulnerabilityPathNew)) { + fs.mkdirSync(npmVulnerabilityPathNew); +} + +function parseAuthor(name) { + const pattern = new RegExp(/^(.*) \((https?:\/\/.*)\)$|^(.*) \((.*)\)$|^(.*)$/); + const matches = name.match(pattern); + var name = null; + var website = null; + var username = null; + if (matches[1] != undefined && matches[2] != undefined) { + name = matches[1]; + website = matches[2]; + + } else if (matches[3] != undefined && matches[4] != undefined) { + name = matches[3]; + username = matches[4]; + } else if (matches[5] != undefined) { + name = matches[5]; + } + + return { + name: name, + website: website, + username: username + }; +} + +list.forEach((filePath) => { + const fileContents = JSON.parse(fs.readFileSync(npmVulnerabilityPath + '/' + filePath, 'utf8')); + // console.log(fileContents.author); + const name = fileContents.author; + + if (name != null) { + var author = parseAuthor(name); + fileContents.author = author; + fs.writeFileSync(npmVulnerabilityPathNew + '/' + filePath, JSON.stringify(fileContents, null, 2) + "\n"); + + } + else { + console.log(npmVulnerabilityPath + '/' + filePath); + } +}) + + +fs.renameSync(npmVulnerabilityPath, npmVulnerabilityPath + '_old'); +fs.renameSync(npmVulnerabilityPathNew, npmVulnerabilityPath); diff --git a/tools/vuln_valid/index.js b/tools/vuln_valid/index.js index 35bdf821..73196f3e 100644 --- a/tools/vuln_valid/index.js +++ b/tools/vuln_valid/index.js @@ -24,7 +24,13 @@ const npmModel = joi.object().keys({ updated_at: joi.string().regex(/^\d{4}-\d{2}-\d{2}$/).required().isoDate(), title: joi.string().required(), title: joi.string().max(150).regex(/^[^\n]+$/).required(), - author: joi.string().allow(null).required(), + author: joi.object().keys( + { + name: joi.string().required(), + username: joi.string().required().allow(null), + website: joi.string().required().allow(null) + } + ), module_name: joi.string().required(), publish_date: joi.string().regex(/^\d{4}-\d{2}-\d{2}$/).required().isoDate(), vulnerable_versions: joi.alternatives().when("patched_versions", { diff --git a/vuln/npm/1.json b/vuln/npm/1.json index 76c1880c..07aa1a8a 100644 --- a/vuln/npm/1.json +++ b/vuln/npm/1.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Arbitrary JavaScript Execution", - "author": "Jarda Kotěšovec", + "author": { + "name": "Jarda Kotěšovec", + "website": null, + "username": null + }, "module_name": "bassmaster", "publish_date": "2014-09-27", "cves": [ diff --git a/vuln/npm/10.json b/vuln/npm/10.json index 90da445c..685c0e87 100644 --- a/vuln/npm/10.json +++ b/vuln/npm/10.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-20", "title": "Directory Traversal", - "author": "Vikram Chaitanya", + "author": { + "name": "Vikram Chaitanya", + "website": null, + "username": null + }, "module_name": "geddy", "publish_date": "2015-07-27", "cves": [ diff --git a/vuln/npm/100.json b/vuln/npm/100.json index 5e3e3561..8ec24385 100644 --- a/vuln/npm/100.json +++ b/vuln/npm/100.json @@ -3,7 +3,11 @@ "created_at": "2016-04-15", "updated_at": "2017-04-14", "title": "Regular Expression Denial Of Service", - "author": "Peter Dotchev", + "author": { + "name": "Peter Dotchev", + "website": null, + "username": null + }, "module_name": "uri-js", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/101.json b/vuln/npm/101.json index eac27953..831c6e03 100644 --- a/vuln/npm/101.json +++ b/vuln/npm/101.json @@ -3,7 +3,11 @@ "created_at": "2016-04-18", "updated_at": "2017-01-20", "title": "Sanitization bypass using HTML Entities", - "author": "Matt Austin", + "author": { + "name": "Matt Austin", + "website": null, + "username": null + }, "module_name": "marked", "publish_date": "2016-04-18", "cves": [], diff --git a/vuln/npm/102.json b/vuln/npm/102.json index 27981672..1b213c19 100644 --- a/vuln/npm/102.json +++ b/vuln/npm/102.json @@ -3,7 +3,11 @@ "created_at": "2016-04-18", "updated_at": "2016-10-31", "title": "Improper Escaping of Bound Arrays", - "author": "Leibale Eidelman", + "author": { + "name": "Leibale Eidelman", + "website": null, + "username": null + }, "module_name": "sequelize", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/104.json b/vuln/npm/104.json index 8bebb6d7..64f9ae34 100644 --- a/vuln/npm/104.json +++ b/vuln/npm/104.json @@ -3,7 +3,11 @@ "created_at": "2016-04-21", "updated_at": "2016-06-22", "title": "SSL Validation Defaults to False", - "author": "Mark Lee", + "author": { + "name": "Mark Lee", + "website": null, + "username": null + }, "module_name": "electron-packager", "publish_date": "2016-04-22", "cves": [], diff --git a/vuln/npm/106.json b/vuln/npm/106.json index df648638..06c3a04e 100644 --- a/vuln/npm/106.json +++ b/vuln/npm/106.json @@ -3,7 +3,11 @@ "created_at": "2016-05-04", "updated_at": "2016-06-16", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "negotiator", "publish_date": "2016-06-16", "cves": [], diff --git a/vuln/npm/107.json b/vuln/npm/107.json index 69f151c7..0317d351 100644 --- a/vuln/npm/107.json +++ b/vuln/npm/107.json @@ -3,7 +3,11 @@ "created_at": "2016-05-05", "updated_at": "2016-06-27", "title": "Cross Site Scripting", - "author": "Unknown", + "author": { + "name": "Unknown", + "website": null, + "username": null + }, "module_name": "dojo", "publish_date": "2016-05-23", "cves": [ diff --git a/vuln/npm/108.json b/vuln/npm/108.json index 7380e297..1f3af135 100644 --- a/vuln/npm/108.json +++ b/vuln/npm/108.json @@ -3,7 +3,11 @@ "created_at": "2016-05-05", "updated_at": "2016-05-23", "title": "Cross Site Scripting", - "author": "Unknown", + "author": { + "name": "Unknown", + "website": null, + "username": null + }, "module_name": "backbone", "publish_date": "2016-05-23", "cves": [], diff --git a/vuln/npm/109.json b/vuln/npm/109.json index 7661e2bd..87fa474c 100644 --- a/vuln/npm/109.json +++ b/vuln/npm/109.json @@ -3,7 +3,11 @@ "created_at": "2016-05-05", "updated_at": "2016-10-31", "title": "Potential SQL Injection", - "author": null, + "author": { + "name": "unknown", + "website": null, + "username": null + }, "module_name": "sequelize", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/11.json b/vuln/npm/11.json index f16ceb0f..bddd71e9 100644 --- a/vuln/npm/11.json +++ b/vuln/npm/11.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "File Descriptor Leak Can Cause DoS Vulnerability", - "author": "Jo Liss", + "author": { + "name": "Jo Liss", + "website": null, + "username": null + }, "module_name": "hapi", "publish_date": "2014-02-14", "cves": [ diff --git a/vuln/npm/112.json b/vuln/npm/112.json index c8e640f4..1f78455f 100644 --- a/vuln/npm/112.json +++ b/vuln/npm/112.json @@ -3,7 +3,11 @@ "created_at": "2016-05-05", "updated_at": "2016-10-31", "title": "SQL Injection", - "author": "Spencer Creasey", + "author": { + "name": "Spencer Creasey", + "website": null, + "username": null + }, "module_name": "sequelize", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/113.json b/vuln/npm/113.json index 24575845..81348e0d 100644 --- a/vuln/npm/113.json +++ b/vuln/npm/113.json @@ -3,7 +3,11 @@ "created_at": "2016-05-05", "updated_at": "2016-10-31", "title": "SQL Injection", - "author": null, + "author": { + "name": "unknown", + "website": null, + "username": null + }, "module_name": "sequelize", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/114.json b/vuln/npm/114.json index bea1dcdf..21e3d843 100644 --- a/vuln/npm/114.json +++ b/vuln/npm/114.json @@ -3,7 +3,11 @@ "created_at": "2016-05-05", "updated_at": "2017-02-10", "title": "Insecure Defaults Leads to Potential MITM", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ezseed-transmission", "publish_date": "2016-07-29", "cves": [ diff --git a/vuln/npm/115.json b/vuln/npm/115.json index 21a02194..590afe9b 100644 --- a/vuln/npm/115.json +++ b/vuln/npm/115.json @@ -3,7 +3,11 @@ "created_at": "2016-05-06", "updated_at": "2016-10-31", "title": "SQL Injection", - "author": "James Hush", + "author": { + "name": "James Hush", + "website": null, + "username": null + }, "module_name": "waterline-sequel", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/116.json b/vuln/npm/116.json index a6c005d9..579c6cf8 100644 --- a/vuln/npm/116.json +++ b/vuln/npm/116.json @@ -3,7 +3,11 @@ "created_at": "2016-05-15", "updated_at": "2016-10-31", "title": "Resources Downloaded over Insecure Protocol", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "igniteui", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/117.json b/vuln/npm/117.json index 3930ff5b..e6f7250d 100644 --- a/vuln/npm/117.json +++ b/vuln/npm/117.json @@ -3,7 +3,11 @@ "created_at": "2016-05-16", "updated_at": "2016-06-21", "title": "Potential Command Injection", - "author": "Koki Takahashi, Node Security Team", + "author": { + "name": "Koki Takahashi, Node Security Team", + "website": null, + "username": null + }, "module_name": "shell-quote", "publish_date": "2016-06-21", "cves": [], diff --git a/vuln/npm/118.json b/vuln/npm/118.json index 764d6904..ea9fc19d 100644 --- a/vuln/npm/118.json +++ b/vuln/npm/118.json @@ -3,7 +3,11 @@ "created_at": "2016-05-25", "updated_at": "2016-08-09", "title": "Regular Expression Denial of Service", - "author": "Nick Starke", + "author": { + "name": "Nick Starke", + "website": null, + "username": null + }, "module_name": "minimatch", "publish_date": "2016-06-20", "cves": [], diff --git a/vuln/npm/12.json b/vuln/npm/12.json index 67c8df02..37823980 100644 --- a/vuln/npm/12.json +++ b/vuln/npm/12.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-07-25", "title": "Rosetta-Flash JSONP Vulnerability", - "author": "Michele Spagnuolo", + "author": { + "name": "Michele Spagnuolo", + "website": null, + "username": null + }, "module_name": "hapi", "publish_date": "2014-07-08", "cves": [ diff --git a/vuln/npm/120.json b/vuln/npm/120.json index 2d3d3f8a..cca4a017 100644 --- a/vuln/npm/120.json +++ b/vuln/npm/120.json @@ -3,7 +3,11 @@ "created_at": "2016-06-24", "updated_at": "2016-06-24", "title": "DoS due to excessively large websocket message", - "author": "Fedor Indutny", + "author": { + "name": "Fedor Indutny", + "website": null, + "username": null + }, "module_name": "ws", "publish_date": "2016-06-24", "cves": [], diff --git a/vuln/npm/121.json b/vuln/npm/121.json index 5dedb5d4..501d0fc1 100644 --- a/vuln/npm/121.json +++ b/vuln/npm/121.json @@ -3,7 +3,11 @@ "created_at": "2016-07-05", "updated_at": "2016-07-05", "title": "Invalid input to route validation rules", - "author": "Nicolas Morel", + "author": { + "name": "Nicolas Morel", + "website": null, + "username": null + }, "module_name": "call", "publish_date": "2016-07-05", "cves": [], diff --git a/vuln/npm/122.json b/vuln/npm/122.json index 7a878eef..75ee239e 100644 --- a/vuln/npm/122.json +++ b/vuln/npm/122.json @@ -3,7 +3,11 @@ "created_at": "2016-07-18", "updated_at": "2017-02-10", "title": "SQL Injection via GeoJSON", - "author": "Eric Schoffstall", + "author": { + "name": "Eric Schoffstall", + "website": null, + "username": null + }, "module_name": "sequelize", "publish_date": "2016-07-18", "cves": [ diff --git a/vuln/npm/123.json b/vuln/npm/123.json index 0284e73c..0dca7bdd 100644 --- a/vuln/npm/123.json +++ b/vuln/npm/123.json @@ -3,7 +3,11 @@ "created_at": "2016-07-20", "updated_at": "2017-02-10", "title": "XSS in Consumes/Produces Parameter", - "author": "Joe Vennix", + "author": { + "name": "Joe Vennix", + "website": null, + "username": null + }, "module_name": "swagger-ui", "publish_date": "2016-07-20", "cves": [ diff --git a/vuln/npm/124.json b/vuln/npm/124.json index 643e97b1..4196e04f 100644 --- a/vuln/npm/124.json +++ b/vuln/npm/124.json @@ -3,7 +3,11 @@ "created_at": "2016-07-20", "updated_at": "2017-02-10", "title": "XSS in itemTitle parameter", - "author": "Alex Wong", + "author": { + "name": "Alex Wong", + "website": null, + "username": null + }, "module_name": "bootstrap-tagsinput", "publish_date": "2016-07-20", "cves": [ diff --git a/vuln/npm/125.json b/vuln/npm/125.json index 9e89d2b0..ea9d2799 100644 --- a/vuln/npm/125.json +++ b/vuln/npm/125.json @@ -3,7 +3,11 @@ "created_at": "2016-07-21", "updated_at": "2017-02-10", "title": "DOM-based XSS", - "author": "Gursev Singh Kalra", + "author": { + "name": "Gursev Singh Kalra", + "website": null, + "username": null + }, "module_name": "gmail-js", "publish_date": "2016-07-21", "cves": [ diff --git a/vuln/npm/126.json b/vuln/npm/126.json index b92bcff7..a87ab162 100644 --- a/vuln/npm/126.json +++ b/vuln/npm/126.json @@ -3,7 +3,11 @@ "created_at": "2016-07-21", "updated_at": "2017-02-10", "title": "XSS in key names", - "author": "Joe Vennix", + "author": { + "name": "Joe Vennix", + "website": null, + "username": null + }, "module_name": "swagger-ui", "publish_date": "2016-07-21", "cves": [ diff --git a/vuln/npm/127.json b/vuln/npm/127.json index 998bbd71..1ef8fcb5 100644 --- a/vuln/npm/127.json +++ b/vuln/npm/127.json @@ -3,7 +3,11 @@ "created_at": "2016-07-21", "updated_at": "2016-08-30", "title": "XSS in dialog closeText", - "author": "Phat Ly", + "author": { + "name": "Phat Ly", + "website": null, + "username": null + }, "module_name": "jquery-ui", "publish_date": "2016-07-21", "cves": [ diff --git a/vuln/npm/128.json b/vuln/npm/128.json index 05dc8c90..d3d3c8bc 100644 --- a/vuln/npm/128.json +++ b/vuln/npm/128.json @@ -3,7 +3,11 @@ "created_at": "2016-07-22", "updated_at": "2017-02-10", "title": "XSS in client rendered block templates", - "author": "Jon Merrifield", + "author": { + "name": "Jon Merrifield", + "website": null, + "username": null + }, "module_name": "rendr", "publish_date": "2016-07-25", "cves": [ diff --git a/vuln/npm/129.json b/vuln/npm/129.json index 451f54d4..d58ec6b5 100644 --- a/vuln/npm/129.json +++ b/vuln/npm/129.json @@ -3,7 +3,11 @@ "created_at": "2016-07-22", "updated_at": "2017-02-10", "title": "XSS in primary functions", - "author": "Andrea Giammarchi", + "author": { + "name": "Andrea Giammarchi", + "website": null, + "username": null + }, "module_name": "emojione", "publish_date": "2016-07-25", "cves": [ diff --git a/vuln/npm/13.json b/vuln/npm/13.json index 067cc7f9..69cdf2b6 100644 --- a/vuln/npm/13.json +++ b/vuln/npm/13.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Potential Command Injection", - "author": "Neal Poole", + "author": { + "name": "Neal Poole", + "website": null, + "username": null + }, "module_name": "hubot-scripts", "publish_date": "2013-05-15", "cves": [ diff --git a/vuln/npm/130.json b/vuln/npm/130.json index ddad189b..44b452ae 100644 --- a/vuln/npm/130.json +++ b/vuln/npm/130.json @@ -3,7 +3,11 @@ "created_at": "2016-07-22", "updated_at": "2017-02-10", "title": "ReDoS via long string of semicolons", - "author": "David Kirchner", + "author": { + "name": "David Kirchner", + "website": null, + "username": null + }, "module_name": "tough-cookie", "publish_date": "2016-07-22", "cves": [ diff --git a/vuln/npm/131.json b/vuln/npm/131.json index 853ba8c1..484a2e33 100644 --- a/vuln/npm/131.json +++ b/vuln/npm/131.json @@ -3,7 +3,11 @@ "created_at": "2016-07-22", "updated_at": "2017-02-10", "title": "XSS via Content-type header", - "author": "Joe Vennix", + "author": { + "name": "Joe Vennix", + "website": null, + "username": null + }, "module_name": "swagger-ui", "publish_date": "2016-07-25", "cves": [ diff --git a/vuln/npm/132.json b/vuln/npm/132.json index 867b2d3e..550c7c2a 100644 --- a/vuln/npm/132.json +++ b/vuln/npm/132.json @@ -3,7 +3,11 @@ "created_at": "2016-07-25", "updated_at": "2017-02-10", "title": "XSS in drag and drop node", - "author": "https://github.com/Monisha-M", + "author": { + "name": "https://github.com/Monisha-M", + "website": null, + "username": null + }, "module_name": "jqtree", "publish_date": "2016-07-25", "cves": [ diff --git a/vuln/npm/133.json b/vuln/npm/133.json index d5b0e757..3c2c15b1 100644 --- a/vuln/npm/133.json +++ b/vuln/npm/133.json @@ -3,7 +3,11 @@ "created_at": "2016-07-25", "updated_at": "2017-02-10", "title": "XSS in Pillbox", - "author": "Keenan Jaenicke", + "author": { + "name": "Keenan Jaenicke", + "website": null, + "username": null + }, "module_name": "fuelux", "publish_date": "2016-07-25", "cves": [ diff --git a/vuln/npm/134.json b/vuln/npm/134.json index c7828505..0b75074a 100644 --- a/vuln/npm/134.json +++ b/vuln/npm/134.json @@ -3,7 +3,11 @@ "created_at": "2016-07-27", "updated_at": "2017-02-10", "title": "Timing attack vulnerability", - "author": "unknown", + "author": { + "name": "unknown", + "website": null, + "username": null + }, "module_name": "cookie-signature", "publish_date": "2016-08-29", "cves": [ diff --git a/vuln/npm/135.json b/vuln/npm/135.json index 64c1c7cd..4cb0a3c5 100644 --- a/vuln/npm/135.json +++ b/vuln/npm/135.json @@ -3,7 +3,11 @@ "created_at": "2016-08-01", "updated_at": "2017-02-10", "title": "XSS - Sanitization not applied recursively", - "author": "Björn Kimminich", + "author": { + "name": "Björn Kimminich", + "website": null, + "username": null + }, "module_name": "sanitize-html", "publish_date": "2016-08-01", "cves": [ diff --git a/vuln/npm/136.json b/vuln/npm/136.json index 31eda02e..a5b21e39 100644 --- a/vuln/npm/136.json +++ b/vuln/npm/136.json @@ -3,7 +3,11 @@ "created_at": "2016-08-04", "updated_at": "2017-02-10", "title": "Spoofing attack due to unvalidated KDC", - "author": "Richard Silverman", + "author": { + "name": "Richard Silverman", + "website": null, + "username": null + }, "module_name": "node-krb5", "publish_date": "2016-08-04", "cves": [ diff --git a/vuln/npm/137.json b/vuln/npm/137.json index 82d284d5..6f99e532 100644 --- a/vuln/npm/137.json +++ b/vuln/npm/137.json @@ -3,7 +3,11 @@ "created_at": "2016-08-08", "updated_at": "2017-02-10", "title": "XSS in URL Query String Parameter", - "author": "mehmetaydogdu", + "author": { + "name": "mehmetaydogdu", + "website": null, + "username": null + }, "module_name": "swagger-ui", "publish_date": "2016-08-15", "cves": [ diff --git a/vuln/npm/138.json b/vuln/npm/138.json index d866b55a..a88d4fa4 100644 --- a/vuln/npm/138.json +++ b/vuln/npm/138.json @@ -3,7 +3,11 @@ "created_at": "2016-08-08", "updated_at": "2017-02-10", "title": "XSS via tooltips", - "author": "Calvin K Cox", + "author": { + "name": "Calvin K Cox", + "website": null, + "username": null + }, "module_name": "c3", "publish_date": "2016-08-26", "cves": [ diff --git a/vuln/npm/139.json b/vuln/npm/139.json index f5489c6d..a43f97af 100644 --- a/vuln/npm/139.json +++ b/vuln/npm/139.json @@ -3,7 +3,11 @@ "created_at": "2016-08-10", "updated_at": "2017-04-20", "title": "Cross-Site Scripting (XSS)", - "author": "Todd Wolfson", + "author": { + "name": "Todd Wolfson", + "website": null, + "username": null + }, "module_name": "pivottable", "publish_date": "2016-08-26", "cves": [ diff --git a/vuln/npm/14.json b/vuln/npm/14.json index d4c79d4f..bc8ad4a8 100644 --- a/vuln/npm/14.json +++ b/vuln/npm/14.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Hidden Directories Always Served", - "author": "Gil Pedersen", + "author": { + "name": "Gil Pedersen", + "website": null, + "username": null + }, "module_name": "inert", "publish_date": "2014-12-16", "cves": [], diff --git a/vuln/npm/140.json b/vuln/npm/140.json index d3b2a385..83801898 100644 --- a/vuln/npm/140.json +++ b/vuln/npm/140.json @@ -3,7 +3,11 @@ "created_at": "2016-08-15", "updated_at": "2017-02-10", "title": "Denial of Service", - "author": "Matteo Collina", + "author": { + "name": "Matteo Collina", + "website": null, + "username": null + }, "module_name": "mqtt", "publish_date": "2016-08-26", "cves": [ diff --git a/vuln/npm/143.json b/vuln/npm/143.json index 32dd4603..2ee898ec 100644 --- a/vuln/npm/143.json +++ b/vuln/npm/143.json @@ -3,7 +3,11 @@ "created_at": "2016-08-25", "updated_at": "2016-10-17", "title": "Arbitrary Code Injection", - "author": "micaksica", + "author": { + "name": "micaksica", + "website": null, + "username": null + }, "module_name": "pouchdb", "publish_date": "2016-10-17", "cves": [], diff --git a/vuln/npm/144.json b/vuln/npm/144.json index 9c049c06..a6741e27 100644 --- a/vuln/npm/144.json +++ b/vuln/npm/144.json @@ -3,7 +3,11 @@ "created_at": "2016-08-25", "updated_at": "2016-10-17", "title": "Arbitrary Code Injection", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "reduce-css-calc", "publish_date": "2016-10-17", "cves": [], diff --git a/vuln/npm/145.json b/vuln/npm/145.json index c37ed5a6..2c490df7 100644 --- a/vuln/npm/145.json +++ b/vuln/npm/145.json @@ -3,7 +3,11 @@ "created_at": "2016-08-25", "updated_at": "2016-11-03", "title": "Cross Site Scripting (XSS)", - "author": "Jared Folkins", + "author": { + "name": "Jared Folkins", + "website": null, + "username": null + }, "module_name": "plotly.js", "publish_date": "2016-10-17", "cves": [], diff --git a/vuln/npm/147.json b/vuln/npm/147.json index 8ec7f4aa..00da1b49 100644 --- a/vuln/npm/147.json +++ b/vuln/npm/147.json @@ -3,7 +3,11 @@ "created_at": "2016-09-08", "updated_at": "2016-10-17", "title": "XSS in autoescape mode", - "author": "Matt Austin", + "author": { + "name": "Matt Austin", + "website": null, + "username": null + }, "module_name": "nunjucks", "publish_date": "2016-10-17", "cves": [], diff --git a/vuln/npm/148.json b/vuln/npm/148.json index 30bb7e8c..81cafc7b 100644 --- a/vuln/npm/148.json +++ b/vuln/npm/148.json @@ -3,7 +3,11 @@ "created_at": "2016-10-05", "updated_at": "2016-10-21", "title": "Broken CORS", - "author": "Evan Johnson", + "author": { + "name": "Evan Johnson", + "website": null, + "username": null + }, "module_name": "sails", "publish_date": "2016-10-20", "cves": [], diff --git a/vuln/npm/149.json b/vuln/npm/149.json index 898e8c73..dd46bd87 100644 --- a/vuln/npm/149.json +++ b/vuln/npm/149.json @@ -3,7 +3,11 @@ "created_at": "2016-10-11", "updated_at": "2017-03-28", "title": "Denial of Service", - "author": "Luigi Pinca", + "author": { + "name": "Luigi Pinca", + "website": null, + "username": null + }, "module_name": "uws", "publish_date": "2016-10-17", "cves": [], diff --git a/vuln/npm/15.json b/vuln/npm/15.json index b74be676..408981d4 100644 --- a/vuln/npm/15.json +++ b/vuln/npm/15.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "CSRF Vulnerability", - "author": "Ben Toews of GitHub", + "author": { + "name": "Ben Toews of GitHub", + "website": null, + "username": null + }, "module_name": "jquery-ujs", "publish_date": "2015-06-24", "cves": [ diff --git a/vuln/npm/150.json b/vuln/npm/150.json index b47b719a..3180b58c 100644 --- a/vuln/npm/150.json +++ b/vuln/npm/150.json @@ -3,7 +3,11 @@ "created_at": "2016-10-17", "updated_at": "2016-12-07", "title": "Directory Traversal", - "author": "Liang Gong", + "author": { + "name": "Liang Gong", + "website": null, + "username": null + }, "module_name": "bitty", "publish_date": "2016-12-07", "cves": [], diff --git a/vuln/npm/151.json b/vuln/npm/151.json index 55683140..4bdd6739 100644 --- a/vuln/npm/151.json +++ b/vuln/npm/151.json @@ -3,7 +3,11 @@ "created_at": "2016-10-27", "updated_at": "2016-12-06", "title": "Authentication bypass", - "author": "Unknown", + "author": { + "name": "Unknown", + "website": null, + "username": null + }, "module_name": "passport-azure-ad", "publish_date": "2016-12-06", "cves": [ diff --git a/vuln/npm/152.json b/vuln/npm/152.json index 7681d685..27b5a051 100644 --- a/vuln/npm/152.json +++ b/vuln/npm/152.json @@ -3,7 +3,11 @@ "created_at": "2016-10-27", "updated_at": "2017-03-23", "title": "Predictable temp filenames allow overwrite of arbitrary files", - "author": "Jérémy Lal", + "author": { + "name": "Jérémy Lal", + "website": null, + "username": null + }, "module_name": "npm", "publish_date": "2017-03-23", "cves": [ diff --git a/vuln/npm/153.json b/vuln/npm/153.json index 3a83c072..a5fd687c 100644 --- a/vuln/npm/153.json +++ b/vuln/npm/153.json @@ -3,7 +3,11 @@ "created_at": "2016-10-27", "updated_at": "2017-04-12", "title": "Command Injection", - "author": "Steve Kemp", + "author": { + "name": "Steve Kemp", + "website": null, + "username": null + }, "module_name": "dns-sync", "publish_date": "2017-04-11", "cves": [ diff --git a/vuln/npm/154.json b/vuln/npm/154.json index 2a14de35..a3af3482 100644 --- a/vuln/npm/154.json +++ b/vuln/npm/154.json @@ -3,7 +3,11 @@ "created_at": "2016-10-27", "updated_at": "2017-04-12", "title": "Cross Site Scripting", - "author": "Andrew Krasichkov", + "author": { + "name": "Andrew Krasichkov", + "website": null, + "username": null + }, "module_name": "sanitize-html", "publish_date": "2017-04-11", "cves": [], diff --git a/vuln/npm/155.json b/vuln/npm/155.json index 66607d71..f8d21cda 100644 --- a/vuln/npm/155.json +++ b/vuln/npm/155.json @@ -3,7 +3,11 @@ "created_at": "2016-10-27", "updated_at": "2017-04-14", "title": "Cross Site Scripting", - "author": "Jim O'Brien", + "author": { + "name": "Jim O'Brien", + "website": null, + "username": null + }, "module_name": "sanitize-html", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/156.json b/vuln/npm/156.json index 4548261b..67a7efcd 100644 --- a/vuln/npm/156.json +++ b/vuln/npm/156.json @@ -3,7 +3,11 @@ "created_at": "2016-11-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Scott Hardy & Adam Baldwin", + "author": { + "name": "Scott Hardy & Adam Baldwin", + "website": null, + "username": null + }, "module_name": "go-ipfs-dep", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/157.json b/vuln/npm/157.json index 353d61cf..c873da05 100644 --- a/vuln/npm/157.json +++ b/vuln/npm/157.json @@ -3,7 +3,11 @@ "created_at": "2016-11-09", "updated_at": "2017-04-14", "title": "Random Token based off Math.random()", - "author": "Sven Slootweg", + "author": { + "name": "Sven Slootweg", + "website": null, + "username": null + }, "module_name": "react-native-meteor-oauth", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/158.json b/vuln/npm/158.json index 7dae9ec3..69324015 100644 --- a/vuln/npm/158.json +++ b/vuln/npm/158.json @@ -3,7 +3,11 @@ "created_at": "2016-11-16", "updated_at": "2017-04-12", "title": "Lack of HTML Escaping", - "author": "Jordan Harband", + "author": { + "name": "Jordan Harband", + "website": null, + "username": null + }, "module_name": "forms", "publish_date": "2017-04-11", "cves": [], diff --git a/vuln/npm/159.json b/vuln/npm/159.json index 84c0191f..472aa4f4 100644 --- a/vuln/npm/159.json +++ b/vuln/npm/159.json @@ -3,7 +3,11 @@ "created_at": "2016-11-28", "updated_at": "2017-04-14", "title": "Cross Site Scripting", - "author": "Björn Kimminich", + "author": { + "name": "Björn Kimminich", + "website": null, + "username": null + }, "module_name": "gitbook", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/16.json b/vuln/npm/16.json index ff910f19..73e11497 100644 --- a/vuln/npm/16.json +++ b/vuln/npm/16.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Deserialization Code Execution", - "author": "Neal Poole", + "author": { + "name": "Neal Poole", + "website": null, + "username": null + }, "module_name": "js-yaml", "publish_date": "2013-06-23", "cves": [ diff --git a/vuln/npm/160.json b/vuln/npm/160.json index d91b7412..89ebe8f2 100644 --- a/vuln/npm/160.json +++ b/vuln/npm/160.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-22", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "chromedriver", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/161.json b/vuln/npm/161.json index ce0efd8f..e985a460 100644 --- a/vuln/npm/161.json +++ b/vuln/npm/161.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "unicode", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/162.json b/vuln/npm/162.json index 0b3afff9..2f25a5c6 100644 --- a/vuln/npm/162.json +++ b/vuln/npm/162.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-06", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "appium-chromedriver", "publish_date": "2016-12-06", "cves": [], diff --git a/vuln/npm/163.json b/vuln/npm/163.json index 5778d8ee..8f125208 100644 --- a/vuln/npm/163.json +++ b/vuln/npm/163.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2017-02-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ibm_db", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/164.json b/vuln/npm/164.json index 21a9dfd6..bff67324 100644 --- a/vuln/npm/164.json +++ b/vuln/npm/164.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-06", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "selenium-download", "publish_date": "2016-12-06", "cves": [], diff --git a/vuln/npm/165.json b/vuln/npm/165.json index 207f0518..acc198b8 100644 --- a/vuln/npm/165.json +++ b/vuln/npm/165.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "closure-util", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/166.json b/vuln/npm/166.json index a728ed94..1068dfd5 100644 --- a/vuln/npm/166.json +++ b/vuln/npm/166.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "nw", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/167.json b/vuln/npm/167.json index 4a0e2fc5..ca6f2e4a 100644 --- a/vuln/npm/167.json +++ b/vuln/npm/167.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-06", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "aerospike", "publish_date": "2016-12-06", "cves": [], diff --git a/vuln/npm/168.json b/vuln/npm/168.json index 1e9ca283..33c62f08 100644 --- a/vuln/npm/168.json +++ b/vuln/npm/168.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "steroids", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/169.json b/vuln/npm/169.json index 33228e36..0cfbb67c 100644 --- a/vuln/npm/169.json +++ b/vuln/npm/169.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "closurecompiler", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/17.json b/vuln/npm/17.json index c8e3759a..6d8a106c 100644 --- a/vuln/npm/17.json +++ b/vuln/npm/17.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Verification Bypass", - "author": "Tim McLean", + "author": { + "name": "Tim McLean", + "website": null, + "username": null + }, "module_name": "jsonwebtoken", "publish_date": "2015-04-01", "cves": [], diff --git a/vuln/npm/170.json b/vuln/npm/170.json index 6e791fc8..602f3469 100644 --- a/vuln/npm/170.json +++ b/vuln/npm/170.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-06", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "galenframework-cli", "publish_date": "2016-12-06", "cves": [], diff --git a/vuln/npm/171.json b/vuln/npm/171.json index 532b9ba2..86a01508 100644 --- a/vuln/npm/171.json +++ b/vuln/npm/171.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "product-monitor", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/172.json b/vuln/npm/172.json index 384163b9..121917fb 100644 --- a/vuln/npm/172.json +++ b/vuln/npm/172.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "alto-saxophone", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/173.json b/vuln/npm/173.json index d6b0b3be..e19dccd1 100644 --- a/vuln/npm/173.json +++ b/vuln/npm/173.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "nodewebkit", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/174.json b/vuln/npm/174.json index aafba79a..775b55ef 100644 --- a/vuln/npm/174.json +++ b/vuln/npm/174.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "iedriver", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/175.json b/vuln/npm/175.json index fb5aa45c..4a7ebd89 100644 --- a/vuln/npm/175.json +++ b/vuln/npm/175.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "selenium-binaries", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/176.json b/vuln/npm/176.json index f513243d..a0f52029 100644 --- a/vuln/npm/176.json +++ b/vuln/npm/176.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "webrtc-native", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/177.json b/vuln/npm/177.json index cb769313..769c0602 100644 --- a/vuln/npm/177.json +++ b/vuln/npm/177.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "haxe", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/178.json b/vuln/npm/178.json index 72ae17b0..bd35667d 100644 --- a/vuln/npm/178.json +++ b/vuln/npm/178.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2017-01-05", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "libxl", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/179.json b/vuln/npm/179.json index 84eef489..308d73da 100644 --- a/vuln/npm/179.json +++ b/vuln/npm/179.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "wasdk", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/18.json b/vuln/npm/18.json index 77d140e5..03aeca2c 100644 --- a/vuln/npm/18.json +++ b/vuln/npm/18.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "LDAP Injection", - "author": "Jerome Touffe-Blin", + "author": { + "name": "Jerome Touffe-Blin", + "website": null, + "username": null + }, "module_name": "ldapauth-fork", "publish_date": "2015-09-18", "cves": [ diff --git a/vuln/npm/180.json b/vuln/npm/180.json index 21c73223..34d52156 100644 --- a/vuln/npm/180.json +++ b/vuln/npm/180.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "macaca-chromedriver", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/181.json b/vuln/npm/181.json index da6e1a65..d708c2d3 100644 --- a/vuln/npm/181.json +++ b/vuln/npm/181.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-18", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "dalek-browser-chrome-canary", "publish_date": "2016-12-18", "cves": [], diff --git a/vuln/npm/182.json b/vuln/npm/182.json index b2dd9909..27a7e0a5 100644 --- a/vuln/npm/182.json +++ b/vuln/npm/182.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-21", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ibapi", "publish_date": "2016-12-21", "cves": [], diff --git a/vuln/npm/183.json b/vuln/npm/183.json index 764d49f2..29cd7185 100644 --- a/vuln/npm/183.json +++ b/vuln/npm/183.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "geoip-lite-country", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/184.json b/vuln/npm/184.json index be751145..e62ccff1 100644 --- a/vuln/npm/184.json +++ b/vuln/npm/184.json @@ -3,7 +3,11 @@ "created_at": "2016-11-30", "updated_at": "2016-12-21", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ipip", "publish_date": "2016-12-21", "cves": [], diff --git a/vuln/npm/185.json b/vuln/npm/185.json index 0291e878..977c581e 100644 --- a/vuln/npm/185.json +++ b/vuln/npm/185.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-21", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "prince", "publish_date": "2016-12-21", "cves": [], diff --git a/vuln/npm/186.json b/vuln/npm/186.json index fb3e755c..50630a69 100644 --- a/vuln/npm/186.json +++ b/vuln/npm/186.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "sauce-connect", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/187.json b/vuln/npm/187.json index ca7d8bf1..4e8dfb83 100644 --- a/vuln/npm/187.json +++ b/vuln/npm/187.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "embedza", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/188.json b/vuln/npm/188.json index 161cd3e5..246af59b 100644 --- a/vuln/npm/188.json +++ b/vuln/npm/188.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-21", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "jser-stat", "publish_date": "2016-12-21", "cves": [], diff --git a/vuln/npm/189.json b/vuln/npm/189.json index a0f44c6f..29b6ae3b 100644 --- a/vuln/npm/189.json +++ b/vuln/npm/189.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "pngcrush-installer", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/19.json b/vuln/npm/19.json index 312b8c5e..1c169039 100644 --- a/vuln/npm/19.json +++ b/vuln/npm/19.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-25", "title": "LDAP Injection", - "author": "David Black, Jerome Touffe-Blin", + "author": { + "name": "David Black, Jerome Touffe-Blin", + "website": null, + "username": null + }, "module_name": "ldapauth", "publish_date": "2015-09-18", "cves": [ diff --git a/vuln/npm/190.json b/vuln/npm/190.json index 62551d33..1426083b 100644 --- a/vuln/npm/190.json +++ b/vuln/npm/190.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-21", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "cue-sdk-node", "publish_date": "2016-12-21", "cves": [], diff --git a/vuln/npm/192.json b/vuln/npm/192.json index ec3236c5..66148efa 100644 --- a/vuln/npm/192.json +++ b/vuln/npm/192.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "arrayfire-js", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/193.json b/vuln/npm/193.json index 50aff6c0..30f2daa4 100644 --- a/vuln/npm/193.json +++ b/vuln/npm/193.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "webdrvr", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/194.json b/vuln/npm/194.json index 29a557b4..0434b361 100644 --- a/vuln/npm/194.json +++ b/vuln/npm/194.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "imageoptim", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/195.json b/vuln/npm/195.json index df600e90..954a9eef 100644 --- a/vuln/npm/195.json +++ b/vuln/npm/195.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "apk-parser", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/196.json b/vuln/npm/196.json index 00c7410e..9c912c7c 100644 --- a/vuln/npm/196.json +++ b/vuln/npm/196.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "operadriver", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/197.json b/vuln/npm/197.json index 4c3905b7..744a8e68 100644 --- a/vuln/npm/197.json +++ b/vuln/npm/197.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "cobalt-cli", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/198.json b/vuln/npm/198.json index 64f48f45..b69c26ae 100644 --- a/vuln/npm/198.json +++ b/vuln/npm/198.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "jdf-sass", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/199.json b/vuln/npm/199.json index 11389533..533713d8 100644 --- a/vuln/npm/199.json +++ b/vuln/npm/199.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "dalek-browser-chrome", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/2.json b/vuln/npm/2.json index 1d4c02c7..6a737dec 100644 --- a/vuln/npm/2.json +++ b/vuln/npm/2.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Potential Command Injection", - "author": "Neal Poole", + "author": { + "name": "Neal Poole", + "website": null, + "username": null + }, "module_name": "codem-transcode", "publish_date": "2013-07-07", "cves": [ diff --git a/vuln/npm/20.json b/vuln/npm/20.json index 420853f2..ce0fc7a7 100644 --- a/vuln/npm/20.json +++ b/vuln/npm/20.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Potential Command Injection", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "libnotify", "publish_date": "2013-05-15", "cves": [ diff --git a/vuln/npm/200.json b/vuln/npm/200.json index 9dcbd367..4738f421 100644 --- a/vuln/npm/200.json +++ b/vuln/npm/200.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "air-sdk", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/201.json b/vuln/npm/201.json index 1aae135e..5acb225e 100644 --- a/vuln/npm/201.json +++ b/vuln/npm/201.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "robot-js", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/202.json b/vuln/npm/202.json index a3bd2fc1..d56803da 100644 --- a/vuln/npm/202.json +++ b/vuln/npm/202.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "strider-sauce", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/203.json b/vuln/npm/203.json index a41c58c1..df289aad 100644 --- a/vuln/npm/203.json +++ b/vuln/npm/203.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "chromedriver126", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/204.json b/vuln/npm/204.json index 2afa383a..f35ac094 100644 --- a/vuln/npm/204.json +++ b/vuln/npm/204.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "install-nw", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/205.json b/vuln/npm/205.json index bad51cca..a25aecd4 100644 --- a/vuln/npm/205.json +++ b/vuln/npm/205.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "dalek-browser-ie-canary", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/206.json b/vuln/npm/206.json index cd771f48..944164e3 100644 --- a/vuln/npm/206.json +++ b/vuln/npm/206.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "unicode-json", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/207.json b/vuln/npm/207.json index 3cd76b10..99089bd2 100644 --- a/vuln/npm/207.json +++ b/vuln/npm/207.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "grunt-webdriver-qunit", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/208.json b/vuln/npm/208.json index 1cdb43f1..847e9fd5 100644 --- a/vuln/npm/208.json +++ b/vuln/npm/208.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "openframe-glslviewer", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/209.json b/vuln/npm/209.json index 0650370c..3f7af1b9 100644 --- a/vuln/npm/209.json +++ b/vuln/npm/209.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "dalek-browser-ie", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/21.json b/vuln/npm/21.json index 785edb5a..07e58026 100644 --- a/vuln/npm/21.json +++ b/vuln/npm/21.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Heap Based Buffer Overflow", - "author": "N/A", + "author": { + "name": "N/A", + "website": null, + "username": null + }, "module_name": "libyaml", "publish_date": "2014-02-04", "cves": [ diff --git a/vuln/npm/210.json b/vuln/npm/210.json index 633ddfd9..79af3ad3 100644 --- a/vuln/npm/210.json +++ b/vuln/npm/210.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "httpsync", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/211.json b/vuln/npm/211.json index cfc88f00..df1e9733 100644 --- a/vuln/npm/211.json +++ b/vuln/npm/211.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "bionode-sra", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/212.json b/vuln/npm/212.json index 61a603ad..f17c3a97 100644 --- a/vuln/npm/212.json +++ b/vuln/npm/212.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "nodeschnaps", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/213.json b/vuln/npm/213.json index 3f302c4c..c69748ea 100644 --- a/vuln/npm/213.json +++ b/vuln/npm/213.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "pennyworth", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/214.json b/vuln/npm/214.json index 5b7f4d1d..6ea120b0 100644 --- a/vuln/npm/214.json +++ b/vuln/npm/214.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "node-browser", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/215.json b/vuln/npm/215.json index 0c730639..ef7a6d72 100644 --- a/vuln/npm/215.json +++ b/vuln/npm/215.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "curses", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/216.json b/vuln/npm/216.json index 3193c31c..1169ca42 100644 --- a/vuln/npm/216.json +++ b/vuln/npm/216.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "atom-node-module-installer", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/217.json b/vuln/npm/217.json index 80c33511..c7436dd7 100644 --- a/vuln/npm/217.json +++ b/vuln/npm/217.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "fibjs", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/218.json b/vuln/npm/218.json index 31a4f879..2000e4a9 100644 --- a/vuln/npm/218.json +++ b/vuln/npm/218.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "openframe-image", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/219.json b/vuln/npm/219.json index a94205d2..a4e289d8 100644 --- a/vuln/npm/219.json +++ b/vuln/npm/219.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "box2d-native", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/22.json b/vuln/npm/22.json index 3b5e5251..8e863a8d 100644 --- a/vuln/npm/22.json +++ b/vuln/npm/22.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Multiple Content Injection Vulnerabilities", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "marked", "publish_date": "2014-01-31", "cves": [ diff --git a/vuln/npm/220.json b/vuln/npm/220.json index 4e0be92e..c1fbd4fe 100644 --- a/vuln/npm/220.json +++ b/vuln/npm/220.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "bkjs-wand", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/221.json b/vuln/npm/221.json index 87a5ea6d..0c30c1fe 100644 --- a/vuln/npm/221.json +++ b/vuln/npm/221.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "macaca-chromedriver-zxa", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/222.json b/vuln/npm/222.json index 4a957e89..733760fc 100644 --- a/vuln/npm/222.json +++ b/vuln/npm/222.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "selenium-chromedriver", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/223.json b/vuln/npm/223.json index 796fd457..23660afb 100644 --- a/vuln/npm/223.json +++ b/vuln/npm/223.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "apk-parser2", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/224.json b/vuln/npm/224.json index ee814a74..8a1e2bce 100644 --- a/vuln/npm/224.json +++ b/vuln/npm/224.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "selenium-wrapper", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/225.json b/vuln/npm/225.json index f954b70d..b21178e4 100644 --- a/vuln/npm/225.json +++ b/vuln/npm/225.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "jvminstall", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/226.json b/vuln/npm/226.json index db75bf72..5e67e06f 100644 --- a/vuln/npm/226.json +++ b/vuln/npm/226.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "nw-with-arm", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/227.json b/vuln/npm/227.json index 4e307504..6609a10d 100644 --- a/vuln/npm/227.json +++ b/vuln/npm/227.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "scala-bin", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/228.json b/vuln/npm/228.json index a280d06c..6de4a22c 100644 --- a/vuln/npm/228.json +++ b/vuln/npm/228.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "install-g-test", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/229.json b/vuln/npm/229.json index 5904a879..ec5565ba 100644 --- a/vuln/npm/229.json +++ b/vuln/npm/229.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "mystem3", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/23.json b/vuln/npm/23.json index eebed6fc..4907ed4f 100644 --- a/vuln/npm/23.json +++ b/vuln/npm/23.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Barış Soner Uşaklı", + "author": { + "name": "Barış Soner Uşaklı", + "website": null, + "username": null + }, "module_name": "marked", "publish_date": "2015-01-22", "cves": [ diff --git a/vuln/npm/230.json b/vuln/npm/230.json index 3d62a85a..03d57c66 100644 --- a/vuln/npm/230.json +++ b/vuln/npm/230.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "headless-browser-lite", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/231.json b/vuln/npm/231.json index 95ab4ae3..382aee40 100644 --- a/vuln/npm/231.json +++ b/vuln/npm/231.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "scalajs-standalone-bin", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/232.json b/vuln/npm/232.json index e3ee366b..f003847a 100644 --- a/vuln/npm/232.json +++ b/vuln/npm/232.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "dwebp-bin", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/233.json b/vuln/npm/233.json index a4f103a7..de4ac1d7 100644 --- a/vuln/npm/233.json +++ b/vuln/npm/233.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "cmake", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/234.json b/vuln/npm/234.json index b7dcb228..0e246beb 100644 --- a/vuln/npm/234.json +++ b/vuln/npm/234.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "node-bsdiff-android", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/235.json b/vuln/npm/235.json index 1b2ed503..784ef890 100644 --- a/vuln/npm/235.json +++ b/vuln/npm/235.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "mongodb-instance", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/236.json b/vuln/npm/236.json index b2ce0cfa..288703a0 100644 --- a/vuln/npm/236.json +++ b/vuln/npm/236.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "node-thulac", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/237.json b/vuln/npm/237.json index 79a59ca1..09fc1483 100644 --- a/vuln/npm/237.json +++ b/vuln/npm/237.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "haxe-dev", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/238.json b/vuln/npm/238.json index dfea481e..6600eff2 100644 --- a/vuln/npm/238.json +++ b/vuln/npm/238.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "redis-srvr", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/239.json b/vuln/npm/239.json index 59e92e42..fd61c27f 100644 --- a/vuln/npm/239.json +++ b/vuln/npm/239.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "grunt-ccompiler", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/24.json b/vuln/npm/24.json index 050bc047..c6661f81 100644 --- a/vuln/npm/24.json +++ b/vuln/npm/24.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "VBScript Content Injection", - "author": "Xiao Long", + "author": { + "name": "Xiao Long", + "website": null, + "username": null + }, "module_name": "marked", "publish_date": "2015-01-22", "cves": [ diff --git a/vuln/npm/240.json b/vuln/npm/240.json index d0d51cb7..f2d953c9 100644 --- a/vuln/npm/240.json +++ b/vuln/npm/240.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "baryton-saxophone", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/241.json b/vuln/npm/241.json index 4ec9baa2..e7a59163 100644 --- a/vuln/npm/241.json +++ b/vuln/npm/241.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "js-given", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/242.json b/vuln/npm/242.json index 981ef328..d5455fc7 100644 --- a/vuln/npm/242.json +++ b/vuln/npm/242.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "broccoli-closure", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/243.json b/vuln/npm/243.json index b7237dfc..338f4de3 100644 --- a/vuln/npm/243.json +++ b/vuln/npm/243.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "slimerjs-edge", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/244.json b/vuln/npm/244.json index 6988d43e..597df49e 100644 --- a/vuln/npm/244.json +++ b/vuln/npm/244.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-09", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "jstestdriver", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/245.json b/vuln/npm/245.json index 8b38586f..2e32988a 100644 --- a/vuln/npm/245.json +++ b/vuln/npm/245.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "apk-parser3", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/246.json b/vuln/npm/246.json index 637a8922..b7e067cd 100644 --- a/vuln/npm/246.json +++ b/vuln/npm/246.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "webdriver-launcher", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/247.json b/vuln/npm/247.json index f123a186..6a950b13 100644 --- a/vuln/npm/247.json +++ b/vuln/npm/247.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "frames-compiler", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/248.json b/vuln/npm/248.json index f2276363..dabb729e 100644 --- a/vuln/npm/248.json +++ b/vuln/npm/248.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "prebuild-lwip", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/25.json b/vuln/npm/25.json index 0a2f9879..c205e6da 100644 --- a/vuln/npm/25.json +++ b/vuln/npm/25.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-20", "title": "Directory Traversal", - "author": "Riku Keski-Keturi", + "author": { + "name": "Riku Keski-Keturi", + "website": null, + "username": null + }, "module_name": "nhouston", "publish_date": "2014-11-14", "cves": [ diff --git a/vuln/npm/250.json b/vuln/npm/250.json index 5eb6206c..e995ed88 100644 --- a/vuln/npm/250.json +++ b/vuln/npm/250.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "node-air-sdk", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/251.json b/vuln/npm/251.json index 6f29cec5..c9e49943 100644 --- a/vuln/npm/251.json +++ b/vuln/npm/251.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "kindlegen", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/252.json b/vuln/npm/252.json index c735b2cc..e56973d5 100644 --- a/vuln/npm/252.json +++ b/vuln/npm/252.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "marionette-socket-host", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/253.json b/vuln/npm/253.json index 50411ff1..a2f9ef06 100644 --- a/vuln/npm/253.json +++ b/vuln/npm/253.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ntfserver", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/254.json b/vuln/npm/254.json index 5e09c746..f2c8d17b 100644 --- a/vuln/npm/254.json +++ b/vuln/npm/254.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "resourcehacker", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/255.json b/vuln/npm/255.json index 730a205d..c9529a8e 100644 --- a/vuln/npm/255.json +++ b/vuln/npm/255.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "grunt-images", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/256.json b/vuln/npm/256.json index dbcb1ca7..55087b71 100644 --- a/vuln/npm/256.json +++ b/vuln/npm/256.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "sfml", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/257.json b/vuln/npm/257.json index 445cb94f..00655665 100644 --- a/vuln/npm/257.json +++ b/vuln/npm/257.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "xd-testing", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/258.json b/vuln/npm/258.json index fb3bf4c2..0a8a4305 100644 --- a/vuln/npm/258.json +++ b/vuln/npm/258.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "herbivore", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/259.json b/vuln/npm/259.json index 179eb3a4..520c67ac 100644 --- a/vuln/npm/259.json +++ b/vuln/npm/259.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "mystem", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/26.json b/vuln/npm/26.json index adef1cd0..8b918711 100644 --- a/vuln/npm/26.json +++ b/vuln/npm/26.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Validation Bypass", - "author": "Martin Angelov", + "author": { + "name": "Martin Angelov", + "website": null, + "username": null + }, "module_name": "paypal-ipn", "publish_date": "2014-12-03", "cves": [], diff --git a/vuln/npm/260.json b/vuln/npm/260.json index 4e26efdd..25eb9351 100644 --- a/vuln/npm/260.json +++ b/vuln/npm/260.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "selenium-portal", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/261.json b/vuln/npm/261.json index 094ad2b9..86bee578 100644 --- a/vuln/npm/261.json +++ b/vuln/npm/261.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "tomita-parser", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/262.json b/vuln/npm/262.json index 6d4f2d7e..0ecd1ef8 100644 --- a/vuln/npm/262.json +++ b/vuln/npm/262.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "phantomjs-cheniu", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/263.json b/vuln/npm/263.json index 94206b2e..5dc5d35b 100644 --- a/vuln/npm/263.json +++ b/vuln/npm/263.json @@ -3,7 +3,11 @@ "created_at": "2016-12-01", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "native-opencv", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/264.json b/vuln/npm/264.json index f5e1dfa8..6c3b5764 100644 --- a/vuln/npm/264.json +++ b/vuln/npm/264.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "wixtoolset", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/265.json b/vuln/npm/265.json index 3fe6da6a..0fc95e7f 100644 --- a/vuln/npm/265.json +++ b/vuln/npm/265.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "clang-extra", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/266.json b/vuln/npm/266.json index 8af81c90..1678960d 100644 --- a/vuln/npm/266.json +++ b/vuln/npm/266.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "qbs", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/267.json b/vuln/npm/267.json index 62e2bd76..5d9e8b64 100644 --- a/vuln/npm/267.json +++ b/vuln/npm/267.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-09", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "tomita", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/268.json b/vuln/npm/268.json index b22cbd45..a2516159 100644 --- a/vuln/npm/268.json +++ b/vuln/npm/268.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "co-cli-installer", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/269.json b/vuln/npm/269.json index adce93ab..59f0987f 100644 --- a/vuln/npm/269.json +++ b/vuln/npm/269.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "fis-parser-sass-bin", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/27.json b/vuln/npm/27.json index a2e47f92..e8a0e821 100644 --- a/vuln/npm/27.json +++ b/vuln/npm/27.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Potential Command Injection", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "printer", "publish_date": "2014-03-06", "cves": [ diff --git a/vuln/npm/270.json b/vuln/npm/270.json index abf1b8e0..da3c8f04 100644 --- a/vuln/npm/270.json +++ b/vuln/npm/270.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "soci", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/271.json b/vuln/npm/271.json index 6946974e..eb81b8a0 100644 --- a/vuln/npm/271.json +++ b/vuln/npm/271.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "poco", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/272.json b/vuln/npm/272.json index e3a69bc7..c1946886 100644 --- a/vuln/npm/272.json +++ b/vuln/npm/272.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "libsbml", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/273.json b/vuln/npm/273.json index f9db56f8..1c3abbb6 100644 --- a/vuln/npm/273.json +++ b/vuln/npm/273.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "rs-brightcove", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/274.json b/vuln/npm/274.json index 447302d8..696c057c 100644 --- a/vuln/npm/274.json +++ b/vuln/npm/274.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "google-closure-tools-latest", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/275.json b/vuln/npm/275.json index 258e0c17..7c25e25a 100644 --- a/vuln/npm/275.json +++ b/vuln/npm/275.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "libsbmlsim", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/276.json b/vuln/npm/276.json index 0b4ac7f9..f2f9fa02 100644 --- a/vuln/npm/276.json +++ b/vuln/npm/276.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "limbus-buildgen", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/277.json b/vuln/npm/277.json index fcd0d251..8aacbe86 100644 --- a/vuln/npm/277.json +++ b/vuln/npm/277.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "serc.js", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/278.json b/vuln/npm/278.json index 5ae69393..f8cd8160 100644 --- a/vuln/npm/278.json +++ b/vuln/npm/278.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2016-12-16", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "fuseki", "publish_date": "2016-12-16", "cves": [], diff --git a/vuln/npm/279.json b/vuln/npm/279.json index 31096286..c1c9bfa9 100644 --- a/vuln/npm/279.json +++ b/vuln/npm/279.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ipip-coffee", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/28.json b/vuln/npm/28.json index 705b4286..ea219b0b 100644 --- a/vuln/npm/28.json +++ b/vuln/npm/28.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Denial-of-Service Extended Event Loop Blocking", - "author": "Tom Steele", + "author": { + "name": "Tom Steele", + "website": null, + "username": null + }, "module_name": "qs", "publish_date": "2014-08-06", "cves": [], diff --git a/vuln/npm/280.json b/vuln/npm/280.json index efd706fe..72ee0b8d 100644 --- a/vuln/npm/280.json +++ b/vuln/npm/280.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "mystem-wrapper", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/281.json b/vuln/npm/281.json index 1df0976d..c5a86dfd 100644 --- a/vuln/npm/281.json +++ b/vuln/npm/281.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "windows-seleniumjar-mirror", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/282.json b/vuln/npm/282.json index b77c21a4..5f5d4fc5 100644 --- a/vuln/npm/282.json +++ b/vuln/npm/282.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "cloudpub-redis", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/283.json b/vuln/npm/283.json index 3f3c2742..b4f5ef5e 100644 --- a/vuln/npm/283.json +++ b/vuln/npm/283.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "adamvr-geoip-lite", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/284.json b/vuln/npm/284.json index 8b3e4b05..ddcfe08d 100644 --- a/vuln/npm/284.json +++ b/vuln/npm/284.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "selenium-standalone-painful", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/285.json b/vuln/npm/285.json index 4dbadad7..be7eddcf 100644 --- a/vuln/npm/285.json +++ b/vuln/npm/285.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "windows-selenium-chromedriver", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/286.json b/vuln/npm/286.json index 6b4fb563..5e9566f9 100644 --- a/vuln/npm/286.json +++ b/vuln/npm/286.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "arcanist", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/287.json b/vuln/npm/287.json index 0b528267..4ab62a62 100644 --- a/vuln/npm/287.json +++ b/vuln/npm/287.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "fis-sass-all", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/288.json b/vuln/npm/288.json index 18c9321f..8a13fc3c 100644 --- a/vuln/npm/288.json +++ b/vuln/npm/288.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "healthcenter", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/289.json b/vuln/npm/289.json index c83972e7..c4b8e459 100644 --- a/vuln/npm/289.json +++ b/vuln/npm/289.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "pk-app-wonderbox", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/29.json b/vuln/npm/29.json index 264ea889..b77f34e9 100644 --- a/vuln/npm/29.json +++ b/vuln/npm/29.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Denial-of-Service Memory Exhaustion", - "author": "Dustin Shiver", + "author": { + "name": "Dustin Shiver", + "website": null, + "username": null + }, "module_name": "qs", "publish_date": "2014-08-06", "cves": [ diff --git a/vuln/npm/290.json b/vuln/npm/290.json index 185c1e31..ef07b51a 100644 --- a/vuln/npm/290.json +++ b/vuln/npm/290.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "massif", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/292.json b/vuln/npm/292.json index bd8eb1cb..8855a97c 100644 --- a/vuln/npm/292.json +++ b/vuln/npm/292.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "roslib-socketio", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/293.json b/vuln/npm/293.json index a32fe3f0..31757fb2 100644 --- a/vuln/npm/293.json +++ b/vuln/npm/293.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "windows-iedriver", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/294.json b/vuln/npm/294.json index 155f87fb..16b91939 100644 --- a/vuln/npm/294.json +++ b/vuln/npm/294.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "haxe3", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/295.json b/vuln/npm/295.json index aaaf2070..c1d83ab4 100644 --- a/vuln/npm/295.json +++ b/vuln/npm/295.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "windows-latestchromedriver", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/296.json b/vuln/npm/296.json index ddcc8d6d..724e4283 100644 --- a/vuln/npm/296.json +++ b/vuln/npm/296.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "windows-seleniumjar", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/297.json b/vuln/npm/297.json index 6dcec7f3..046ea8be 100644 --- a/vuln/npm/297.json +++ b/vuln/npm/297.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "npm-test-sqlite3-trunk", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/298.json b/vuln/npm/298.json index 42426f4b..2e1cc0f8 100644 --- a/vuln/npm/298.json +++ b/vuln/npm/298.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "openframe-ascii-image", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/299.json b/vuln/npm/299.json index e46d5f51..3a2694fc 100644 --- a/vuln/npm/299.json +++ b/vuln/npm/299.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "pm2-kafka", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/3.json b/vuln/npm/3.json index 5ac1ed89..9f297d42 100644 --- a/vuln/npm/3.json +++ b/vuln/npm/3.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "methodOverride Middleware Reflected Cross-Site Scripting", - "author": "Sergio Arcos", + "author": { + "name": "Sergio Arcos", + "website": null, + "username": null + }, "module_name": "connect", "publish_date": "2013-07-01", "cves": [ diff --git a/vuln/npm/30.json b/vuln/npm/30.json index c55e6124..1277563b 100644 --- a/vuln/npm/30.json +++ b/vuln/npm/30.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Content Injection", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "remarkable", "publish_date": "2014-11-13", "cves": [], diff --git a/vuln/npm/300.json b/vuln/npm/300.json index f3fe27d4..75e1b448 100644 --- a/vuln/npm/300.json +++ b/vuln/npm/300.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "haxeshim", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/301.json b/vuln/npm/301.json index 2e679385..49ae9705 100644 --- a/vuln/npm/301.json +++ b/vuln/npm/301.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "mystem-fix", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/302.json b/vuln/npm/302.json index f5c96f4a..7f557e87 100644 --- a/vuln/npm/302.json +++ b/vuln/npm/302.json @@ -3,7 +3,11 @@ "created_at": "2016-12-02", "updated_at": "2017-01-01", "title": "Downloads Resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "react-native-baidu-voice-synthesizer", "publish_date": "2017-01-01", "cves": [], diff --git a/vuln/npm/303.json b/vuln/npm/303.json index abdba2e8..11c16f92 100644 --- a/vuln/npm/303.json +++ b/vuln/npm/303.json @@ -3,7 +3,11 @@ "created_at": "2016-12-12", "updated_at": "2017-04-18", "title": "Directory Traversal", - "author": "Liang Gong", + "author": { + "name": "Liang Gong", + "website": null, + "username": null + }, "module_name": "hostr", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/304.json b/vuln/npm/304.json index 1378c862..5f0a0646 100644 --- a/vuln/npm/304.json +++ b/vuln/npm/304.json @@ -3,7 +3,11 @@ "created_at": "2017-01-05", "updated_at": "2017-01-06", "title": "Downloads Resources over HTTP", - "author": "Liang Gong", + "author": { + "name": "Liang Gong", + "website": null, + "username": null + }, "module_name": "windows-build-tools", "publish_date": "2017-01-06", "cves": [], diff --git a/vuln/npm/305.json b/vuln/npm/305.json index 8c630b7d..b0cc709c 100644 --- a/vuln/npm/305.json +++ b/vuln/npm/305.json @@ -3,7 +3,11 @@ "created_at": "2017-01-17", "updated_at": "2017-01-23", "title": "Arbitrary File Read", - "author": "Honza Javorek", + "author": { + "name": "Honza Javorek", + "website": null, + "username": null + }, "module_name": "fury-adapter-swagger", "publish_date": "2017-01-23", "cves": [ diff --git a/vuln/npm/307.json b/vuln/npm/307.json index 6d52d5a6..e0931a28 100644 --- a/vuln/npm/307.json +++ b/vuln/npm/307.json @@ -3,7 +3,11 @@ "created_at": "2017-01-24", "updated_at": "2017-04-18", "title": "XSS in Hover Over Label Names", - "author": "JelteF", + "author": { + "name": "JelteF", + "website": null, + "username": null + }, "module_name": "Morris.js", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/308.json b/vuln/npm/308.json index fd1409f6..abf5dfbd 100644 --- a/vuln/npm/308.json +++ b/vuln/npm/308.json @@ -3,7 +3,11 @@ "created_at": "2017-01-26", "updated_at": "2017-04-14", "title": "Regular Expression Denial of Service", - "author": "saurik", + "author": { + "name": "saurik", + "website": null, + "username": null + }, "module_name": "decamelize", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/309.json b/vuln/npm/309.json index 7839ffd7..d55d362c 100644 --- a/vuln/npm/309.json +++ b/vuln/npm/309.json @@ -3,7 +3,11 @@ "created_at": "2017-02-01", "updated_at": "2017-04-18", "title": "Remote Memory Exposure", - "author": "Feross Aboukhadijeh", + "author": { + "name": "Feross Aboukhadijeh", + "website": null, + "username": null + }, "module_name": "request", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/31.json b/vuln/npm/31.json index 1df04218..7bd2f75f 100644 --- a/vuln/npm/31.json +++ b/vuln/npm/31.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "semver", "publish_date": "2015-04-04", "cves": [ diff --git a/vuln/npm/310.json b/vuln/npm/310.json index e4801a29..d89ca92b 100644 --- a/vuln/npm/310.json +++ b/vuln/npm/310.json @@ -3,7 +3,11 @@ "created_at": "2017-02-02", "updated_at": "2017-04-14", "title": "Tmp files readable by other users", - "author": "maxnikulin", + "author": { + "name": "maxnikulin", + "website": null, + "username": null + }, "module_name": "sync-exec", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/311.json b/vuln/npm/311.json index 66e00646..284834a8 100644 --- a/vuln/npm/311.json +++ b/vuln/npm/311.json @@ -3,7 +3,11 @@ "created_at": "2017-02-09", "updated_at": "2017-02-09", "title": "Code Execution through IIFE", - "author": "Ajin Abraham", + "author": { + "name": "Ajin Abraham", + "website": null, + "username": null + }, "module_name": "node-serialize", "publish_date": "2017-02-09", "cves": [], diff --git a/vuln/npm/312.json b/vuln/npm/312.json index 18084ec4..5461b020 100644 --- a/vuln/npm/312.json +++ b/vuln/npm/312.json @@ -3,7 +3,11 @@ "created_at": "2017-02-09", "updated_at": "2017-04-18", "title": "ReDoS via long UserAgent header", - "author": "Mathias Madsen", + "author": { + "name": "Mathias Madsen", + "website": null, + "username": null + }, "module_name": "useragent", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/313.json b/vuln/npm/313.json index 8545caad..10024211 100644 --- a/vuln/npm/313.json +++ b/vuln/npm/313.json @@ -3,7 +3,11 @@ "created_at": "2017-02-10", "updated_at": "2017-02-10", "title": "Code Execution Through IIFE", - "author": "Ajin Abraham", + "author": { + "name": "Ajin Abraham", + "website": null, + "username": null + }, "module_name": "serialize-to-js", "publish_date": "2017-02-10", "cves": [ diff --git a/vuln/npm/314.json b/vuln/npm/314.json index b7ae9ff8..0377fcd3 100644 --- a/vuln/npm/314.json +++ b/vuln/npm/314.json @@ -3,7 +3,11 @@ "created_at": "2017-02-27", "updated_at": "2017-04-20", "title": "Cross-Site Scripting (XSS)", - "author": "CycoPH", + "author": { + "name": "CycoPH", + "website": null, + "username": null + }, "module_name": "restify", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/315.json b/vuln/npm/315.json index 05767235..b0327242 100644 --- a/vuln/npm/315.json +++ b/vuln/npm/315.json @@ -3,7 +3,11 @@ "created_at": "2017-03-06", "updated_at": "2017-04-14", "title": "Unsafe eval()", - "author": "Cristian-Alexandru Staicu", + "author": { + "name": "Cristian-Alexandru Staicu", + "website": null, + "username": null + }, "module_name": "summit", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/318.json b/vuln/npm/318.json index 7e01595c..654d75c6 100644 --- a/vuln/npm/318.json +++ b/vuln/npm/318.json @@ -3,7 +3,11 @@ "created_at": "2017-03-08", "updated_at": "2017-03-08", "title": "Header Forgery", - "author": "Dave Longley", + "author": { + "name": "Dave Longley", + "website": null, + "username": null + }, "module_name": "http-signature", "publish_date": "2017-03-08", "cves": [], diff --git a/vuln/npm/319.json b/vuln/npm/319.json index 233176eb..2ceb7bf6 100644 --- a/vuln/npm/319.json +++ b/vuln/npm/319.json @@ -3,7 +3,11 @@ "created_at": "2017-03-08", "updated_at": "2017-03-09", "title": "XSS in Data URI", - "author": "Sophie Alpert (https://github.com/sophiebits)", + "author": { + "name": "Sophie Alpert", + "website": "https://github.com/sophiebits", + "username": null + }, "module_name": "remarkable", "publish_date": "2017-03-09", "cves": [], diff --git a/vuln/npm/32.json b/vuln/npm/32.json index 872f0631..1897e522 100644 --- a/vuln/npm/32.json +++ b/vuln/npm/32.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-20", "title": "Directory Traversal", - "author": "Ilya Kantor", + "author": { + "name": "Ilya Kantor", + "website": null, + "username": null + }, "module_name": "send", "publish_date": "2014-09-12", "cves": [ diff --git a/vuln/npm/321.json b/vuln/npm/321.json index 461dd980..7f76fb95 100644 --- a/vuln/npm/321.json +++ b/vuln/npm/321.json @@ -3,7 +3,11 @@ "created_at": "2017-03-09", "updated_at": "2017-04-18", "title": "Insecure randomness", - "author": "Martin Thomson", + "author": { + "name": "Martin Thomson", + "website": null, + "username": null + }, "module_name": "socket.io", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/323.json b/vuln/npm/323.json index 8029f69b..139b182a 100644 --- a/vuln/npm/323.json +++ b/vuln/npm/323.json @@ -3,7 +3,11 @@ "created_at": "2017-03-10", "updated_at": "2017-04-11", "title": "Insufficient Error Handling", - "author": "TJ Holowaychuk", + "author": { + "name": "TJ Holowaychuk", + "website": null, + "username": null + }, "module_name": "http-proxy", "publish_date": "2017-04-11", "cves": [], diff --git a/vuln/npm/324.json b/vuln/npm/324.json index 826d6151..0d75cf89 100644 --- a/vuln/npm/324.json +++ b/vuln/npm/324.json @@ -3,7 +3,11 @@ "created_at": "2017-03-13", "updated_at": "2017-03-13", "title": "Invalid Curve Attack", - "author": "Antonio Sanso", + "author": { + "name": "Antonio Sanso", + "website": null, + "username": null + }, "module_name": "node-jose", "publish_date": "2017-03-13", "cves": [], diff --git a/vuln/npm/325.json b/vuln/npm/325.json index 4f7e5575..4d916bcb 100644 --- a/vuln/npm/325.json +++ b/vuln/npm/325.json @@ -3,7 +3,11 @@ "created_at": "2017-03-14", "updated_at": "2017-03-14", "title": "Cross-Site Scripting", - "author": "KJ Tsanaktsidis", + "author": { + "name": "KJ Tsanaktsidis", + "website": null, + "username": null + }, "module_name": "i18next", "publish_date": "2017-03-14", "cves": [], diff --git a/vuln/npm/326.json b/vuln/npm/326.json index aa6761a3..0ebf211a 100644 --- a/vuln/npm/326.json +++ b/vuln/npm/326.json @@ -3,7 +3,11 @@ "created_at": "2017-03-14", "updated_at": "2017-03-15", "title": "Cross-Site Scripting", - "author": "alexmchardy", + "author": { + "name": "alexmchardy", + "website": null, + "username": null + }, "module_name": "i18next", "publish_date": "2017-03-15", "cves": [], diff --git a/vuln/npm/327.json b/vuln/npm/327.json index c0f0a1a4..fbdbdd8a 100644 --- a/vuln/npm/327.json +++ b/vuln/npm/327.json @@ -3,7 +3,11 @@ "created_at": "2017-03-15", "updated_at": "2017-03-15", "title": "XSS via Angular Expression", - "author": "Gabrielle Bourdages", + "author": { + "name": "Gabrielle Bourdages", + "website": null, + "username": null + }, "module_name": "ag-grid", "publish_date": "2017-03-15", "cves": [], diff --git a/vuln/npm/328.json b/vuln/npm/328.json index 722f7afd..f821a888 100644 --- a/vuln/npm/328.json +++ b/vuln/npm/328.json @@ -3,7 +3,11 @@ "created_at": "2017-03-20", "updated_at": "2017-04-20", "title": "Cross-Site Scripting (XSS)", - "author": "Egor Homakov", + "author": { + "name": "Egor Homakov", + "website": null, + "username": null + }, "module_name": "jquery", "publish_date": "2017-03-21", "cves": [], diff --git a/vuln/npm/329.json b/vuln/npm/329.json index 8cde8daa..10269c9f 100644 --- a/vuln/npm/329.json +++ b/vuln/npm/329.json @@ -3,7 +3,11 @@ "created_at": "2017-03-20", "updated_at": "2017-03-22", "title": "XSS via improper selector detection", - "author": "Richard Gibson", + "author": { + "name": "Richard Gibson", + "website": null, + "username": null + }, "module_name": "jquery", "publish_date": "2017-03-21", "cves": [], diff --git a/vuln/npm/33.json b/vuln/npm/33.json index 7e5031a4..2dd97f20 100644 --- a/vuln/npm/33.json +++ b/vuln/npm/33.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "SQL Injection", - "author": "Levan Basharuli", + "author": { + "name": "Levan Basharuli", + "website": null, + "username": null + }, "module_name": "sequelize", "publish_date": "2015-01-19", "cves": [ diff --git a/vuln/npm/330.json b/vuln/npm/330.json index dd18aa32..e6ed712a 100644 --- a/vuln/npm/330.json +++ b/vuln/npm/330.json @@ -3,7 +3,11 @@ "created_at": "2017-03-21", "updated_at": "2017-04-14", "title": "Exceeding Stack Call Limit DoS", - "author": "Michał Gołębiowski", + "author": { + "name": "Michał Gołębiowski", + "website": null, + "username": null + }, "module_name": "jquery", "publish_date": "2017-04-14", "cves": [ diff --git a/vuln/npm/331.json b/vuln/npm/331.json index 3ad0577c..47ccb108 100644 --- a/vuln/npm/331.json +++ b/vuln/npm/331.json @@ -3,7 +3,11 @@ "created_at": "2017-03-21", "updated_at": "2017-04-14", "title": "Denial of Service", - "author": "iipokypatop", + "author": { + "name": "iipokypatop", + "website": null, + "username": null + }, "module_name": "nes", "publish_date": "2017-04-14", "cves": [], diff --git a/vuln/npm/332.json b/vuln/npm/332.json index 9cecd99e..55b6764b 100644 --- a/vuln/npm/332.json +++ b/vuln/npm/332.json @@ -3,7 +3,11 @@ "created_at": "2017-03-24", "updated_at": "2017-03-24", "title": "XSS via .swf files", - "author": "Aleksandr Dobkin and Sebastian Roschke", + "author": { + "name": "Aleksandr Dobkin and Sebastian Roschke", + "website": null, + "username": null + }, "module_name": "yui", "publish_date": "2017-03-24", "cves": [ diff --git a/vuln/npm/334.json b/vuln/npm/334.json index bfccda92..d73bfcdd 100644 --- a/vuln/npm/334.json +++ b/vuln/npm/334.json @@ -3,7 +3,11 @@ "created_at": "2017-03-30", "updated_at": "2017-06-05", "title": "Downloads resources over HTTP", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "hubl-server", "publish_date": "2017-06-05", "cves": [], diff --git a/vuln/npm/335.json b/vuln/npm/335.json index d76f86c1..5d0a38a7 100644 --- a/vuln/npm/335.json +++ b/vuln/npm/335.json @@ -3,7 +3,11 @@ "created_at": "2017-03-31", "updated_at": "2017-04-05", "title": "Denial of Service via malformed accept-encoding header", - "author": "Georgios Andrianakis", + "author": { + "name": "Georgios Andrianakis", + "website": null, + "username": null + }, "module_name": "hapi", "publish_date": "2017-04-05", "cves": [], diff --git a/vuln/npm/336.json b/vuln/npm/336.json index 2d469631..cfc26192 100644 --- a/vuln/npm/336.json +++ b/vuln/npm/336.json @@ -3,7 +3,11 @@ "created_at": "2017-04-17", "updated_at": "2017-05-19", "title": "Command Execution", - "author": "Daniel Bond", + "author": { + "name": "Daniel Bond", + "website": null, + "username": null + }, "module_name": "windows-cpu", "publish_date": "2017-05-19", "cves": [], diff --git a/vuln/npm/338.json b/vuln/npm/338.json index 8f468e12..89114294 100644 --- a/vuln/npm/338.json +++ b/vuln/npm/338.json @@ -3,7 +3,11 @@ "created_at": "2017-04-25", "updated_at": "2017-04-26", "title": "ReDoS", - "author": "myvyang", + "author": { + "name": "myvyang", + "website": null, + "username": null + }, "module_name": "brace-expansion", "publish_date": "2017-04-25", "cves": [], diff --git a/vuln/npm/34.json b/vuln/npm/34.json index bc02da42..0d62bb24 100644 --- a/vuln/npm/34.json +++ b/vuln/npm/34.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2017-01-20", "title": "Cross-Site Scripting", - "author": "Ivan Kozik", + "author": { + "name": "Ivan Kozik", + "website": null, + "username": null + }, "module_name": "serve-index", "publish_date": "2015-03-14", "cves": [ diff --git a/vuln/npm/349.json b/vuln/npm/349.json index a67d3ac3..5e75019d 100644 --- a/vuln/npm/349.json +++ b/vuln/npm/349.json @@ -3,7 +3,11 @@ "created_at": "2017-05-19", "updated_at": "2017-06-05", "title": "Directory Traversal", - "author": "Liang Gong", + "author": { + "name": "Liang Gong", + "website": null, + "username": null + }, "module_name": "badjs-sourcemap-server", "publish_date": "2017-06-05", "cves": [], diff --git a/vuln/npm/35.json b/vuln/npm/35.json index e4447f64..db670075 100644 --- a/vuln/npm/35.json +++ b/vuln/npm/35.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Open Redirect", - "author": "Pierre-Élie Fauché", + "author": { + "name": "Pierre-Élie Fauché", + "website": null, + "username": null + }, "module_name": "serve-static", "publish_date": "2015-01-13", "cves": [ diff --git a/vuln/npm/350.json b/vuln/npm/350.json index cd008786..64b55e0c 100644 --- a/vuln/npm/350.json +++ b/vuln/npm/350.json @@ -3,7 +3,11 @@ "created_at": "2017-05-22", "updated_at": "2017-06-05", "title": "Directory Traversal", - "author": "Liang Gong", + "author": { + "name": "Liang Gong", + "website": null, + "username": null + }, "module_name": "gomeplus-h5-proxy", "publish_date": "2017-06-05", "cves": [], diff --git a/vuln/npm/356.json b/vuln/npm/356.json index 0a3fdcc1..38ca8d09 100644 --- a/vuln/npm/356.json +++ b/vuln/npm/356.json @@ -3,7 +3,11 @@ "created_at": "2017-05-30", "updated_at": "2017-06-05", "title": "Command Injection", - "author": "micaksica", + "author": { + "name": "micaksica", + "website": null, + "username": null + }, "module_name": "pidusage", "publish_date": "2017-06-05", "cves": [], diff --git a/vuln/npm/357.json b/vuln/npm/357.json index dc085b6f..8b0b9b36 100644 --- a/vuln/npm/357.json +++ b/vuln/npm/357.json @@ -3,7 +3,11 @@ "created_at": "2018-01-02", "updated_at": "2018-01-02", "title": "Remote PUBLISH DoS", - "author": "mcollina", + "author": { + "name": "mcollina", + "website": null, + "username": null + }, "module_name": "mqtt", "publish_date": "2018-01-02", "cves": [ diff --git a/vuln/npm/358.json b/vuln/npm/358.json index 03fdd3b3..7864a4c3 100644 --- a/vuln/npm/358.json +++ b/vuln/npm/358.json @@ -3,7 +3,11 @@ "created_at": "2018-01-10", "updated_at": "2018-01-10", "title": "Directory Traversal", - "author": "Yasin Soliman (ysx)", + "author": { + "name": "Yasin Soliman", + "website": null, + "username": "ysx" + }, "module_name": "featurebook", "publish_date": "2018-01-10", "cves": [], diff --git a/vuln/npm/359.json b/vuln/npm/359.json index 8f540728..529c0ab9 100644 --- a/vuln/npm/359.json +++ b/vuln/npm/359.json @@ -3,7 +3,11 @@ "created_at": "2018-01-10", "updated_at": "2018-01-10", "title": "Directory Traversal", - "author": "Yasin Soliman (ysx)", + "author": { + "name": "Yasin Soliman", + "website": null, + "username": "ysx" + }, "module_name": "serve-here", "publish_date": "2018-01-10", "cves": [], diff --git a/vuln/npm/36.json b/vuln/npm/36.json index 5960ad06..02606bf0 100644 --- a/vuln/npm/36.json +++ b/vuln/npm/36.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-20", "title": "Directory Traversal", - "author": "Isaac Schlueter", + "author": { + "name": "Isaac Schlueter", + "website": null, + "username": null + }, "module_name": "st", "publish_date": "2014-02-06", "cves": [ diff --git a/vuln/npm/360.json b/vuln/npm/360.json index 405b957a..8353fc02 100644 --- a/vuln/npm/360.json +++ b/vuln/npm/360.json @@ -3,7 +3,11 @@ "created_at": "2018-01-23", "updated_at": "2018-01-23", "title": "Directory Traversal", - "author": "Yasin Soliman (ysx)", + "author": { + "name": "Yasin Soliman", + "website": null, + "username": "ysx" + }, "module_name": "augustine", "publish_date": "2018-01-23", "cves": [], diff --git a/vuln/npm/361.json b/vuln/npm/361.json index c85941f8..f2005fa3 100644 --- a/vuln/npm/361.json +++ b/vuln/npm/361.json @@ -3,7 +3,11 @@ "created_at": "2018-01-23", "updated_at": "2018-01-23", "title": "Directory Traversal", - "author": "Yasin Soliman (ysx)", + "author": { + "name": "Yasin Soliman", + "website": null, + "username": "ysx" + }, "module_name": "lactate", "publish_date": "2018-01-23", "cves": [], diff --git a/vuln/npm/362.json b/vuln/npm/362.json index a362468c..32d38ccc 100644 --- a/vuln/npm/362.json +++ b/vuln/npm/362.json @@ -3,7 +3,11 @@ "created_at": "2018-01-23", "updated_at": "2018-01-23", "title": "Reflected Cross-Site Scripting", - "author": "Yasin Soliman (ysx)", + "author": { + "name": "Yasin Soliman", + "website": null, + "username": "ysx" + }, "module_name": "redis-commander", "publish_date": "2018-01-23", "cves": [], diff --git a/vuln/npm/363.json b/vuln/npm/363.json index 82712257..a9200417 100644 --- a/vuln/npm/363.json +++ b/vuln/npm/363.json @@ -3,7 +3,11 @@ "created_at": "2018-01-23", "updated_at": "2018-01-23", "title": "Directory Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "serve", "publish_date": "2018-01-23", "cves": [ diff --git a/vuln/npm/364.json b/vuln/npm/364.json index 255b8f5e..18c3c595 100644 --- a/vuln/npm/364.json +++ b/vuln/npm/364.json @@ -3,7 +3,11 @@ "created_at": "2018-01-24", "updated_at": "2018-01-24", "title": "Fastify denial-of-service vulnerability with large JSON payloads", - "author": "nwoltman (https://github.com/nwoltman)", + "author": { + "name": "nwoltman", + "website": "https://github.com/nwoltman", + "username": null + }, "module_name": "fastify", "publish_date": "2018-01-24", "cves": [ diff --git a/vuln/npm/365.json b/vuln/npm/365.json index e91655e3..209f4683 100644 --- a/vuln/npm/365.json +++ b/vuln/npm/365.json @@ -3,7 +3,11 @@ "created_at": "2018-01-23", "updated_at": "2018-01-23", "title": "html-janitor bypassing sanitization using DOM clobbering", - "author": "_bayotop (https://twitter.com/_bayotop)", + "author": { + "name": "_bayotop", + "website": "https://twitter.com/_bayotop", + "username": null + }, "module_name": "html-janitor", "publish_date": "2018-01-23", "cves": [ diff --git a/vuln/npm/366.json b/vuln/npm/366.json index d56e0339..21fe0d89 100644 --- a/vuln/npm/366.json +++ b/vuln/npm/366.json @@ -3,7 +3,11 @@ "created_at": "2018-01-23", "updated_at": "2018-01-23", "title": "html-janitor passing user-controlled data to clean() leads to XSS", - "author": "_bayotop (https://twitter.com/_bayotop)", + "author": { + "name": "_bayotop", + "website": "https://twitter.com/_bayotop", + "username": null + }, "module_name": "html-janitor", "publish_date": "2018-01-23", "cves": [ diff --git a/vuln/npm/367.json b/vuln/npm/367.json index 3ecb7dfc..ea34b47e 100644 --- a/vuln/npm/367.json +++ b/vuln/npm/367.json @@ -3,7 +3,11 @@ "created_at": "2018-02-12", "updated_at": "2018-02-12", "title": "hoek prototype pollution", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "hoek", "publish_date": "2018-02-12", "cves": [ diff --git a/vuln/npm/368.json b/vuln/npm/368.json index ca3d6697..f2551020 100644 --- a/vuln/npm/368.json +++ b/vuln/npm/368.json @@ -3,7 +3,11 @@ "created_at": "2018-02-12", "updated_at": "2018-02-12", "title": "lodash prototype pollution", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "lodash", "publish_date": "2018-02-12", "cves": [ diff --git a/vuln/npm/369.json b/vuln/npm/369.json index 395cf631..f74d355c 100644 --- a/vuln/npm/369.json +++ b/vuln/npm/369.json @@ -3,7 +3,11 @@ "created_at": "2018-02-15", "updated_at": "2018-02-15", "title": "mixin-deep prototype pollution", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "mixin-deep", "publish_date": "2018-02-15", "cves": [ diff --git a/vuln/npm/37.json b/vuln/npm/37.json index a6170626..590ccb46 100644 --- a/vuln/npm/37.json +++ b/vuln/npm/37.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Potential for Script Injection", - "author": "Cal Leeming", + "author": { + "name": "Cal Leeming", + "website": null, + "username": null + }, "module_name": "syntax-error", "publish_date": "2014-07-15", "cves": [ diff --git a/vuln/npm/370.json b/vuln/npm/370.json index 4615150c..02c65347 100644 --- a/vuln/npm/370.json +++ b/vuln/npm/370.json @@ -3,7 +3,11 @@ "created_at": "2018-02-15", "updated_at": "2018-02-15", "title": "assign-deep prototype pollution", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "assign-deep", "publish_date": "2018-02-15", "cves": [ diff --git a/vuln/npm/371.json b/vuln/npm/371.json index 189f5c3f..83f83bf4 100644 --- a/vuln/npm/371.json +++ b/vuln/npm/371.json @@ -3,7 +3,11 @@ "created_at": "2018-02-15", "updated_at": "2018-02-15", "title": "merge-deep prototype pollution", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "merge-deep", "publish_date": "2018-02-15", "cves": [ diff --git a/vuln/npm/372.json b/vuln/npm/372.json index fe98a7fd..72dfe9b0 100644 --- a/vuln/npm/372.json +++ b/vuln/npm/372.json @@ -3,7 +3,11 @@ "created_at": "2018-02-15", "updated_at": "2018-02-15", "title": "defaults-deep prototype pollution", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "defaults-deep", "publish_date": "2018-02-15", "cves": [ diff --git a/vuln/npm/373.json b/vuln/npm/373.json index 4dd2efe3..04be11e7 100644 --- a/vuln/npm/373.json +++ b/vuln/npm/373.json @@ -3,7 +3,11 @@ "created_at": "2018-02-17", "updated_at": "2018-02-17", "title": "Directory Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "public", "publish_date": "2018-02-17", "cves": [ diff --git a/vuln/npm/374.json b/vuln/npm/374.json index 6808129b..23e32460 100644 --- a/vuln/npm/374.json +++ b/vuln/npm/374.json @@ -3,7 +3,11 @@ "created_at": "2018-02-17", "updated_at": "2018-02-17", "title": "Cross-site Scripting (XSS) - Stored", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "crud-file-server", "publish_date": "2018-02-17", "cves": [ diff --git a/vuln/npm/375.json b/vuln/npm/375.json index 17409a5f..4e290743 100644 --- a/vuln/npm/375.json +++ b/vuln/npm/375.json @@ -3,7 +3,11 @@ "created_at": "2018-02-21", "updated_at": "2018-02-21", "title": "Regular Expression Denial of Service (ReDoS)", - "author": "Jamie Davis", + "author": { + "name": "Jamie Davis", + "website": null, + "username": null + }, "module_name": "is-my-json-valid", "publish_date": "2018-02-21", "cves": [], diff --git a/vuln/npm/376.json b/vuln/npm/376.json index 60a18725..418961c7 100644 --- a/vuln/npm/376.json +++ b/vuln/npm/376.json @@ -3,7 +3,11 @@ "created_at": "2018-02-22", "updated_at": "2018-02-22", "title": "Path Traversal", - "author": "orange_8361 (https://twitter.com/orange_8361)", + "author": { + "name": "orange_8361", + "website": "https://twitter.com/orange_8361", + "username": null + }, "module_name": "resolve-path", "publish_date": "2018-02-22", "cves": [ diff --git a/vuln/npm/377.json b/vuln/npm/377.json index 67f3c561..a6d75803 100644 --- a/vuln/npm/377.json +++ b/vuln/npm/377.json @@ -3,7 +3,11 @@ "created_at": "2018-02-26", "updated_at": "2018-02-26", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "localhost-now", "publish_date": "2018-02-26", "cves": [ diff --git a/vuln/npm/378.json b/vuln/npm/378.json index 5e3453d9..62a03c70 100644 --- a/vuln/npm/378.json +++ b/vuln/npm/378.json @@ -3,7 +3,11 @@ "created_at": "2018-02-26", "updated_at": "2018-02-26", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "626", "publish_date": "2018-02-26", "cves": [ diff --git a/vuln/npm/379.json b/vuln/npm/379.json index b87caff1..96cd8429 100644 --- a/vuln/npm/379.json +++ b/vuln/npm/379.json @@ -3,7 +3,11 @@ "created_at": "2018-02-26", "updated_at": "2018-02-26", "title": "Cross-Site Scripting (XSS) - Stored", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "anywhere", "publish_date": "2018-02-26", "cves": [ diff --git a/vuln/npm/38.json b/vuln/npm/38.json index 4c54dd05..7009feae 100644 --- a/vuln/npm/38.json +++ b/vuln/npm/38.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-25", "title": "API Admin Auth Weakness", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "tomato", "publish_date": "2013-03-07", "cves": [ diff --git a/vuln/npm/380.json b/vuln/npm/380.json index 221ed9b6..4f1df33c 100644 --- a/vuln/npm/380.json +++ b/vuln/npm/380.json @@ -3,7 +3,11 @@ "created_at": "2018-02-26", "updated_at": "2018-02-26", "title": "Cross-Site Scripting (XSS) - Stored", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "simplehttpserver", "publish_date": "2018-02-26", "cves": [ diff --git a/vuln/npm/381.json b/vuln/npm/381.json index fafbb13e..f100ea7f 100644 --- a/vuln/npm/381.json +++ b/vuln/npm/381.json @@ -3,7 +3,11 @@ "created_at": "2018-02-27", "updated_at": "2018-02-27", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "hekto", "publish_date": "2018-02-27", "cves": [ diff --git a/vuln/npm/382.json b/vuln/npm/382.json index 04fec85d..f460dcef 100644 --- a/vuln/npm/382.json +++ b/vuln/npm/382.json @@ -3,7 +3,11 @@ "created_at": "2018-03-03", "updated_at": "2018-03-03", "title": "XSS in links", - "author": "joker314 (https://joker314.github.io)", + "author": { + "name": "joker314", + "website": "https://joker314.github.io", + "username": null + }, "module_name": "mrk.js", "publish_date": "2018-03-03", "cves": [], diff --git a/vuln/npm/383.json b/vuln/npm/383.json index 7fbe4352..32b44e9d 100644 --- a/vuln/npm/383.json +++ b/vuln/npm/383.json @@ -3,7 +3,11 @@ "created_at": "2018-03-07", "updated_at": "2018-03-07", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "node-srv", "publish_date": "2018-03-07", "cves": [ diff --git a/vuln/npm/384.json b/vuln/npm/384.json index 84270a67..9d976c4f 100644 --- a/vuln/npm/384.json +++ b/vuln/npm/384.json @@ -3,7 +3,11 @@ "created_at": "2018-03-02", "updated_at": "2018-03-02", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "angular-http-server", "publish_date": "2018-03-02", "cves": [ diff --git a/vuln/npm/385.json b/vuln/npm/385.json index 57af02e0..cf6b14bc 100644 --- a/vuln/npm/385.json +++ b/vuln/npm/385.json @@ -3,7 +3,11 @@ "created_at": "2018-03-04", "updated_at": "2018-03-04", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "glance", "publish_date": "2018-03-04", "cves": [ diff --git a/vuln/npm/386.json b/vuln/npm/386.json index d2a7a63f..7b1e5ce7 100644 --- a/vuln/npm/386.json +++ b/vuln/npm/386.json @@ -3,7 +3,11 @@ "created_at": "2018-03-07", "updated_at": "2018-03-07", "title": "Path Traversal", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "stattic", "publish_date": "2018-03-07", "cves": [ diff --git a/vuln/npm/387.json b/vuln/npm/387.json index 5c4e305e..aad80659 100644 --- a/vuln/npm/387.json +++ b/vuln/npm/387.json @@ -5,7 +5,11 @@ "created_at": "2018-01-31", "updated_at": "2018-03-10", "publish_date": "2018-03-10", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "general-file-server", "cves": [ "CVE-2018-3724" diff --git a/vuln/npm/388.json b/vuln/npm/388.json index 740a35c7..a05f8990 100644 --- a/vuln/npm/388.json +++ b/vuln/npm/388.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-04-02", "publish_date": "2018-04-02", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "https-proxy-agent", "cves": [], "vulnerable_versions": "<=2.1.1", diff --git a/vuln/npm/389.json b/vuln/npm/389.json index 56f88dba..314a219c 100644 --- a/vuln/npm/389.json +++ b/vuln/npm/389.json @@ -5,7 +5,11 @@ "created_at": "2018-01-24", "updated_at": "2018-03-14", "publish_date": "2018-03-13", - "author": "digitalwizard", + "author": { + "name": "digitalwizard", + "website": null, + "username": null + }, "module_name": "serve", "cves": [ "CVE-2018-3718" diff --git a/vuln/npm/39.json b/vuln/npm/39.json index 28dd4d9a..7346ac87 100644 --- a/vuln/npm/39.json +++ b/vuln/npm/39.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Incorrect Handling of Non-Boolean Comparisons During Minification", - "author": "Tom MacWright", + "author": { + "name": "Tom MacWright", + "website": null, + "username": null + }, "module_name": "uglify-js", "publish_date": "2015-08-24", "cves": [ diff --git a/vuln/npm/390.json b/vuln/npm/390.json index e9dd7b3b..9e4c7809 100644 --- a/vuln/npm/390.json +++ b/vuln/npm/390.json @@ -5,7 +5,11 @@ "created_at": "2018-01-26", "updated_at": "2018-03-02", "publish_date": "2018-03-02", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "simple-server", "cves": [ "CVE-2018-3717" diff --git a/vuln/npm/391.json b/vuln/npm/391.json index edc89daa..ccc28da1 100644 --- a/vuln/npm/391.json +++ b/vuln/npm/391.json @@ -1,7 +1,11 @@ { "id": 391, "title": "Memory Exposure", - "author": "Feross Aboukhadijeh", + "author": { + "name": "Feross Aboukhadijeh", + "website": null, + "username": null + }, "module_name": "bl", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/392.json b/vuln/npm/392.json index a22ed8c4..8cbd4a23 100644 --- a/vuln/npm/392.json +++ b/vuln/npm/392.json @@ -1,7 +1,11 @@ { "id": 392, "title": "Memory Exposure", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "concat-stream", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/393.json b/vuln/npm/393.json index f41e41bb..d78bd986 100644 --- a/vuln/npm/393.json +++ b/vuln/npm/393.json @@ -1,7 +1,11 @@ { "id": 393, "title": "Memory Exposure", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "tunnel-agent", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/394.json b/vuln/npm/394.json index 7ae223be..68f9a18c 100644 --- a/vuln/npm/394.json +++ b/vuln/npm/394.json @@ -1,7 +1,11 @@ { "id": 394, "title": "Remote Memory Exposure", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "mongoose", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/395.json b/vuln/npm/395.json index bbd5c4b4..91491142 100644 --- a/vuln/npm/395.json +++ b/vuln/npm/395.json @@ -1,7 +1,11 @@ { "id": 395, "title": "Remote Memory Exposure", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "openwhisk", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/396.json b/vuln/npm/396.json index 03044068..e74baa48 100644 --- a/vuln/npm/396.json +++ b/vuln/npm/396.json @@ -1,7 +1,11 @@ { "id": 396, "title": "Remote Memory Exposure", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "floody", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/397.json b/vuln/npm/397.json index ac9f6ada..a28be1a7 100644 --- a/vuln/npm/397.json +++ b/vuln/npm/397.json @@ -1,7 +1,11 @@ { "id": 397, "title": "Remote Memory Exposure", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "mysql", "created_at": "2018-03-24", "updated_at": "2018-03-24", diff --git a/vuln/npm/398.json b/vuln/npm/398.json index 989e4a86..275d656b 100644 --- a/vuln/npm/398.json +++ b/vuln/npm/398.json @@ -5,7 +5,11 @@ "created_at": "2018-01-25", "updated_at": "2018-03-28", "publish_date": "2018-03-28", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "metascraper", "cves": [ "CVE-2018-3773" diff --git a/vuln/npm/399.json b/vuln/npm/399.json index 9bf5a48c..f8ffb9cd 100644 --- a/vuln/npm/399.json +++ b/vuln/npm/399.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-03-28", "publish_date": "2018-03-28", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "whereis", "cves": [ "CVE-2018-3772" diff --git a/vuln/npm/4.json b/vuln/npm/4.json index cce62384..d74858cb 100644 --- a/vuln/npm/4.json +++ b/vuln/npm/4.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-10-27", "title": "CORS Token Disclosure", - "author": "Marcus Stong", + "author": { + "name": "Marcus Stong", + "website": null, + "username": null + }, "module_name": "crumb", "publish_date": "2014-08-01", "cves": [ diff --git a/vuln/npm/40.json b/vuln/npm/40.json index 388cef1b..0504b9af 100644 --- a/vuln/npm/40.json +++ b/vuln/npm/40.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Command Injection", - "author": "CodingTwinky", + "author": { + "name": "CodingTwinky", + "website": null, + "username": null + }, "module_name": "ungit", "publish_date": "2015-01-22", "cves": [ diff --git a/vuln/npm/400.json b/vuln/npm/400.json index bb441a88..4caae96d 100644 --- a/vuln/npm/400.json +++ b/vuln/npm/400.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-03-31", "publish_date": "2018-03-31", - "author": "Jamie Davis (https://twitter.com/TheDavisJam)", + "author": { + "name": "Jamie Davis", + "website": "https://twitter.com/TheDavisJam", + "username": null + }, "module_name": "protobufjs", "cves": [], "vulnerable_versions": "<=6.8.5", diff --git a/vuln/npm/401.json b/vuln/npm/401.json index 6ef8f640..934cbeb4 100644 --- a/vuln/npm/401.json +++ b/vuln/npm/401.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-04-05", "publish_date": "2018-04-05", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "sshpk", "cves": [], "vulnerable_versions": "<=1.13.1", diff --git a/vuln/npm/402.json b/vuln/npm/402.json index 683a9e77..c9830bde 100644 --- a/vuln/npm/402.json +++ b/vuln/npm/402.json @@ -5,7 +5,11 @@ "created_at": "2018-03-03", "updated_at": "2018-04-06", "publish_date": "2018-04-06", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "http-proxy-agent", "cves": [], "vulnerable_versions": "<=2.0.0", diff --git a/vuln/npm/403.json b/vuln/npm/403.json index c3e60e5a..bc653ebb 100644 --- a/vuln/npm/403.json +++ b/vuln/npm/403.json @@ -5,7 +5,11 @@ "created_at": "2018-03-04", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "atob", "cves": [ "CVE-2018-3745" diff --git a/vuln/npm/404.json b/vuln/npm/404.json index eb30eade..54d7f39c 100644 --- a/vuln/npm/404.json +++ b/vuln/npm/404.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "bracket-template", "cves": [], "vulnerable_versions": "<=1.1.5", diff --git a/vuln/npm/405.json b/vuln/npm/405.json index 4ff4c5d2..9d089452 100644 --- a/vuln/npm/405.json +++ b/vuln/npm/405.json @@ -5,7 +5,11 @@ "created_at": "2018-04-15", "updated_at": "2018-04-15", "publish_date": "2018-04-15", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "public", "cves": [], "vulnerable_versions": "<=0.1.3", diff --git a/vuln/npm/406.json b/vuln/npm/406.json index 509dec9d..df592f09 100644 --- a/vuln/npm/406.json +++ b/vuln/npm/406.json @@ -5,7 +5,11 @@ "created_at": "2018-04-15", "updated_at": "2018-04-15", "publish_date": "2018-04-15", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "glance", "cves": [], "vulnerable_versions": "<=3.0.5", diff --git a/vuln/npm/407.json b/vuln/npm/407.json index 1998349c..22e55ead 100644 --- a/vuln/npm/407.json +++ b/vuln/npm/407.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "deap", "cves": [], "vulnerable_versions": "<1.0.1", diff --git a/vuln/npm/408.json b/vuln/npm/408.json index cff63037..250de774 100644 --- a/vuln/npm/408.json +++ b/vuln/npm/408.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-05-08", "publish_date": "2018-04-09", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "deep-extend", "cves": [], "vulnerable_versions": "<=0.5.0", diff --git a/vuln/npm/409.json b/vuln/npm/409.json index 64a40285..dd6aa29c 100644 --- a/vuln/npm/409.json +++ b/vuln/npm/409.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "merge-recursive", "cves": [], "vulnerable_versions": "<=0.0.3", diff --git a/vuln/npm/41.json b/vuln/npm/41.json index a5ac9a47..6ddd9bca 100644 --- a/vuln/npm/41.json +++ b/vuln/npm/41.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Multiple XSS Filter Bypasses", - "author": "Neal Poole, Krzysztof Kotowicz", + "author": { + "name": "Neal Poole, Krzysztof Kotowicz", + "website": null, + "username": null + }, "module_name": "validator", "publish_date": "2013-07-05", "cves": [ diff --git a/vuln/npm/410.json b/vuln/npm/410.json index 58d1ff56..f48b7fe0 100644 --- a/vuln/npm/410.json +++ b/vuln/npm/410.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "merge-options", "cves": [], "vulnerable_versions": "<=1.0.0", diff --git a/vuln/npm/411.json b/vuln/npm/411.json index 443a60cf..5756f500 100644 --- a/vuln/npm/411.json +++ b/vuln/npm/411.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "Olivier Arteau (HoLyVieR)", + "author": { + "name": "Olivier Arteau", + "website": null, + "username": "HoLyVieR" + }, "module_name": "merge-objects", "cves": [], "vulnerable_versions": "<=1.0.5", diff --git a/vuln/npm/412.json b/vuln/npm/412.json index adf9abfa..08a83ba7 100644 --- a/vuln/npm/412.json +++ b/vuln/npm/412.json @@ -5,7 +5,11 @@ "created_at": "2018-02-17", "updated_at": "2018-04-09", "publish_date": "2018-04-09", - "author": "Caio Lüders (caioluders)", + "author": { + "name": "Caio Lüders", + "website": null, + "username": "caioluders" + }, "module_name": "pdfinfojs", "cves": [ "CVE-2018-3746" diff --git a/vuln/npm/413.json b/vuln/npm/413.json index c83bb6ef..eee9901a 100644 --- a/vuln/npm/413.json +++ b/vuln/npm/413.json @@ -5,7 +5,11 @@ "created_at": "2018-02-06", "updated_at": "2018-04-24", "publish_date": "2018-04-24", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "mcstatic", "cves": [ "CVE-2018-3730" diff --git a/vuln/npm/414.json b/vuln/npm/414.json index 605eac43..effe9006 100644 --- a/vuln/npm/414.json +++ b/vuln/npm/414.json @@ -5,7 +5,11 @@ "created_at": "2018-04-20", "updated_at": "2018-04-25", "publish_date": "2018-04-25", - "author": "Tung Pun (https://tungpun.pw)", + "author": { + "name": "Tung Pun", + "website": "https://tungpun.pw", + "username": null + }, "module_name": "cloudcmd", "cves": [], "vulnerable_versions": "<=9.1.5", diff --git a/vuln/npm/415.json b/vuln/npm/415.json index 255651b4..4ab3ba9f 100644 --- a/vuln/npm/415.json +++ b/vuln/npm/415.json @@ -5,7 +5,11 @@ "created_at": "2018-04-27", "updated_at": "2018-04-27", "publish_date": "2018-04-27", - "author": "Ron Perris", + "author": { + "name": "Ron Perris", + "website": null, + "username": null + }, "module_name": "react-svg", "cves": [], "vulnerable_versions": "<=2.2.17", diff --git a/vuln/npm/416.json b/vuln/npm/416.json index d8eb47f9..75ec5332 100644 --- a/vuln/npm/416.json +++ b/vuln/npm/416.json @@ -5,7 +5,11 @@ "created_at": "2018-02-27", "updated_at": "2018-04-28", "publish_date": "2018-04-28", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "concat-with-sourcemaps", "cves": [], "vulnerable_versions": "<=1.0.5", diff --git a/vuln/npm/417.json b/vuln/npm/417.json index a9420c33..75bb11c7 100644 --- a/vuln/npm/417.json +++ b/vuln/npm/417.json @@ -5,7 +5,11 @@ "created_at": "2018-02-28", "updated_at": "2018-04-28", "publish_date": "2018-04-28", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "foreman", "cves": [], "vulnerable_versions": "<=2.0.0", diff --git a/vuln/npm/418.json b/vuln/npm/418.json index b489f45a..f3254527 100644 --- a/vuln/npm/418.json +++ b/vuln/npm/418.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-04-28", "publish_date": "2018-04-28", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "rgb2hex", "cves": [], "vulnerable_versions": "<0.1.6", diff --git a/vuln/npm/419.json b/vuln/npm/419.json index cba4279c..fbb44bec 100644 --- a/vuln/npm/419.json +++ b/vuln/npm/419.json @@ -5,7 +5,11 @@ "created_at": "2018-02-26", "updated_at": "2018-04-29", "publish_date": "2018-04-29", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "superstatic", "cves": [], "vulnerable_versions": "<=5.0.1", diff --git a/vuln/npm/42.json b/vuln/npm/42.json index 3f59f1ac..d55cd0a2 100644 --- a/vuln/npm/42.json +++ b/vuln/npm/42.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-20", "title": "Regular Expression Denial of Service", - "author": "Karl Düüna", + "author": { + "name": "Karl Düüna", + "website": null, + "username": null + }, "module_name": "validator", "publish_date": "2014-11-12", "cves": [ diff --git a/vuln/npm/420.json b/vuln/npm/420.json index bf0f17a2..541b7104 100644 --- a/vuln/npm/420.json +++ b/vuln/npm/420.json @@ -5,7 +5,11 @@ "created_at": "2018-01-18", "updated_at": "2018-05-09", "publish_date": "2018-05-09", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "html-pages", "cves": [ "CVE-2018-3744" diff --git a/vuln/npm/421.json b/vuln/npm/421.json index d0eb6244..30b10456 100644 --- a/vuln/npm/421.json +++ b/vuln/npm/421.json @@ -5,7 +5,11 @@ "created_at": "2018-03-27", "updated_at": "2018-04-26", "publish_date": "2018-04-26", - "author": "tungpun (https://tungpun.pw)", + "author": { + "name": "tungpun", + "website": "https://tungpun.pw", + "username": null + }, "module_name": "angular-http-server", "cves": [], "vulnerable_versions": "<=1.4.3", diff --git a/vuln/npm/422.json b/vuln/npm/422.json index 32fe3a99..1189c001 100644 --- a/vuln/npm/422.json +++ b/vuln/npm/422.json @@ -5,7 +5,11 @@ "created_at": "2018-03-03", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "stringstream", "cves": [], "vulnerable_versions": "<=0.0.5", diff --git a/vuln/npm/423.json b/vuln/npm/423.json index bf29a909..b68ed7b2 100644 --- a/vuln/npm/423.json +++ b/vuln/npm/423.json @@ -5,7 +5,11 @@ "created_at": "2018-03-11", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "fs-path", "cves": [], "vulnerable_versions": "<=0.0.24", diff --git a/vuln/npm/424.json b/vuln/npm/424.json index f6eaf0d5..bf3816da 100644 --- a/vuln/npm/424.json +++ b/vuln/npm/424.json @@ -5,7 +5,11 @@ "created_at": "2018-03-26", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Caio Lüders", + "author": { + "name": "Caio Lüders", + "website": null, + "username": null + }, "module_name": "localhost-now", "cves": [], "vulnerable_versions": "<=1.0.2", diff --git a/vuln/npm/425.json b/vuln/npm/425.json index b582490a..6ad6eaa8 100644 --- a/vuln/npm/425.json +++ b/vuln/npm/425.json @@ -5,7 +5,11 @@ "created_at": "2018-03-29", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "buttle", "cves": [], "vulnerable_versions": "<=0.2.0", diff --git a/vuln/npm/426.json b/vuln/npm/426.json index 5b2aa41e..790d1b6e 100644 --- a/vuln/npm/426.json +++ b/vuln/npm/426.json @@ -5,7 +5,11 @@ "created_at": "2018-03-11", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "command-exists", "cves": [], "vulnerable_versions": "<=1.2.3", diff --git a/vuln/npm/427.json b/vuln/npm/427.json index 24d1739a..60eac1db 100644 --- a/vuln/npm/427.json +++ b/vuln/npm/427.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "macaddress", "cves": [], "vulnerable_versions": "<=0.2.8", diff --git a/vuln/npm/428.json b/vuln/npm/428.json index ca2de21a..736b89eb 100644 --- a/vuln/npm/428.json +++ b/vuln/npm/428.json @@ -5,7 +5,11 @@ "created_at": "2018-03-04", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "base64url", "cves": [], "vulnerable_versions": "<=2.0.0", diff --git a/vuln/npm/429.json b/vuln/npm/429.json index 31f6de1b..88cc910b 100644 --- a/vuln/npm/429.json +++ b/vuln/npm/429.json @@ -5,7 +5,11 @@ "created_at": "2018-03-27", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "byte", "cves": [], "vulnerable_versions": "<=1.4.0", diff --git a/vuln/npm/43.json b/vuln/npm/43.json index 3a1f76a8..e02eae62 100644 --- a/vuln/npm/43.json +++ b/vuln/npm/43.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "XSS Filter Bypass via Encoded URL", - "author": "taku0", + "author": { + "name": "taku0", + "website": null, + "username": null + }, "module_name": "validator", "publish_date": "2014-10-27", "cves": [ diff --git a/vuln/npm/430.json b/vuln/npm/430.json index 6563642b..46408b46 100644 --- a/vuln/npm/430.json +++ b/vuln/npm/430.json @@ -5,7 +5,11 @@ "created_at": "2018-01-31", "updated_at": "2018-05-11", "publish_date": "2018-05-11", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "query-mysql", "cves": [ "CVE-2018-3754" diff --git a/vuln/npm/431.json b/vuln/npm/431.json index c214fcf5..af4007d4 100644 --- a/vuln/npm/431.json +++ b/vuln/npm/431.json @@ -5,7 +5,11 @@ "created_at": "2018-02-27", "updated_at": "2018-05-12", "publish_date": "2018-05-12", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "npmconf", "cves": [], "vulnerable_versions": "<=2.1.2", diff --git a/vuln/npm/432.json b/vuln/npm/432.json index c6a0e930..d7b56329 100644 --- a/vuln/npm/432.json +++ b/vuln/npm/432.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-05-12", "publish_date": "2018-05-12", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "sql", "cves": [], "vulnerable_versions": "<=0.78.0", diff --git a/vuln/npm/433.json b/vuln/npm/433.json index 99015beb..f0695755 100644 --- a/vuln/npm/433.json +++ b/vuln/npm/433.json @@ -5,7 +5,11 @@ "created_at": "2018-02-25", "updated_at": "2018-05-12", "publish_date": "2018-05-12", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "open", "cves": [], "vulnerable_versions": "<=0.0.5", diff --git a/vuln/npm/434.json b/vuln/npm/434.json index 063b6a5b..fbf5de20 100644 --- a/vuln/npm/434.json +++ b/vuln/npm/434.json @@ -5,7 +5,11 @@ "created_at": "2018-03-04", "updated_at": "2018-05-12", "publish_date": "2018-05-12", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "base64-url", "cves": [], "vulnerable_versions": "<=1.3.3", diff --git a/vuln/npm/435.json b/vuln/npm/435.json index e43917fe..f18f34ce 100644 --- a/vuln/npm/435.json +++ b/vuln/npm/435.json @@ -5,7 +5,11 @@ "created_at": "2018-04-27", "updated_at": "2018-05-13", "publish_date": "2018-05-13", - "author": "Ron Perris", + "author": { + "name": "Ron Perris", + "website": null, + "username": null + }, "module_name": "react-marked-markdown", "cves": [], "vulnerable_versions": "<=1.4.6", diff --git a/vuln/npm/436.json b/vuln/npm/436.json index 3fdeb061..9e3684f6 100644 --- a/vuln/npm/436.json +++ b/vuln/npm/436.json @@ -5,7 +5,11 @@ "created_at": "2018-02-28", "updated_at": "2018-05-20", "publish_date": "2018-05-20", - "author": "panic", + "author": { + "name": "panic", + "website": null, + "username": null + }, "module_name": "hekto", "cves": [ "CVE-2018-3743" diff --git a/vuln/npm/437.json b/vuln/npm/437.json index a5b8e3e5..0cc379be 100644 --- a/vuln/npm/437.json +++ b/vuln/npm/437.json @@ -5,7 +5,11 @@ "created_at": "2018-03-21", "updated_at": "2018-05-29", "publish_date": "2018-05-29", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "sexstatic", "cves": [ "CVE-2018-3755" diff --git a/vuln/npm/438.json b/vuln/npm/438.json index b3f3d2b0..8195ed31 100644 --- a/vuln/npm/438.json +++ b/vuln/npm/438.json @@ -5,7 +5,11 @@ "created_at": "2018-04-18", "updated_at": "2018-05-29", "publish_date": "2018-05-29", - "author": "N B Sri Harshа (http://nbsriharsha.blogspot.in)", + "author": { + "name": "N B Sri Harshа", + "website": "http://nbsriharsha.blogspot.in", + "username": null + }, "module_name": "pdf-image", "cves": [ "CVE-2018-3757" diff --git a/vuln/npm/439.json b/vuln/npm/439.json index 05f272d0..a0efc1f6 100644 --- a/vuln/npm/439.json +++ b/vuln/npm/439.json @@ -5,7 +5,11 @@ "created_at": "2018-03-28", "updated_at": "2018-05-31", "publish_date": "2018-05-31", - "author": "tungpun (https://tungpun.pw)", + "author": { + "name": "tungpun", + "website": "https://tungpun.pw", + "username": null + }, "module_name": "serve", "cves": [ "CVE-2018-3809" diff --git a/vuln/npm/44.json b/vuln/npm/44.json index 826f55f6..a94e616f 100644 --- a/vuln/npm/44.json +++ b/vuln/npm/44.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "Denial of Service", - "author": "Reid Burke", + "author": { + "name": "Reid Burke", + "website": null, + "username": null + }, "module_name": "yar", "publish_date": "2014-06-16", "cves": [ diff --git a/vuln/npm/441.json b/vuln/npm/441.json index 78a2dbe5..fbcea59c 100644 --- a/vuln/npm/441.json +++ b/vuln/npm/441.json @@ -5,7 +5,11 @@ "created_at": "2018-04-27", "updated_at": "2018-06-02", "publish_date": "2018-06-02", - "author": "Patrick", + "author": { + "name": "Patrick", + "website": null, + "username": null + }, "module_name": "express-cart", "cves": [ "CVE-2018-3758" diff --git a/vuln/npm/442.json b/vuln/npm/442.json index dab68160..dc697a3c 100644 --- a/vuln/npm/442.json +++ b/vuln/npm/442.json @@ -5,7 +5,11 @@ "created_at": "2018-04-22", "updated_at": "2018-06-16", "publish_date": "2018-06-16", - "author": "Caio Lüders (http://127.0.0.1/?a=a)", + "author": { + "name": "Caio Lüders", + "website": "http://127.0.0.1/?a=a", + "username": null + }, "module_name": "git-dummy-commit", "cves": [], "vulnerable_versions": "<=1.3.0", diff --git a/vuln/npm/443.json b/vuln/npm/443.json index e15074d8..4ca37793 100644 --- a/vuln/npm/443.json +++ b/vuln/npm/443.json @@ -5,13 +5,19 @@ "created_at": "2018-03-04", "updated_at": "2018-06-14", "publish_date": "2018-06-14", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "njwt", "cves": [], "vulnerable_versions": "<=0.4.0", "patched_versions": null, "recommendation": "No fix is currently available for this vulnerability.\n\nIt is our recommendation to not install or use this module at this time.", - "references": ["https://hackerone.com/reports/321704"], + "references": [ + "https://hackerone.com/reports/321704" + ], "cvss_vector": "CVSS:3.0/AV:U/AC:U/PR:U/UI:U/S:U/C:U/I:U/A:U", "cvss_score": 1.8, "coordinating_vendor": null diff --git a/vuln/npm/444.json b/vuln/npm/444.json index 2f6f6567..3f808f97 100644 --- a/vuln/npm/444.json +++ b/vuln/npm/444.json @@ -5,13 +5,19 @@ "created_at": "2018-03-04", "updated_at": "2018-06-14", "publish_date": "2018-06-14", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "put", "cves": [], "vulnerable_versions": "<=0.0.6", "patched_versions": null, "recommendation": "No fix is currently available for this vulnerability.\n\nIt is our recommendation to not install or use this module at this time.", - "references": ["https://hackerone.com/reports/321702"], + "references": [ + "https://hackerone.com/reports/321702" + ], "cvss_vector": "CVSS:3.0/AV:U/AC:U/PR:U/UI:U/S:U/C:U/I:U/A:U", "cvss_score": 1.8, "coordinating_vendor": null diff --git a/vuln/npm/445.json b/vuln/npm/445.json index b2e352e7..13a4c632 100644 --- a/vuln/npm/445.json +++ b/vuln/npm/445.json @@ -5,13 +5,19 @@ "created_at": "2018-03-04", "updated_at": "2018-06-14", "publish_date": "2018-06-14", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "utile", "cves": [], "vulnerable_versions": "<=0.3.0", "patched_versions": null, "recommendation": "No fix is currently available for this vulnerability.\n\nIt is our recommendation to not install or use this module at this time.", - "references": ["https://hackerone.com/reports/321701"], + "references": [ + "https://hackerone.com/reports/321701" + ], "cvss_vector": "CVSS:3.0/AV:U/AC:U/PR:U/UI:U/S:U/C:U/I:U/A:U", "cvss_score": 1.8, "coordinating_vendor": null diff --git a/vuln/npm/446.json b/vuln/npm/446.json index 19862fd6..f22aaff1 100644 --- a/vuln/npm/446.json +++ b/vuln/npm/446.json @@ -5,13 +5,19 @@ "created_at": "2018-01-31", "updated_at": "2018-06-14", "publish_date": "2018-06-14", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "file-static-server", "cves": [], "vulnerable_versions": "<=1.0.2", "patched_versions": null, "recommendation": "No fix is currently available for this vulnerability.\n\nIt is our recommendation to not install or use this module at this time.", - "references": ["https://hackerone.com/reports/310671"], + "references": [ + "https://hackerone.com/reports/310671" + ], "cvss_vector": "CVSS:3.0/AV:U/AC:U/PR:U/UI:U/S:U/C:U/I:U/A:U", "cvss_score": 3.5, "coordinating_vendor": null diff --git a/vuln/npm/447.json b/vuln/npm/447.json index c63ca531..1110d3a9 100644 --- a/vuln/npm/447.json +++ b/vuln/npm/447.json @@ -5,13 +5,19 @@ "created_at": "2018-02-14", "updated_at": "2018-06-14", "publish_date": "2018-06-14", - "author": "Liran Tal (https://github.com/lirantal/)", + "author": { + "name": "Liran Tal", + "website": "https://github.com/lirantal/", + "username": null + }, "module_name": "pullit", "cves": [], "vulnerable_versions": "<=1.3.0", "patched_versions": ">= 1.4.0", "recommendation": "Update pullit module to version >= 1.4.0", - "references": ["https://hackerone.com/reports/315773"], + "references": [ + "https://hackerone.com/reports/315773" + ], "cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "cvss_score": 9.3, "coordinating_vendor": null diff --git a/vuln/npm/448.json b/vuln/npm/448.json index ec96b820..b3e0cd71 100644 --- a/vuln/npm/448.json +++ b/vuln/npm/448.json @@ -5,7 +5,11 @@ "created_at": "2018-02-26", "updated_at": "2018-06-27", "publish_date": "2018-06-27", - "author": "Сковорода Никита Андреевич (https://github.com/ChALkeR)", + "author": { + "name": "Сковорода Никита Андреевич", + "website": "https://github.com/ChALkeR", + "username": null + }, "module_name": "memjs", "cves": [ "CVE-2018-3767" @@ -13,7 +17,9 @@ "vulnerable_versions": "<=1.1.0", "patched_versions": null, "recommendation": "No fix is currently available for this vulnerability.\n\nIt is our recommendation to not install or use this module at this time.", - "references": ["https://hackerone.com/reports/319809"], + "references": [ + "https://hackerone.com/reports/319809" + ], "cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:H", "cvss_score": 10, "coordinating_vendor": null diff --git a/vuln/npm/449.json b/vuln/npm/449.json index 3ff8b17c..c42cf263 100644 --- a/vuln/npm/449.json +++ b/vuln/npm/449.json @@ -5,7 +5,11 @@ "created_at": "2018-05-27", "updated_at": "2018-06-27", "publish_date": "2018-06-27", - "author": "N0n4me", + "author": { + "name": "N0n4me", + "website": null, + "username": null + }, "module_name": "buttle", "cves": [ "CVE-2018-3766" diff --git a/vuln/npm/45.json b/vuln/npm/45.json index 9d33ad95..f0f6c17d 100644 --- a/vuln/npm/45.json +++ b/vuln/npm/45.json @@ -3,7 +3,11 @@ "created_at": "2015-10-20", "updated_at": "2016-04-25", "title": "Incorrect handling of CORS preflight request headers", - "author": "Eran Hammer", + "author": { + "name": "Eran Hammer", + "website": null, + "username": null + }, "module_name": "hapi", "publish_date": "2015-10-20", "cves": [], diff --git a/vuln/npm/450.json b/vuln/npm/450.json index 5ba1776e..fe2866ec 100644 --- a/vuln/npm/450.json +++ b/vuln/npm/450.json @@ -5,7 +5,11 @@ "created_at": "2018-07-12", "updated_at": "2018-07-12", "publish_date": "2018-07-12", - "author": "pronebird", + "author": { + "name": "pronebird", + "website": null, + "username": null + }, "module_name": "eslint-scope", "cves": [], "vulnerable_versions": "3.7.2", diff --git a/vuln/npm/451.json b/vuln/npm/451.json index b67d1d60..95b99fc3 100644 --- a/vuln/npm/451.json +++ b/vuln/npm/451.json @@ -5,7 +5,11 @@ "created_at": "2018-05-21", "updated_at": "2018-07-14", "publish_date": "2018-07-14", - "author": "bl4de (https://twitter.com/_bl4de)", + "author": { + "name": "bl4de", + "website": "https://twitter.com/_bl4de", + "username": null + }, "module_name": "statics-server", "cves": [ "CVE-2018-3771" diff --git a/vuln/npm/454.json b/vuln/npm/454.json index 625cb858..b49daf53 100644 --- a/vuln/npm/454.json +++ b/vuln/npm/454.json @@ -5,7 +5,11 @@ "created_at": "2018-06-01", "updated_at": "2018-07-20", "publish_date": "2018-07-20", - "author": "Mike (https://twitter.com/__Mn1__)", + "author": { + "name": "Mike", + "website": "https://twitter.com/__Mn1__", + "username": null + }, "module_name": "markdown-pdf", "cves": [ "CVE-2018-3770" diff --git a/vuln/npm/456.json b/vuln/npm/456.json index 4b49d59b..a06a271a 100644 --- a/vuln/npm/456.json +++ b/vuln/npm/456.json @@ -5,7 +5,11 @@ "created_at": "2018-07-19", "updated_at": "2018-07-30", "publish_date": "2018-07-30", - "author": "Ahmed", + "author": { + "name": "Ahmed", + "website": null, + "username": null + }, "module_name": "url-parse", "cves": [], "vulnerable_versions": "<1.4.3", diff --git a/vuln/npm/46.json b/vuln/npm/46.json index 05ee0d82..2b555a51 100644 --- a/vuln/npm/46.json +++ b/vuln/npm/46.json @@ -3,7 +3,11 @@ "created_at": "2015-10-24", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ms", "publish_date": "2015-10-24", "cves": [ diff --git a/vuln/npm/47.json b/vuln/npm/47.json index 0c42fa62..938899e4 100644 --- a/vuln/npm/47.json +++ b/vuln/npm/47.json @@ -3,7 +3,11 @@ "created_at": "2015-10-24", "updated_at": "2016-04-20", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "bleach", "publish_date": "2015-10-24", "cves": [ diff --git a/vuln/npm/48.json b/vuln/npm/48.json index 3de2de97..5f047c49 100644 --- a/vuln/npm/48.json +++ b/vuln/npm/48.json @@ -3,7 +3,11 @@ "created_at": "2015-10-24", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "uglify-js", "publish_date": "2015-10-24", "cves": [ diff --git a/vuln/npm/49.json b/vuln/npm/49.json index 8e38ba15..bf7d4bb2 100644 --- a/vuln/npm/49.json +++ b/vuln/npm/49.json @@ -3,7 +3,11 @@ "created_at": "2015-10-24", "updated_at": "2017-02-23", "title": "Content Injection via TileJSON attribute", - "author": "John Firebaugh, Juan Broullón Sampedro", + "author": { + "name": "John Firebaugh, Juan Broullón Sampedro", + "website": null, + "username": null + }, "module_name": "mapbox.js", "publish_date": "2015-10-24", "cves": [], diff --git a/vuln/npm/5.json b/vuln/npm/5.json index 46f4307f..7cbc9585 100644 --- a/vuln/npm/5.json +++ b/vuln/npm/5.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-25", "title": "Cross-Site Scripting", - "author": "Onur Yilmaz", + "author": { + "name": "Onur Yilmaz", + "website": null, + "username": null + }, "module_name": "datatables", "publish_date": "2015-09-18", "cves": [ diff --git a/vuln/npm/50.json b/vuln/npm/50.json index 237dfe72..bded49f6 100644 --- a/vuln/npm/50.json +++ b/vuln/npm/50.json @@ -3,7 +3,11 @@ "created_at": "2015-10-24", "updated_at": "2016-04-25", "title": "Insecure Comparison", - "author": "Joshua Dague", + "author": { + "name": "Joshua Dague", + "website": null, + "username": null + }, "module_name": "secure-compare", "publish_date": "2015-10-24", "cves": [], diff --git a/vuln/npm/51.json b/vuln/npm/51.json index a3bb87fe..9a022fe7 100644 --- a/vuln/npm/51.json +++ b/vuln/npm/51.json @@ -3,7 +3,11 @@ "created_at": "2015-10-25", "updated_at": "2016-04-20", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "ansi2html", "publish_date": "2015-10-25", "cves": [], diff --git a/vuln/npm/52.json b/vuln/npm/52.json index 5a9e2d95..7f2a6797 100644 --- a/vuln/npm/52.json +++ b/vuln/npm/52.json @@ -3,7 +3,11 @@ "created_at": "2015-10-25", "updated_at": "2016-04-20", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "jadedown", "publish_date": "2016-01-05", "cves": [], diff --git a/vuln/npm/53.json b/vuln/npm/53.json index b7cde454..1c307980 100644 --- a/vuln/npm/53.json +++ b/vuln/npm/53.json @@ -3,7 +3,11 @@ "created_at": "2015-10-25", "updated_at": "2016-04-27", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "jshamcrest", "publish_date": "2016-01-05", "cves": [], diff --git a/vuln/npm/54.json b/vuln/npm/54.json index cc6c854b..926deb07 100644 --- a/vuln/npm/54.json +++ b/vuln/npm/54.json @@ -3,7 +3,11 @@ "created_at": "2015-10-26", "updated_at": "2016-04-25", "title": "Command Injection in gm.compare function", - "author": "Brendan Scarvell of Console", + "author": { + "name": "Brendan Scarvell of Console", + "website": null, + "username": null + }, "module_name": "gm", "publish_date": "2015-10-26", "cves": [ diff --git a/vuln/npm/55.json b/vuln/npm/55.json index fab99640..923f7e49 100644 --- a/vuln/npm/55.json +++ b/vuln/npm/55.json @@ -3,7 +3,11 @@ "created_at": "2015-10-26", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "moment", "publish_date": "2016-01-26", "cves": [ diff --git a/vuln/npm/56.json b/vuln/npm/56.json index b158c889..b26d86c5 100644 --- a/vuln/npm/56.json +++ b/vuln/npm/56.json @@ -3,7 +3,11 @@ "created_at": "2015-11-03", "updated_at": "2016-04-25", "title": "Root Path Disclosure", - "author": "Dinis Cruz", + "author": { + "name": "Dinis Cruz", + "website": null, + "username": null + }, "module_name": "send", "publish_date": "2015-11-03", "cves": [ diff --git a/vuln/npm/57.json b/vuln/npm/57.json index 71c4e895..f3dd41a2 100644 --- a/vuln/npm/57.json +++ b/vuln/npm/57.json @@ -3,7 +3,11 @@ "created_at": "2015-11-03", "updated_at": "2016-04-25", "title": "Symlink Arbitrary File Overwrite", - "author": "Tim Cuthbertson", + "author": { + "name": "Tim Cuthbertson", + "website": null, + "username": null + }, "module_name": "tar", "publish_date": "2015-11-03", "cves": [ diff --git a/vuln/npm/59.json b/vuln/npm/59.json index 25b8ac1f..eb645de4 100644 --- a/vuln/npm/59.json +++ b/vuln/npm/59.json @@ -3,7 +3,11 @@ "created_at": "2015-11-20", "updated_at": "2016-04-20", "title": "Regular Expression Denial of Service", - "author": "Luigi Pinca", + "author": { + "name": "Luigi Pinca", + "website": null, + "username": null + }, "module_name": "milliseconds", "publish_date": "2015-11-20", "cves": [ diff --git a/vuln/npm/60.json b/vuln/npm/60.json index 18dae377..87360fd2 100644 --- a/vuln/npm/60.json +++ b/vuln/npm/60.json @@ -3,7 +3,11 @@ "created_at": "2015-12-04", "updated_at": "2016-04-27", "title": "Authentication Weakness", - "author": "Greg Meyer", + "author": { + "name": "Greg Meyer", + "website": null, + "username": null + }, "module_name": "keystone", "publish_date": "2015-12-04", "cves": [], diff --git a/vuln/npm/61.json b/vuln/npm/61.json index 31854549..b534f945 100644 --- a/vuln/npm/61.json +++ b/vuln/npm/61.json @@ -3,7 +3,11 @@ "created_at": "2015-12-14", "updated_at": "2016-04-25", "title": "Quoteless Attributes in Templates can lead to Content Injection", - "author": "Matias P. Brutti", + "author": { + "name": "Matias P. Brutti", + "website": null, + "username": null + }, "module_name": "handlebars", "publish_date": "2015-12-14", "cves": [ diff --git a/vuln/npm/62.json b/vuln/npm/62.json index 5fb143fc..714c8602 100644 --- a/vuln/npm/62.json +++ b/vuln/npm/62.json @@ -3,7 +3,11 @@ "created_at": "2015-12-14", "updated_at": "2016-04-25", "title": "Quoteless Attributes in Templates can lead to Content Injection", - "author": "Matias P. Brutti", + "author": { + "name": "Matias P. Brutti", + "website": null, + "username": null + }, "module_name": "mustache", "publish_date": "2015-12-14", "cves": [ diff --git a/vuln/npm/63.json b/vuln/npm/63.json index e9530d5c..a0caa40a 100644 --- a/vuln/npm/63.json +++ b/vuln/npm/63.json @@ -3,7 +3,11 @@ "created_at": "2015-12-23", "updated_at": "2016-04-25", "title": "Denial of service - Potential socket exhaustion", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "hapi", "publish_date": "2015-12-23", "cves": [], diff --git a/vuln/npm/64.json b/vuln/npm/64.json index ec3c372a..b9c41a9d 100644 --- a/vuln/npm/64.json +++ b/vuln/npm/64.json @@ -3,7 +3,11 @@ "created_at": "2015-12-23", "updated_at": "2016-04-25", "title": "Denial of Service - Illegal access crash from if-modified-since header", - "author": "James Halliday", + "author": { + "name": "James Halliday", + "website": null, + "username": null + }, "module_name": "ecstatic", "publish_date": "2015-12-23", "cves": [], diff --git a/vuln/npm/65.json b/vuln/npm/65.json index 40b2b6e7..5b23cbc5 100644 --- a/vuln/npm/65.json +++ b/vuln/npm/65.json @@ -3,7 +3,11 @@ "created_at": "2015-12-28", "updated_at": "2016-04-25", "title": "Route level CORS config overrides connection level defaults", - "author": "Eran Hammer", + "author": { + "name": "Eran Hammer", + "website": null, + "username": null + }, "module_name": "hapi", "publish_date": "2015-12-28", "cves": [], diff --git a/vuln/npm/66.json b/vuln/npm/66.json index ea5f55a0..6d2651c9 100644 --- a/vuln/npm/66.json +++ b/vuln/npm/66.json @@ -3,7 +3,11 @@ "created_at": "2015-12-28", "updated_at": "2016-04-20", "title": "SQL Injection due to unescaped object keys", - "author": "Sébastian Dejonghe", + "author": { + "name": "Sébastian Dejonghe", + "website": null, + "username": null + }, "module_name": "mysql", "publish_date": "2015-12-28", "cves": [], diff --git a/vuln/npm/67.json b/vuln/npm/67.json index ac7492b9..33ee6afd 100644 --- a/vuln/npm/67.json +++ b/vuln/npm/67.json @@ -3,7 +3,11 @@ "created_at": "2016-01-04", "updated_at": "2016-04-27", "title": "Remote Memory Disclosure", - "author": "Feross Aboukhadijeh / Mathias Buss", + "author": { + "name": "Feross Aboukhadijeh / Mathias Buss", + "website": null, + "username": null + }, "module_name": "ws", "publish_date": "2016-01-04", "cves": [], diff --git a/vuln/npm/68.json b/vuln/npm/68.json index be8d4510..c72a875e 100644 --- a/vuln/npm/68.json +++ b/vuln/npm/68.json @@ -3,7 +3,11 @@ "created_at": "2016-01-04", "updated_at": "2016-04-25", "title": "Remote Memory Disclosure", - "author": "Feross Aboukhadijeh / Mathias Buss Madsen", + "author": { + "name": "Feross Aboukhadijeh / Mathias Buss Madsen", + "website": null, + "username": null + }, "module_name": "bittorrent-dht", "publish_date": "2016-01-04", "cves": [], diff --git a/vuln/npm/7.json b/vuln/npm/7.json index 69a16951..a10fac5b 100644 --- a/vuln/npm/7.json +++ b/vuln/npm/7.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-29", "title": "Unauthenticated Remote Command Injection", - "author": "Neal Poole", + "author": { + "name": "Neal Poole", + "website": null, + "username": null + }, "module_name": "ep_imageconvert", "publish_date": "2013-05-06", "cves": [ diff --git a/vuln/npm/74.json b/vuln/npm/74.json index c1297364..edc68a94 100644 --- a/vuln/npm/74.json +++ b/vuln/npm/74.json @@ -3,7 +3,11 @@ "created_at": "2016-01-11", "updated_at": "2016-05-04", "title": "Content Injection via TileJSON Name", - "author": "Alexandra Ulsh, Abdullah Ahmet Erdem", + "author": { + "name": "Alexandra Ulsh, Abdullah Ahmet Erdem", + "website": null, + "username": null + }, "module_name": "mapbox.js", "publish_date": "2016-01-12", "cves": [], diff --git a/vuln/npm/75.json b/vuln/npm/75.json index fd70d61b..53b3fef2 100644 --- a/vuln/npm/75.json +++ b/vuln/npm/75.json @@ -3,7 +3,11 @@ "created_at": "2016-01-15", "updated_at": "2016-04-20", "title": "Denial of Service", - "author": "Peter Sorowka", + "author": { + "name": "Peter Sorowka", + "website": null, + "username": null + }, "module_name": "mqtt-packet", "publish_date": "2016-01-15", "cves": [], diff --git a/vuln/npm/76.json b/vuln/npm/76.json index 170a673f..05469f34 100644 --- a/vuln/npm/76.json +++ b/vuln/npm/76.json @@ -3,7 +3,11 @@ "created_at": "2016-01-17", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "is-my-json-valid", "publish_date": "2016-01-18", "cves": [ diff --git a/vuln/npm/77.json b/vuln/npm/77.json index cc3e234f..5eba7d27 100644 --- a/vuln/npm/77.json +++ b/vuln/npm/77.json @@ -3,7 +3,11 @@ "created_at": "2016-01-19", "updated_at": "2016-04-21", "title": "Regular Expression Denial of Service", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "hawk", "publish_date": "2016-01-19", "cves": [ diff --git a/vuln/npm/8.json b/vuln/npm/8.json index c977cd52..0bdf362c 100644 --- a/vuln/npm/8.json +++ b/vuln/npm/8.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-28", "title": "No Charset in Content-Type Header", - "author": "Paweł Hałdrzyński", + "author": { + "name": "Paweł Hałdrzyński", + "website": null, + "username": null + }, "module_name": "express", "publish_date": "2014-09-12", "cves": [ diff --git a/vuln/npm/80.json b/vuln/npm/80.json index bd6176b8..30fc34ee 100644 --- a/vuln/npm/80.json +++ b/vuln/npm/80.json @@ -3,7 +3,11 @@ "created_at": "2016-01-25", "updated_at": "2016-04-27", "title": "Denial of Service and Content Injection", - "author": "Garth Boyd", + "author": { + "name": "Garth Boyd", + "website": null, + "username": null + }, "module_name": "i18n-node-angular", "publish_date": "2016-01-25", "cves": [], diff --git a/vuln/npm/81.json b/vuln/npm/81.json index ac05947f..e1904602 100644 --- a/vuln/npm/81.json +++ b/vuln/npm/81.json @@ -3,7 +3,11 @@ "created_at": "2016-01-28", "updated_at": "2016-05-13", "title": "Authentication Bypass in Try Mode", - "author": "Alan Shaw", + "author": { + "name": "Alan Shaw", + "website": null, + "username": null + }, "module_name": "hapi-auth-jwt2", "publish_date": "2016-01-28", "cves": [], diff --git a/vuln/npm/85.json b/vuln/npm/85.json index 4dbea76a..1de2786a 100644 --- a/vuln/npm/85.json +++ b/vuln/npm/85.json @@ -3,7 +3,11 @@ "created_at": "2016-03-16", "updated_at": "2016-04-20", "title": "Authentication credentails logged in clear text", - "author": "Stephan Bönnemann", + "author": { + "name": "Stephan Bönnemann", + "website": null, + "username": null + }, "module_name": "grunt-gh-pages", "publish_date": "2016-03-16", "cves": [], diff --git a/vuln/npm/86.json b/vuln/npm/86.json index 474d3c01..56b48561 100644 --- a/vuln/npm/86.json +++ b/vuln/npm/86.json @@ -3,7 +3,11 @@ "created_at": "2016-03-18", "updated_at": "2016-04-20", "title": "Regular Expression Denial of Service", - "author": "Alberto Martínez", + "author": { + "name": "Alberto Martínez", + "website": null, + "username": null + }, "module_name": "riot-compiler", "publish_date": "2016-03-21", "cves": [], diff --git a/vuln/npm/87.json b/vuln/npm/87.json index 8c667acc..67c320f9 100644 --- a/vuln/npm/87.json +++ b/vuln/npm/87.json @@ -3,7 +3,11 @@ "created_at": "2016-03-21", "updated_at": "2016-10-31", "title": "Forgeable Public/Private Tokens", - "author": "Theofanis Katsimpas", + "author": { + "name": "Theofanis Katsimpas", + "website": null, + "username": null + }, "module_name": "jwt-simple", "publish_date": "2016-10-31", "cves": [], diff --git a/vuln/npm/88.json b/vuln/npm/88.json index 48af0b5d..5469865a 100644 --- a/vuln/npm/88.json +++ b/vuln/npm/88.json @@ -3,7 +3,11 @@ "created_at": "2016-03-22", "updated_at": "2017-02-10", "title": "Forgeable Public/Private Tokens", - "author": "Brian Brennan and Tim McLean", + "author": { + "name": "Brian Brennan and Tim McLean", + "website": null, + "username": null + }, "module_name": "jws", "publish_date": "2016-07-26", "cves": [ diff --git a/vuln/npm/89.json b/vuln/npm/89.json index 9f6f2133..afce2643 100644 --- a/vuln/npm/89.json +++ b/vuln/npm/89.json @@ -3,7 +3,11 @@ "created_at": "2016-03-25", "updated_at": "2016-04-27", "title": "Directory Traversal", - "author": "Craig Arendt", + "author": { + "name": "Craig Arendt", + "website": null, + "username": null + }, "module_name": "restafary", "publish_date": "2016-03-28", "cves": [], diff --git a/vuln/npm/9.json b/vuln/npm/9.json index 9ead3dea..fe00775a 100644 --- a/vuln/npm/9.json +++ b/vuln/npm/9.json @@ -3,7 +3,11 @@ "created_at": "2015-10-17", "updated_at": "2016-04-20", "title": "Directory Traversal", - "author": "Adam Baldwin", + "author": { + "name": "Adam Baldwin", + "website": null, + "username": null + }, "module_name": "fancy-server", "publish_date": "2014-11-15", "cves": [], diff --git a/vuln/npm/90.json b/vuln/npm/90.json index 96270394..9319a3f1 100644 --- a/vuln/npm/90.json +++ b/vuln/npm/90.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-06-02", "title": "Authentication Bypass", - "author": "Craig Arendt", + "author": { + "name": "Craig Arendt", + "website": null, + "username": null + }, "module_name": "console-io", "publish_date": "2016-04-18", "cves": [], diff --git a/vuln/npm/91.json b/vuln/npm/91.json index 338d7319..e49ca86d 100644 --- a/vuln/npm/91.json +++ b/vuln/npm/91.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-05-09", "title": "No CSRF Validation", - "author": "Craig Arendt", + "author": { + "name": "Craig Arendt", + "website": null, + "username": null + }, "module_name": "droppy", "publish_date": "2016-03-28", "cves": [], diff --git a/vuln/npm/92.json b/vuln/npm/92.json index e232cd32..db92ea6c 100644 --- a/vuln/npm/92.json +++ b/vuln/npm/92.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-05-04", "title": "Private Data Disclosure", - "author": "Stefan Mirea", + "author": { + "name": "Stefan Mirea", + "website": null, + "username": null + }, "module_name": "express-restify-mongoose", "publish_date": "2016-04-19", "cves": [], diff --git a/vuln/npm/93.json b/vuln/npm/93.json index b7650c1d..766eb762 100644 --- a/vuln/npm/93.json +++ b/vuln/npm/93.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-04-20", "title": "Insecure Entropy Source - Math.random()", - "author": "Fedot Praslov", + "author": { + "name": "Fedot Praslov", + "website": null, + "username": null + }, "module_name": "node-uuid", "publish_date": "2016-03-28", "cves": [ diff --git a/vuln/npm/94.json b/vuln/npm/94.json index 501ba171..75923814 100644 --- a/vuln/npm/94.json +++ b/vuln/npm/94.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-05-13", "title": "Non-Constant Time String Comparison", - "author": "Todd Wolfson", + "author": { + "name": "Todd Wolfson", + "website": null, + "username": null + }, "module_name": "csrf-lite", "publish_date": "2016-04-23", "cves": [], diff --git a/vuln/npm/95.json b/vuln/npm/95.json index 478e898d..a031e188 100644 --- a/vuln/npm/95.json +++ b/vuln/npm/95.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-11-09", "title": "Arbitrary File Write", - "author": "Steve Kemp", + "author": { + "name": "Steve Kemp", + "website": null, + "username": null + }, "module_name": "cli", "publish_date": "2016-06-15", "cves": [], diff --git a/vuln/npm/96.json b/vuln/npm/96.json index 4bd595df..9a9aa555 100644 --- a/vuln/npm/96.json +++ b/vuln/npm/96.json @@ -3,7 +3,11 @@ "created_at": "2016-03-28", "updated_at": "2016-04-25", "title": "Insecure Default Configuration", - "author": "Phil Schleihauf", + "author": { + "name": "Phil Schleihauf", + "website": null, + "username": null + }, "module_name": "airbrake", "publish_date": "2016-03-28", "cves": [], diff --git a/vuln/npm/97.json b/vuln/npm/97.json index 86da4cda..f20b3ee9 100644 --- a/vuln/npm/97.json +++ b/vuln/npm/97.json @@ -3,7 +3,11 @@ "created_at": "2016-03-30", "updated_at": "2016-04-25", "title": "Template Injection", - "author": "Paweł Hałdrzyński", + "author": { + "name": "Paweł Hałdrzyński", + "website": null, + "username": null + }, "module_name": "jsrender", "publish_date": "2016-03-30", "cves": [ diff --git a/vuln/npm/98.json b/vuln/npm/98.json index 37e05184..ebe7be03 100644 --- a/vuln/npm/98.json +++ b/vuln/npm/98.json @@ -3,7 +3,11 @@ "created_at": "2016-04-01", "updated_at": "2016-10-27", "title": "npm Token Leak", - "author": "Mitar, Will White & the team at Mapbox, Max Motovilov, and James Taylor", + "author": { + "name": "Mitar, Will White & the team at Mapbox, Max Motovilov, and James Taylor", + "website": null, + "username": null + }, "module_name": "npm", "publish_date": "2016-04-18", "cves": [ diff --git a/vuln/npm/99.json b/vuln/npm/99.json index 868ffe4b..19f6f650 100644 --- a/vuln/npm/99.json +++ b/vuln/npm/99.json @@ -3,7 +3,11 @@ "created_at": "2016-04-04", "updated_at": "2016-05-13", "title": "Insecure Defaults Allow MITM Over TLS", - "author": "David Johansson", + "author": { + "name": "David Johansson", + "website": null, + "username": null + }, "module_name": "engine.io-client", "publish_date": "2016-04-26", "cves": [],