jeremylong / DependencyCheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
https://owasp.org/www-project-dependency-check/
Apache License 2.0
5.93k stars 1.21k forks source link

feat: Carthage analyzer #6614

Closed alinradut closed 2 weeks ago

alinradut commented 4 weeks ago

Fixes Issue #962

Description of Change

Adds support for Carthage Cartfile.resolved files. This analyzer is based on the CocoaPods analyzer.

Have test cases been added to cover the new functionality?

Yes.