Support coarse reachability analysis for Python:
- Extract dependencies from manifests and lockfiles
- Go through Python source code for import statements
- Output whether dependencies are reachable or not
TODOs:
- Evaluate the current reachability algorithm
- Migrate it to OSV-Scalibr as a plugin
- Find alternative for regular expressions
Support coarse reachability analysis for Python:
TODOs: