logo

cve-client

CLI-based client / toolbox for CVE.org
commit: e12adcad91b81ecbc4413fe612856f4ff93f3d38
parent fceec63765509dfe0460d14abfaab9cc1e4555bc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 18 Nov 2024 05:42:12 +0100

Version 1.1.1

Diffstat:

MChanges3+++
Mcve-client2+-
Mlib/App/CveClient.pm2+-
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes @@ -1,3 +1,6 @@ +v1.1.1 - 2024-11-18 + * Update to new API endpoints on cveawg.mitre.org (same data schema) + v1.1.0 - 2024-05-14 * Add support for CVE Schema 5.1 diff --git a/cve-client b/cve-client @@ -2,7 +2,7 @@ # CVE-Client: CLI-based client / toolbox for CVE.org # Copyright © 2021-2023 CVE-Client Authors <https://hacktivis.me/git/cve-client/> # SPDX-License-Identifier: AGPL-3.0-only -our $VERSION = 'v1.1.0'; +our $VERSION = 'v1.1.1'; use strict; use utf8; no warnings; # Wide Character… diff --git a/lib/App/CveClient.pm b/lib/App/CveClient.pm @@ -2,7 +2,7 @@ # Copyright © 2021-2023 CVE-Client Authors <https://hacktivis.me/git/cve-client/> # SPDX-License-Identifier: AGPL-3.0-only package App::CveClient; -our $VERSION = 'v1.1.0'; +our $VERSION = 'v1.1.1'; use warnings; use strict;