diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-27 14:59:20 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-27 14:59:20 +0000 |
| commit | 5b4aca6e3c936bca2657d1ad1a8f336838fda4bb (patch) | |
| tree | 2a5ba8dfc9bdb61c58633373be122ae2f83df1e7 /spec/fixtures/expected/python/2 | |
| parent | bff873a938de126d2b79e799df325f3d5c31295b (diff) | |
| parent | 80fa34dd2bd72af88efcb85844302d04450a0e1e (diff) | |
Merge branch '212919-conan-integration-tests' into 'master'v3.10.0
Scan conan projects
See merge request gitlab-org/security-products/license-management!156
Diffstat (limited to 'spec/fixtures/expected/python/2')
| -rw-r--r-- | spec/fixtures/expected/python/2/pip/v2.1.json | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/spec/fixtures/expected/python/2/pip/v2.1.json b/spec/fixtures/expected/python/2/pip/v2.1.json new file mode 100644 index 0000000..3203679 --- /dev/null +++ b/spec/fixtures/expected/python/2/pip/v2.1.json @@ -0,0 +1,145 @@ +{ + "version": "2.1", + "licenses": [ + { + "id": "BSD-3-Clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "url": "https://opensource.org/licenses/BSD-3-Clause" + }, + { + "id": "BSD-4-Clause", + "name": "BSD 4-Clause \"Original\" or \"Old\" License", + "url": "http://directory.fsf.org/wiki/License:BSD_4Clause" + }, + { + "id": "MIT", + "name": "MIT License", + "url": "https://opensource.org/licenses/MIT" + }, + { + "id": "MIT-CMU", + "name": "CMU License", + "url": "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE" + }, + { + "id": "Python-2.0", + "name": "Python License 2.0", + "url": "https://opensource.org/licenses/Python-2.0" + }, + { + "id": "copyright (c) 2015, julien fache", + "name": "Copyright (c) 2015, Julien Fache", + "url": "" + } + ], + "dependencies": [ + { + "name": "Django", + "version": "1.11.4", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "Pillow", + "version": "5.0.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT-CMU" + ] + }, + { + "name": "beautifulsoup4", + "version": "4.6.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "django-contrib-comments", + "version": "1.8.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "django-js-asset", + "version": "1.0.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "django-mptt", + "version": "0.9.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "django-tagging", + "version": "0.4.6", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "django-xmlrpc", + "version": "0.1.8", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-3-Clause" + ] + }, + { + "name": "mots-vides", + "version": "2015.5.11", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "copyright (c) 2015, julien fache" + ] + }, + { + "name": "pyparsing", + "version": "2.2.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "pytz", + "version": "2018.3", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "regex", + "version": "2018.2.8", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "Python-2.0" + ] + } + ] +} |
