The "Categorized Dependencies and API Calls" section is successfully present in the HTML report.
Category Name | Status | Dependencies Section | API Calls Section | Expected Dependencies |
---|---|---|---|---|
Web Frameworks | allowed | ❌ MISSING | ✅ Present (6 calls) | tomli, packaging, pyyaml, click |
Data Science | allowed | ❌ MISSING | ✅ Present (3 calls) | jinja2, pytest, pytest-cov, matplotlib |
Machine Learning | restricted | ❌ MISSING | ✅ Present (2 calls) | black, ruff, scikit-learn, keras |
Uncategorized | cannot_determine | ❌ MISSING | ✅ Present (1 call) | N/A (uncategorized dependencies should be shown) |
Problem: The "Categorized Dependencies and API Calls" section is only showing API calls but NOT showing categorized dependencies, despite the section title promising both.
Expected Behavior:
Actual Behavior:
The categorized section successfully categorizes and displays API calls, but fails to categorize and display dependencies. This is a partial implementation where only half of the promised functionality (API categorization) is working, while dependency categorization is missing entirely.
Report generated on: