Skip to content

Tags: gcve-eu/gcve

Tags

v0.11.3

Toggle v0.11.3's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.11.3 (2025-07-17)

Updated the GNAEntry type with the new gcve_pull_api attribute.

v0.11.2

Toggle v0.11.2's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Fixed an issue when loading the ``__version__`` variable.

v0.11.1

Toggle v0.11.1's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.11.1 (2025-06-11)

- Replace default requests user-agent with official GCVE user-agent.
- Updated dependencies.

v0.11.0

Toggle v0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.11.0 (2025-05-30)

Added a new function to get a GNA by identifier.

v0.10.2

Toggle v0.10.2's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.10.2 (2025-05-19)

- Added missing py.typed file.

v0.10.1

Toggle v0.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.10.1 (2025-05-19)

Added py.typed file in the package.

v0.10.0

Toggle v0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.10.0 (2025-05-19)

- Refactored core part of the library.

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.9.0 (2025-05-15)

Improved handling of the local GNA registry location.
Functions that fetch updates from the GNA directory now
accept a configurable base path, which can also be set
via the command line.

v0.8.3

Toggle v0.8.3's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.8.3 (2025-05-05)

- gcve0_to_cve() is now case-insensitive.

v0.8.2

Toggle v0.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
cedricbonhomme Cédric Bonhomme
Release 0.8.2 (2025-04-30)

- The main gcve script is now under the root gcve module.