This project aims to convert an OVAL file from different vendors into a standard JSON (and YAML) format. You can find a JSON format here, but note that this is not the closed format and this could change at any time.
This project is still under development and the main goal is to publish it into PyPI for others to use it.
If you clone this source as-is you can simply run:
python3 ./src/oval2json [--yaml] <oval-filename>.xml <json-filename>.json
If you find any issues or would like to request some features, please use the Issues sections of this page.
If you would like to contribute with code, please fork this repository and send a Pull Request for it. I will gladly review it.