wfrisch / idlib

Identify embedded C and C++ libraries
GNU General Public License v3.0
0 stars 1 forks source link

Support other languages #11

Open wfrisch opened 4 months ago

wfrisch commented 4 months ago

idlib is currently limited to C/C++ because that was the original need, and also because most mainstream languages (e.g. Go, Rust, NodeJS, ...) have package management systems with machine-readable SBOMs. Nevertheless, surely code duplication happens in those languages too, and there's no reason why idlib couldn't support them.

Challenges are tangential:

wfrisch commented 4 months ago

Not the highest priority right now, but let's keep it on the table.