Scan unmanaged dependencies for C/C++ applications

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

It is common for organizations with a C++ application to have unmanaged dependencies in their source. In other words, their dependencies are not managed by a package manager like Conan (which we support today). Having this ability will provide better coverage across an organization along with an accurate SBOM.

Dependency types in C++

  • Static Libraries
  • Dynamic Libraries
  • Vendor Libraries

Resources:

Competitive:

Open-source scanners:

Edited by 🤖 GitLab Bot 🤖