Skip to content

Added citation support and test cases. #630

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

Open
wants to merge 5 commits into
base: 1.7-dev
Choose a base branch
from

Conversation

stevespringett
Copy link
Member

@stevespringett stevespringett commented May 1, 2025

TODO/DONE

  • JSON schema modified
  • XML schema modified
  • ProtoBuf schema modified
  • JSON examples/test data crafted
  • XML examples/test data crafted
  • ProtoBuf examples/test data crafted

@stevespringett stevespringett requested a review from a team as a code owner May 1, 2025 20:23
@stevespringett stevespringett linked an issue May 1, 2025 that may be closed by this pull request
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
@stevespringett stevespringett added request for comment RFC notice sent A public RFC notice was distributed to the CycloneDX mailing list for consideration labels May 1, 2025
@stevespringett stevespringett added this to the 1.7 milestone May 1, 2025
@jkowalleck jkowalleck self-requested a review May 15, 2025 12:36
Signed-off-by: Jan Kowalleck <[email protected]>
}
},
"required": ["pointers", "timestamp"],
"anyOf": [
Copy link
Member

@jkowalleck jkowalleck May 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


what is this anyOf supposed to mean?
if i understand it correct, it means, atleast one of the following is required. ...

I missed a respective part in the XML and in the ProtoBuf - I would expect to see at least a text expressing this requirement.

i suggest

  • adding a textual annotation the ProtoBuf that expresses that rule
  • adding a textual annotation the XML that expresses that rule. or add a choice if technically possible.
  • providing proper examples/test-data for valid and invalid showcases

@jkowalleck jkowalleck requested a review from a team May 20, 2025 09:33
@jkowalleck
Copy link
Member

RFC notice sent on May 1, 2025

Public RFC period ended May 29, 2025

@jkowalleck
Copy link
Member

@stevespringett i see lacks in the implementation. I'd reject the current version for its unclear implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDX 1.7 related to release v1.7 proposed core enhancement request for comment RFC notice sent A public RFC notice was distributed to the CycloneDX mailing list for consideration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add citation support
2 participants