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

SBOM Mapper #5986

Merged
merged 79 commits into from
Aug 19, 2024
Merged

SBOM Mapper #5986

merged 79 commits into from
Aug 19, 2024

Conversation

charleshu-8
Copy link
Contributor

@charleshu-8 charleshu-8 commented Jul 10, 2024

  • Add support for CycloneDX SBOM.

Signed-off-by: Charles Hu <[email protected]>
@charleshu-8 charleshu-8 added enhancement New feature or request hdf-converters Issue related to the HDF Converters library labels Jul 10, 2024
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
libs/hdf-converters/src/cyclonedx-sbom-mapper.ts Outdated Show resolved Hide resolved
@charleshu-8
Copy link
Contributor Author

charleshu-8 commented Aug 16, 2024

add syft test

@Amndeep7
Copy link
Contributor

add spdx -> converted to cylonedx sbom as test as well

@kemley76 kemley76 mentioned this pull request Aug 16, 2024
Copy link

sonarcloud bot commented Aug 19, 2024

@Amndeep7 Amndeep7 added the ready-to-merge Used by mergify to identify if a PR is ready to merge into master. label Aug 19, 2024
@mergify mergify bot merged commit e89ec11 into master Aug 19, 2024
20 checks passed
@mergify mergify bot deleted the sbomMapper branch August 19, 2024 17:20
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants