feat(CSAF2.1): #340 add mandatory test 6.1.54 - license#350
Open
rainer-exxcellent wants to merge 1 commit intomainfrom
Open
feat(CSAF2.1): #340 add mandatory test 6.1.54 - license#350rainer-exxcellent wants to merge 1 commit intomainfrom
rainer-exxcellent wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
Test oasis_csaf_tc-csaf_2_1-2024-6-1-54-12.json fails because "LicenseRef-www.example.org-Example-CSAF-License-3.0+" is invalid. I will create an issue at oasis. |
3954b0f to
fb74bfd
Compare
fb74bfd to
824c0f9
Compare
824c0f9 to
d8ca49f
Compare
rainer-exxcellent
added a commit
that referenced
this pull request
Aug 13, 2025
d8ca49f to
d9d9354
Compare
d9d9354 to
2ccfbd7
Compare
2ccfbd7 to
2f2aa27
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test fails because the test valid example 2 is invalid.
s. oasis-tcs/csaf#1118
To parse the license expressions, we use the library
https://github.com/lkoskela/license-expressions
Another possible library is:
https://github.com/jslicense/spdx-expression-parse.js
But the last change here were 2 Years ago