Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 760 Bytes

oval2json

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.

How to use it

If you clone this source as-is you can simply run: python3 ./src/oval2json [--yaml] <oval-filename>.xml <json-filename>.json

Contributing

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.