-
Notifications
You must be signed in to change notification settings - Fork 59
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
SBOM Mapper #5986
Merged
Merged
SBOM Mapper #5986
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
Contributor
charleshu-8
commented
Jul 10, 2024
•
edited
Loading
edited
- Add support for CycloneDX SBOM.
Signed-off-by: Charles Hu <[email protected]>
charleshu-8
added
enhancement
New feature or request
hdf-converters
Issue related to the HDF Converters library
labels
Jul 10, 2024
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
charleshu-8
commented
Aug 14, 2024
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
charleshu-8
commented
Aug 16, 2024
add syft test |
Amndeep7
approved these changes
Aug 16, 2024
add spdx -> converted to cylonedx sbom as test as well |
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Draft
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Signed-off-by: Charles Hu <[email protected]>
Quality Gate passedIssues Measures |
Amndeep7
added
the
ready-to-merge
Used by mergify to identify if a PR is ready to merge into master.
label
Aug 19, 2024
aaronlippold
pushed a commit
that referenced
this pull request
Nov 20, 2024
* Initial dump Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Change in license handling Signed-off-by: Charles Hu <[email protected]> * Passthrough implementation Signed-off-by: Charles Hu <[email protected]> * Finished intermediary object generation Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Logical density change Signed-off-by: Charles Hu <[email protected]> * Mapping progress; component flattening Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Quick typing fix Signed-off-by: Charles Hu <[email protected]> * Mapping progress Signed-off-by: Charles Hu <[email protected]> * Formatting overhaul; additional tags; results section Signed-off-by: Charles Hu <[email protected]> * VEX ingestion; various mapping adjustments Signed-off-by: Charles Hu <[email protected]> * Test fix Signed-off-by: Charles Hu <[email protected]> * VEX ingestion fix Signed-off-by: Charles Hu <[email protected]> * Clean up Signed-off-by: Charles Hu <[email protected]> * Test fix Signed-off-by: Charles Hu <[email protected]> * VEX support Signed-off-by: Charles Hu <[email protected]> * Refactoring Signed-off-by: Charles Hu <[email protected]> * Component field filtering and vulnerability ID appending Signed-off-by: Charles Hu <[email protected]> * VEX alignment changes Signed-off-by: Charles Hu <[email protected]> * SBOM support visibility; auto cleaning control Description Signed-off-by: Charles Hu <[email protected]> * Various styling changes Signed-off-by: Charles Hu <[email protected]> * Testing update Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Move porfile desc to summary Signed-off-by: Charles Hu <[email protected]> * Added conditional to control title genreation Signed-off-by: Charles Hu <[email protected]> * Review changes Signed-off-by: Charles Hu <[email protected]> * Adding CycloneDX types Signed-off-by: Charles Hu <[email protected]> * CWE tag fix Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Typing Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Fixing typing errors Signed-off-by: Charles Hu <[email protected]> * Review changes Signed-off-by: Charles Hu <[email protected]> * Tag changes Signed-off-by: Charles Hu <[email protected]> * Ref refactor Signed-off-by: Charles Hu <[email protected]> * Typing refactor, component hierarchy refactor Signed-off-by: Charles Hu <[email protected]> * Typing fixes Signed-off-by: Charles Hu <[email protected]> * Continued typing edits Signed-off-by: Charles Hu <[email protected]> * Message refactor Signed-off-by: Charles Hu <[email protected]> * Tags & description field changes Signed-off-by: Charles Hu <[email protected]> * Generic testing Signed-off-by: Charles Hu <[email protected]> * Refactoring Signed-off-by: Charles Hu <[email protected]> * Typing refactor Signed-off-by: Charles Hu <[email protected]> * Eugene changes Signed-off-by: Charles Hu <[email protected]> * Descriptions field fix Signed-off-by: Charles Hu <[email protected]> * Quick review change Signed-off-by: Charles Hu <[email protected]> * Add string headers Signed-off-by: Charles Hu <[email protected]> * Added additional tests Signed-off-by: Charles Hu <[email protected]> * Lint ignore Signed-off-by: Charles Hu <[email protected]> * Linting Signed-off-by: Charles Hu <[email protected]> * Linting :( Signed-off-by: Charles Hu <[email protected]> * Linting rules change Signed-off-by: Charles Hu <[email protected]> * Linting rules exception for unused vars prefixed with _ Signed-off-by: Charles Hu <[email protected]> --------- Signed-off-by: Charles Hu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
hdf-converters
Issue related to the HDF Converters library
ready-to-merge
Used by mergify to identify if a PR is ready to merge into master.
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.