-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(detail): consistified full report with install report (#15)
- Loading branch information
Showing
6 changed files
with
525 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"actions": [{ | ||
"action": "install", | ||
"module": "knex", | ||
"target": "3.0.0", | ||
"isMajor": true, | ||
"resolves": [{ | ||
"id": 525, | ||
"path": "knex>liftoff>findup-sync>micromatch>braces>expand-range>fill-range>randomatic", | ||
"dev": false, | ||
"optional": false | ||
}] | ||
}], | ||
"advisories": { | ||
"525": { | ||
"id": 525, | ||
"created": "2017-09-08T18:07:02.061Z", | ||
"updated": "2017-09-22T16:26:08.422Z", | ||
"deleted": null, | ||
"title": "Regular Expression Denial of Service", | ||
"found_by": { | ||
"name": "nobody" | ||
}, | ||
"reported_by": { | ||
"name": "testdata" | ||
}, | ||
"module_name": "knex", | ||
"cves": [ | ||
"CVE-2017-16112" | ||
], | ||
"vulnerable_versions": "<3.0.0", | ||
"patched_versions": ">=3.0.0", | ||
"overview": "something here", | ||
"recommendation": "Please update to version 3.0.0 or greater", | ||
"references": "- https://github.com/salesforce/tough-cookie/issues/92", | ||
"access": "public", | ||
"severity": "high", | ||
"cwe": "CWE-400" | ||
} | ||
}, | ||
"muted": [], | ||
"metadata": { | ||
"vulnerabilities": { | ||
"low": 0, | ||
"moderate": 0, | ||
"high": 1, | ||
"critical": 0 | ||
}, | ||
"dependencies": 375, | ||
"devDependencies": 466, | ||
"optionalDependencies": 87, | ||
"totalDependencies": 918 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"actions": [ | ||
{ | ||
"action": "update", | ||
"module": "tough-cookie", | ||
"depth": 6, | ||
"target": "2.3.4", | ||
"resolves": [ | ||
{ | ||
"id": 525, | ||
"path": "@npm/spife>chokidar>fsevents>node-pre-gyp>request>tough-cookie", | ||
"dev": false, | ||
"optional": false | ||
} | ||
] | ||
} | ||
], | ||
"advisories": { | ||
"525": { | ||
"id": 525, | ||
"created": "2017-09-08T18:07:02.061Z", | ||
"updated": "2017-09-22T16:26:08.422Z", | ||
"deleted": null, | ||
"title": "Regular Expression Denial of Service", | ||
"found_by": { | ||
"name": "Cristian-Alexandru Staicu" | ||
}, | ||
"reported_by": { | ||
"name": "Cristian-Alexandru Staicu" | ||
}, | ||
"module_name": "tough-cookie", | ||
"cves": [ | ||
"CVE-2017-16112" | ||
], | ||
"vulnerable_versions": "<2.3.3", | ||
"patched_versions": ">=2.3.3", | ||
"overview": "The tough-cookie module is vulnerable to regular expression denial of service. Input of around 50k characters is required for a slow down of around 2 seconds.\n\nUnless node was compiled using the -DHTTP_MAX_HEADER_SIZE= option the default header max length is 80kb so the impact of the ReDoS is limited to around 7.3 seconds of blocking.\n\nAt the time of writing all version <=2.3.2 are vulnerable", | ||
"recommendation": "Please update to version 2.3.3 or greater", | ||
"references": "- https://github.com/salesforce/tough-cookie/issues/92", | ||
"access": "public", | ||
"severity": "high", | ||
"cwe": "CWE-400", | ||
"metadata": { | ||
"module_type": "", | ||
"exploitability": 5, | ||
"affected_components": "" | ||
} | ||
} | ||
}, | ||
"muted": [], | ||
"metadata": { | ||
"vulnerabilities": { | ||
"info": 0, | ||
"low": 0, | ||
"moderate": 0, | ||
"high": 1, | ||
"critical": 0 | ||
}, | ||
"dependencies": 1, | ||
"devDependencies": 0, | ||
"optionalDependencies": 0, | ||
"totalDependencies": 1 | ||
} | ||
} |
Oops, something went wrong.