Open
Description
When a runtime with a package manager is used, we should try to identify which packages are being used. For example, for Python, record the package name and version for site packages.
This could be done for:
- Python site packages
- Ruby gems
- R (maybe)
- Java (not interpreted, no run-time package manager, but JARs include version information)