-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add meta:enum
desriptions for Tasktypes
#376
Closed
Closed
Conversation
This file contains 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
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
…ce` (CycloneDX#295) Fixes an inconsistency in test data of valid-service. First experienced in valid-service-1.4.json, other files (other versions and filetypes) showed the same deviation. The fix was derived from working test data of valid-service. closes CycloneDX#294 Signed-off-by: tokcum <[email protected]>
forward-port of CycloneDX#295 fixes CycloneDX#294 in 1.6 Signed-off-by: Jan Kowalleck <[email protected]>
Fix test data inconsistency regarding dependency tree in `valid-service`
Fix test data inconsistency regarding encoding of license content in `valid-bom` fixes CycloneDX#296 Signed-off-by: tokcum <[email protected]>
forward-port of CycloneDX#299 fixes CycloneDX#296 in 1.6 Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Fix test data regarding base64-encoded contents forward-port of CycloneDX#299 fixes CycloneDX#296 in 1.6
fixes CycloneDX#301 Signed-off-by: tokcum <[email protected]>
forward-port of CycloneDX#302 fixes CycloneDX#301 in 1.6 Signed-off-by: Jan Kowalleck <[email protected]>
forward-port of CycloneDX#302 fixes CycloneDX#301 in 1.6
closes CycloneDX#303 Signed-off-by: tokcum <[email protected]>
forward-port of CycloneDX#305 fixes CycloneDX#303 in 1.6 Signed-off-by: Jan Kowalleck <[email protected]>
forward-port of CycloneDX#305 fixes CycloneDX#303 in 1.6
Signed-off-by: steve.springett <[email protected]>
Signed-off-by: steve.springett <[email protected]>
Signed-off-by: steve.springett <[email protected]>
…anges to schema to include some changes and omissions. Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: steve.springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
fixes CycloneDX#192 task list for spec enhacement - [x] schema: JSON - [x] schema: XML - [x] schema: protobuff - [x] examples/test cases
Signed-off-by: Steve Springett <[email protected]>
# schema/bom-1.6.schema.json # tools/src/test/js/json-schema-lint-tests.js
This reverts commit 1302628.
This reverts commit 76bf8f9.
Fixed issue with evidence identity that restricted identity to only a single object. The defect was found in JSON and XML schemas but was correct in protobuf. Updated JSON and XML schemas in a way where they are backward compatible. Updated test cases in v1.6 that support BOTH methods (single object and array of objects) of specifying identity evidence. Closes CycloneDX#272
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]> # Conflicts: # docgen/json/templates/cyclonedx/content.html # schema/bom-1.6.proto # schema/bom-1.6.schema.json # schema/bom-1.6.xsd # tools/src/test/js/json-schema-lint-tests.js
…ting. Minor changes to JSON schema. Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
…k/frames. Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
changes as discussed here: CycloneDX#347 (comment)
specific goals: - fixes CycloneDX#171 - fixes CycloneDX#291 task list for spec enhacement - [x] schema: JSON - [x] schema: XML - [x] schema: protobuff - [x] examples/test cases
Signed-off-by: Mark Symons <[email protected]>
Signed-off-by: Mark Symons <[email protected]>
Signed-off-by: Mark Symons <[email protected]>
Signed-off-by: Mark Symons <[email protected]>
Correct the spelling of `compliment` & `complimentary` to `complement` & `complementary` respectively. * Compliment = a polite expression of praise or admiration. * Complement = a thing that contributes extra features to something else in such a way as to improve or emphasize its' quality Correct spelling makes for easier translation to other languages. Signed-off-by: Mark Symons <[email protected]>
proposed fix for CycloneDX#288 and regression tests in contrast to CycloneDX#289
Signed-off-by: Matt Rutkowski <[email protected]>
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.
Fixes #245