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

Fix crashes with two edge cases of Podfile and pods configuration #49

Closed macblazer closed 2 years ago

macblazer commented 2 years ago

Fixed a crash when the Podfile existed but included no pods. Fixed a crash when an included pod has a platform-specific dependency but that platform is not defined in the Podfile. Fixes #46

I also updated the error messaging when gathering pod attributes which fixes #48.