freelance-project-34-market.../python
LLM da86659b67 [+] add CVE module: arch tracker, NVD, OSV backends with unified types and ORM
1. add apps/cve/ with unified types (cve_entry_t, cve_severity_t, cve_status_t);
  2. backend-specific pydantic models in arch_tracker_types.py, nvd_types.py, osv_types.py;
  3. abstract cve_backend_t with estimate_sync (HTTP HEAD) and sync interfaces;
  4. arch_tracker backend: fetches /issues/all.json, pydantic validate_json from stream;
  5. nvd backend: paginated, rate-limited, date range chunking (120-day max), optional API key;
  6. osv backend: batch query API, Debian ecosystem proxy, query_packages() for explicit lists;
  7. cve_db_t ORM module: cve_entries, cve_details (JSON blob), cve_sync_meta tables;
  8. all db queries return pydantic-validated lists via TypeAdapter;
  9. checker.py: check packages against cached CVEs using vercmp version comparison;
  10. heuristics.py: normalize product names, known alias table, exact/normalized matching;
  11. test_cve.py: 37 tests covering type parsing (real samples), db CRUD, checker logic, heuristics;
2026-04-13 09:00:00 +00:00
..
.venv-whl-cache [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66 2026-04-06 09:56:11 +00:00
deps/whl [+] update pr34 2025-11-06 15:53:03 +03:00
online/fxreader/pr34 [+] add CVE module: arch tracker, NVD, OSV backends with unified types and ORM 2026-04-13 09:00:00 +00:00
_m.py [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66 2026-04-06 09:56:11 +00:00
.mypy.ini
cli.py [+] refactor test runner into commands_typed/tests.py with pyproject.toml config 2026-04-09 09:00:00 +00:00
m.py [+] refactor test runner into commands_typed/tests.py with pyproject.toml config 2026-04-09 09:00:00 +00:00
meson_options.txt
meson.build [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66 2026-04-06 09:56:11 +00:00
pyproject.common.toml [+] add terminal.py adaptive renderer, rename tests.py to test_utils.py, bump pr34 v0.1.5.68 2026-04-13 09:00:00 +00:00
pyproject.toml.bak [+] add build config for archlinux as separate meson package 2026-04-06 07:04:09 +00:00
requirements.3.13.txt [+] merge gitea/master, regenerate requirements for py3.13 2026-04-06 09:32:19 +00:00