This repository contains a parser and types to read and work with OASIS OpenEoX data. This repo also hosts the protocol buffer definitions of the OpenEoX elements from which the types are generated.
From the official website:
OpenEoX is an initiative aimed at standardizing the way End-of-Life (EOL) and End-of-Support (EOS) information is exchanged within the software and hardware industries.
OpenEoX is a simple format to communicate the end of support of software and hardware. It is designed to completement SBOM, VEX and security advisories.
To install the module, simply pull it with go get:
go get github.com/carabiner-dev/openeox
The module offers a simple parser, we have one version of the schema which is following the development of the first version and will be solidified once the fitst official release is out.
This modules is copyright by Carabiner Systems, Inc. It is released under the Apache 2.0 license, feel free to use it for anything, contribute patches or file issues with bugs or feature requests.