-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-bundle-audit-tests
- Loading branch information
Showing
7 changed files
with
245 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"task_name": "Snyk", | ||
"app_name": "path", | ||
"mappings": [ | ||
{ | ||
"key": "vulnerabilities", | ||
"properties": { | ||
"description": "title", | ||
"detail": "description", | ||
"source": "packageName", | ||
"severity": "severity", | ||
"fingerprint": "id" | ||
} | ||
} | ||
] | ||
} |
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,16 @@ | ||
{ | ||
"task_name": "OWASP Zaproxy", | ||
"app_name": "@name", | ||
"mappings": [ | ||
{ | ||
"key": "alerts", | ||
"properties": { | ||
"description": "description", | ||
"detail": "detail", | ||
"source": "source", | ||
"severity": "severity", | ||
"fingerprint": "fingerprint" | ||
} | ||
} | ||
] | ||
} |
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,121 @@ | ||
{ | ||
"ok": false, | ||
"vulnerabilities": [ | ||
{ | ||
"title": "Denial of Service (DoS)", | ||
"credit": [ | ||
"Unknown" | ||
], | ||
"packageName": "Microsoft.AspNetCore.All", | ||
"language": "dotnet", | ||
"packageManager": "nuget", | ||
"description": "description", | ||
"identifiers": { | ||
"CWE": [ | ||
"CWE-400" | ||
], | ||
"CVE": [] | ||
}, | ||
"semver": { | ||
"unaffected": "", | ||
"vulnerable": "[,2.0.9), [2.1.0, 2.1.2)" | ||
}, | ||
"patches": [], | ||
"cvssScore": 6.5, | ||
"severity": "medium", | ||
"CVSSv3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", | ||
"disclosureTime": "2018-07-18T21:00:00.000Z", | ||
"publicationTime": "2018-07-26T11:23:24.744Z", | ||
"modificationTime": "2018-07-25T11:23:46.125Z", | ||
"creationTime": "2018-07-25T11:23:46.125Z", | ||
"id": "SNYK-DOTNET-MICROSOFTASPNETCOREALL-60258", | ||
"from": [ | ||
"[email protected]" | ||
], | ||
"upgradePath": [], | ||
"version": "2.0.5", | ||
"name": "Microsoft.AspNetCore.All", | ||
"isUpgradable": false, | ||
"isPatchable": false | ||
}, | ||
{ | ||
"title": "Privilege Escalation", | ||
"credit": [ | ||
"Unknown" | ||
], | ||
"language": "dotnet", | ||
"packageManager": "nuget", | ||
"packageName": "Microsoft.AspNetCore.HttpOverrides", | ||
"description": "description", | ||
"semver": { | ||
"vulnerable": "[,2.0.2)", | ||
"unaffected": "" | ||
}, | ||
"identifiers": { | ||
"CVE": [ | ||
"CVE-2018-0787" | ||
], | ||
"CWE": [ | ||
"CWE-20" | ||
] | ||
}, | ||
"patches": [], | ||
"cvssScore": 8.8, | ||
"severity": "high", | ||
"CVSSv3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", | ||
"modificationTime": "2017-01-25T13:19:47.018Z", | ||
"creationTime": "2017-01-25T13:19:47.018Z", | ||
"disclosureTime": "2017-01-25T13:19:47.018Z", | ||
"publicationTime": "2018-05-02T14:33:27.159Z", | ||
"id": "SNYK-DOTNET-MICROSOFTASPNETCOREHTTPOVERRIDES-60238", | ||
"from": [ | ||
"[email protected]" | ||
], | ||
"upgradePath": [], | ||
"version": "2.0.1", | ||
"name": "Microsoft.AspNetCore.HttpOverrides", | ||
"isUpgradable": false, | ||
"isPatchable": false | ||
} | ||
], | ||
"dependencyCount": 322, | ||
"org": "soluto-tel-aviv", | ||
"licensesPolicy": { | ||
"severities": { | ||
"MS-RL": "medium", | ||
"EPL-1.0": "medium", | ||
"GPL-2.0": "high", | ||
"GPL-3.0": "high", | ||
"MPL-1.1": "medium", | ||
"MPL-2.0": "medium", | ||
"AGPL-1.0": "high", | ||
"AGPL-3.0": "high", | ||
"CDDL-1.0": "medium", | ||
"LGPL-2.0": "medium", | ||
"LGPL-2.1": "medium", | ||
"LGPL-3.0": "medium", | ||
"CPOL-1.02": "high", | ||
"LGPL-2.1+": "medium", | ||
"LGPL-3.0+": "medium", | ||
"SimPL-2.0": "high", | ||
"Artistic-1.0": "medium", | ||
"Artistic-2.0": "medium" | ||
} | ||
}, | ||
"isPrivate": true, | ||
"packageManager": "nuget", | ||
"policy": "# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.\nversion: v1.12.0\nignore: {}\npatch: {}\n", | ||
"ignoreSettings": { | ||
"adminOnly": false, | ||
"reasonRequired": true, | ||
"disregardFilesystemIgnores": false | ||
}, | ||
"summary": "88 vulnerable dependency paths", | ||
"filesystemPolicy": false, | ||
"filtered": { | ||
"ignore": [], | ||
"patch": [] | ||
}, | ||
"uniqueCount": 18, | ||
"path": "dummy/obj" | ||
} |
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,12 @@ | ||
{ | ||
"@name": "http://api:9999", | ||
"alerts": [ | ||
{ | ||
"description": "<p>Base64 encoded data was disclosed by the application/web server</p>", | ||
"source": "URI: http://api:9999/ Method: POST", | ||
"detail": "Base64 Disclosure \n Evidence: DxyPP_YQ6qdWluCCz93Xs1CeJPvg \n Solution: <p>Manually confirm that the Base64 data does not leak sensitive information, and that the data cannot be aggregated/used to exploit other vulnerabilities.</p> \n Other info: <p>\\x000f\\x001c�?�\\x0010�V���Re\\x000c��9�7C\\x001b \\x0011Ű�\\x0004?a\tP�\\x0017���\u007f@]ۺ�\\x0005\\x0007��7\\x0006\\x000e���\\x0019�,�D[�n���_)��X�w��&^���3l����'�~h?��O\\x0011�H����΅\\x001c��ޕ�Bi|��>\\x0007\u007f:�-QY(\\x0016</p><p>��A|��9��E��%&\\x0011�]�j\\x001c!��o�\\x000e�\\x0014�L�\\x0000j:\\x0008V:��]L����փԫ�o$\\x0003����KՆn��5�T_P�ͭ�w����l$\\x000fU���+vq\\x001e\\x001b& P\n7+���u9�\\x001e��tN����+\\x0003�X�R$\\,��{5\t�O</p> \n Reference: <p>https://www.owasp.org/index.php/Top_10_2013-A6-Sensitive_Data_Exposure</p><p>http://projects.webappsec.org/w/page/13246936/Information%20Leakage</p>", | ||
"severity": "Informational", | ||
"fingerprint": "10094_http://api:9999/_POST" | ||
} | ||
] | ||
} |