CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

Do dependencies belong in the bom metadata tools area? #29

Closed macblazer closed 2 years ago

macblazer commented 2 years ago

The example_bom.xml file includes the cyclonedx-cocoapods tool and version number which makes sense. But it also includes the two direct dependencies of cyclonedx-cocoapods as tools starting at line 12. I think dependencies shouldn't be listed in the tools section like that. Should they be removed?

The code adding them is in bom_builder.rb at line 152.