Skip to content
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

Bom: initialize its own metadata #256

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2023

  1. Bom.cs: add ability to update Bom document basic metadata (Timestamp,…

    … SerialNumber, Version, Metadata/Tools[] for current library and its consumer script)
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9b232d5 View commit details
    Browse the repository at this point in the history
  2. Merge.cs: use result.BomMetadataUpdate() and BomMetadataReferThisTool…

    …kit() to pre-init HierarchicalMerge() and FlatMerge() output object
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    00287b9 View commit details
    Browse the repository at this point in the history
  3. Bom.cs: modernize BomMetadataReferThisToolkit() for cyclonedx-dotnet-…

    …library 6.0.0 with its intermediate ToolChoices type (for CDX spec 1.5)
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cd750b9 View commit details
    Browse the repository at this point in the history
  4. Bom.cs: BomMetadataUpdateSerialNumberVersion(): address static analys…

    …is concerns
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d12445c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Bom.cs: fix compilation warnings with obsoleted Tool class

    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2e87f5d View commit details
    Browse the repository at this point in the history