-
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
Hi :)
I've been following the progress of cdx1.5 support in this library for quite some time now. I've noticed tools such as Trivy already used in production (trivy cli tool).
I wondered about your approach to maintaining compatibility (read/write) for Tools. It's the first time you've had to change the actual field type. Will you use an overriding mechanism, such as implementing UnmarshalJSON and convert old slices into the new model?
The decoding part is much more apparent as convertTool would probably be used for this purpose.
Can I work on this solution? I'd like to see a v1.5 compatible version of this library in the stable release.
Reactions are currently unavailable