logo

cve-client

CLI-based client / toolbox for CVE.org git clone https://anongit.hacktivis.me/git/cve-client.git/

Changes (1155B)


  1. v1.1.1 - 2024-11-18
  2. * Update to new API endpoints on cveawg.mitre.org (same data schema)
  3. v1.1.0 - 2024-05-14
  4. * Add support for CVE Schema 5.1
  5. v1.0.5 - 2023-10-14
  6. * MANIFEST.SKIP: Ignore unpacked distribution
  7. * Fix VERSION
  8. * MANIFEST.SKIP: Ignore distribution tarballs
  9. * cve-client: Add pod
  10. * MANIFEST: Remove t/cve_schema50.CVE-2024-24903.json
  11. v1.0.4 - 2023-03-27
  12. * Makefile.PL: perltidy
  13. * Add tests
  14. * lib/App/CveClient: Move-in subs of cve-client
  15. v1.0.3 - 2023-03-27
  16. * MANIFEST: Add
  17. * Makefile.PL: Add trailing-/ on repo URLs, add bugtracker email
  18. v1.0.2 - 2023-03-27
  19. * Fix metadata
  20. * cve-client: Remove obsolete VERSION_MESSAGE
  21. v1.0.1 - 2023-03-27
  22. * cve-client: Add abstract
  23. * Makefile.PL: Add repository + homepage metadata
  24. * Makefile.PL: Add requirements
  25. v1.0.0 - 2023-03-27
  26. * Fix gemini formatting for 5.0
  27. * Add handling for schema 5.0
  28. * Add support for vendor+product metadata
  29. * cve-client: Allow multiple CVEs at once
  30. * cve-client: Add -g to usage line
  31. * Introduce Makefile.PL
  32. * Remove broken quotes around descriptions
  33. * Handle error sent from API
  34. * Gemtext option
  35. * Perl tidy
  36. * README.md: Add
  37. * Initial Commit