Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

CSVAnalyzer can't handle spdx expressions #627

Open
8 tasks
neubs-bsi opened this issue Nov 10, 2020 · 0 comments
Open
8 tasks

CSVAnalyzer can't handle spdx expressions #627

neubs-bsi opened this issue Nov 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@neubs-bsi
Copy link
Contributor

Situation

If one enters an SPDX Expression into any of the license columns in the CSV File, the string gets directly mapped onto a license. Hence statements like: ( Apache-2.0 AND MIT ) would not be resolved correctly.
This issue is partly related to #409

Acceptance Criteria

  • Licenses are correctly mapped onto a LicenseStatement
  • SPDX Expression are supported by the CSVAnalyzer

Definition of Done

  • Acceptance criteria fulfilled
  • A test case is created to reproduce the bug
  • A PR is created, the CI infrastructure reports green, the bug test case proves that bug is fixed
  • The PR is reviewed and approved
  • No TODOs left in the code unless explained in the ticket, if something else is still open, this is summarized in a comment in the issue
  • Documentation is updated
@neubs-bsi neubs-bsi added the enhancement New feature or request label Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant