de-jcup/sarif-java

Implement a generator solution for SARIF2.1.0

winzj opened this issue · 0 comments

winzj commented

Situation

Implementing a SARIF library manually is sometimes difficult and can some effort.

Wanted

Generate the SARIF 2.1.0 library using this schema: https://github.com/oasis-tcs/sarif-spec/blob/main/Schemata/sarif-schema-2.1.0.json.
For generation maybe use https://github.com/joelittlejohn/jsonschema2pojo (Apache 2.0 License) which provides jackson annotations as well.