spdx / LicenseListPublisher

Tool that generates license data found in the license-list-data repository from the license-list-XML source
Apache License 2.0
11 stars 18 forks source link

Quotes in template keyword text is not handled correctly #99

Closed goneall closed 3 years ago

goneall commented 3 years ago

Since double quotes are used to delineate the keyword values, having them inside the value itself trips up the matching rule parsing.

This is a specification issue, adding this issue here to track implementation once the issue is resolved - see https://github.com/spdx/spdx-spec/issues/497 for details.

goneall commented 3 years ago

This turned out to not be the problem - the original issue was a semi-colon which can be escaped with a backslash