microsoft / sarif-sdk

.NET code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
Other
194 stars 93 forks source link

Tranformer APIs need refactoring #907

Open easyrhino-gh opened 6 years ago

easyrhino-gh commented 6 years ago

Need a factory and a common interface between SarifLog and SarifLogVersionOne. We should also think about whether the visitor model is the best choice.

easyrhino-gh commented 6 years ago

And update multitool accordingly