Go to file
LLM 4c681b6018 [+] CVE backends async, CLI with output formats, status density, ecosystem tracking
1. convert all CVE backends to async (run_in_executor + urllib);
  2. base class provides _fetch_url, _post_json, _head_content_length async helpers;
  3. NVD rate-limit delays use asyncio.sleep;
  4. add --timeout to cve sync via asyncio.wait_for;
  5. add cve CLI as apps/cve/cli.py with cve_cli_t class, routed from cli/main.py;
  6. main.py uses pr34 parse_args stop_at for proper -h passthrough;
  7. add cli_types.py with pydantic models for sync/status/check results;
  8. add cli_render.py with txt/json/yaml output renderers;
  9. add --format txt|json|yaml flag on cve parser;
  10. status shows per-source: entries, last_sync (datetime), fetch_range, density;
  11. density computed from date_published (NVD), CVE ID year (arch_tracker);
  12. cve_db_t schema v2: add cve_osv_ecosystems table;
  13. osv_ecosystems_t fetches from GCS, fixes infinite loop (IsTruncated check);
  14. status shows ecosystem counts: total/supported/unsupported per package_map_t;
  15. sync stores ecosystems in sqlite, status reads from db only;
  16. all print() replaced with logger or stdout render;
  17. arch_tracker sync: clean fetch/parsed/ingested logging, no per-100 spam;
  18. upsert_entries returns cve_upsert_result_t with received/inserted counts;
  19. add cve_date_range_t, cve_upsert_result_t, output_format_t, date_source_t types;
2026-04-17 09:00:00 +00:00
.vscode
d1 [+] update gateway 2025-12-22 16:26:49 +03:00
d2/gamepad [+] refactor book1 2025-01-12 18:20:19 +03:00
deps [+] merge gitea/master, regenerate requirements for py3.13 2026-04-06 09:32:19 +00:00
docker [+] update cpanel 2025-09-25 13:24:10 +03:00
dotfiles [+] update vim config 2026-01-06 22:29:53 +03:00
meson [+] bump archlinux to v0.27, pr34 dep to >=0.1.5.68, release wheels 2026-04-13 09:00:00 +00:00
mypy-stubs [+] add archlinux package management module with libsolv backend 2026-04-03 16:45:00 +00:00
platform_dotfiles [+] update pr34 2025-12-13 20:18:55 +03:00
platform_dotfiles_gpg/ideapad_slim_3_15arp10 [+] update pr34 2025-12-13 20:18:55 +03:00
python [+] CVE backends async, CLI with output formats, status density, ecosystem tracking 2026-04-17 09:00:00 +00:00
releases [+] bump archlinux to v0.27, pr34 dep to >=0.1.5.68, release wheels 2026-04-13 09:00:00 +00:00
.dockerignore [+] add checks service 2025-08-25 12:41:38 +03:00
.editorconfig [+] update pydantic, validate_params 2025-10-11 17:07:45 +03:00
.env.examples [+] update docker-compose 2025-09-30 07:30:38 +03:00
.gitattributes [+] add archlinux deps/whl with pr34 wheel, update gitignore/gitattributes 2026-04-06 12:31:32 +00:00
.gitignore [+] add archlinux deps/whl with pr34 wheel, update gitignore/gitattributes 2026-04-06 12:31:32 +00:00
.gitmodules [+] fix .gitmodules 2025-01-12 18:23:47 +03:00
docker-compose.local.yml [+] add build config for archlinux as separate meson package 2026-04-06 07:04:09 +00:00
docker-compose.yml [+] update gateway 2026-01-07 23:29:38 +03:00
Makefile [+] bump pr34 v0.1.5.67, archlinux v0.24, release wheels, update Makefile 2026-04-09 09:00:00 +00:00
osx-brew.txt