Mondo Diaz
6cf487b224
fix: add security checks and tests for code review
Security:
- Add authorization checks to list_packages, update_package, delete_package endpoints
- Add MAX_TOTAL_ARTIFACTS limit (1000) to prevent memory exhaustion during dependency resolution
- Add TooManyArtifactsError exception for proper error handling
UI:
- Display reverse dependency errors in PackagePage
- Add warning display for failed dependency fetches in DependencyGraph
Tests:
- Add unit tests for metadata extraction (deb, wheel, tarball, jar)
- Add unit tests for rate limit configuration
- Add unit tests for PyPI registry client
2026-02-04 16:19:16 -06:00
..
2026-01-07 12:31:44 -06:00
2026-01-27 14:23:40 -06:00
2026-02-04 09:44:12 -06:00
2026-02-04 10:37:12 -06:00
2026-02-04 09:16:27 -06:00
2026-02-04 16:19:16 -06:00
2026-02-03 12:45:44 -06:00
2026-02-04 14:56:59 -06:00
2026-02-04 16:19:16 -06:00
2026-02-04 16:19:16 -06:00
2026-01-14 12:29:37 -06:00
2026-01-28 12:50:58 -06:00