summaryrefslogtreecommitdiff
path: root/normalized-licenses.yml
AgeCommit message (Collapse)Author
2020-08-21Remove redundant normalizationTetiana Chupryna
2020-08-21Test with separate specsTetiana Chupryna
2020-08-21Denormalize BSD-4-Clause licenseTetiana Chupryna
2020-07-21Update maven/gradle offline testsmo khan
* Let maven figure out the version of the license plugin that it is compatible with * Print the error when the setup fails * Add tests for multiple versions of maven and java * Install packages into a project specific directory to prevent cross test pollution * Specify the list of supported Maven versions * Update CHANGELOG and bump the version
2020-06-18Bump version and add spec for LGPL-2.1mo khan
2020-06-18Detect variations of the Eclipse Public Licensecan eldem
2020-05-26Scan Conan projectsmo khan
* Scan the conan examples project * Split licenses by comma * Add integration test job for c projects * Add package_manager, version and path to v2.1 report * Detect collisions between names from different package managers * Add CHANGELOG entry * Update README to indicate Conan support * Print timestamps in install script
2020-04-01Add mappings for ISC licensemo khan
2020-04-01Pull package info from sources in Pipfile.lockmo khan
* Exclude dependencies in "develop" group" * Install pipenv by default * Use .venv to match the default location as pipenv * Use pip-licenses to detect licenses in Pipfile project * Add variation of the MIT License * Redirect asdf install stdout to /dev/null * Add CHANGELOG entry and bump version
2020-03-30Use virtualenv, pip-licenses to scan projectsmo khan
* Add PIL License to list of normalized licenses * Update Python 3 v2.0 report fixture * Add CHANGELOG entry * Define local variables in bash functions * Ensure `SETUP_CMD` continues to work for python projects * build virtualenv app-data cache * Fallback to legacy scanner when SETUP_CMD is used * Extract Shell class to be able to pass custom env
2020-03-07Fix nuget specsmo khan
2020-02-13Add integration test to scan a gradle projectmo khan
* Skip gradle invocation and install plugin globally * Update init.gradle * Try project.apply plugin: syntax * apply gradle plugin * Add entry to normalized licenses * Update spdx-licenses * Add CHANGELOG entry
2019-12-20Update normalized-licenses.ymlJacob W
Per https://gitlab.com/gitlab-org/security-products/license-management/merge_requests/97#note_263862360
2019-12-17Update normalized-licenses.ymlJacob W
2019-12-05Update license finder to 5.9.2Can Eldem
2019-10-29Map `Apache License v2.0` to `Apache-2.0`mo khan
2019-10-23Extract spdx id from known source urlsmo khan
2019-10-23Parse spdx id from known sourcesmo khan
2019-10-23Update dotnet test results with updated list of licensesmo khan
2019-10-23Install .NET Core 2.2 and .NET Core 3.0mo khan
2019-10-22Sort license namesmo khan
2019-10-22Remove feature flags and temporary mappingsmo khan
2019-10-16This maps the hardcoded names to spdx idsmo khan
The GitLab UI has a hardcoded list of license names that need to be mapped to the equivalent SPDX identifier. * https://gitlab.com/gitlab-org/gitlab/blob/5d760ac8b75c07a3c748485fe08130fcc9af2acf/ee/app/assets/javascripts/vue_shared/license_management/constants.js#L8-32
2019-08-19Apply changes from ↵mo khan
https://gitlab.com/gitlab-org/security-products/license-management/merge_requests/50