You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if codespell were to support the Static Analysis Results Interchange Format (SARIF) standard. This has replaced the Fedora Firehose format and is a JSON based cross-tool format. The SDK is .NET based but there is a project with Python classes for the object model, TBH the JSON could just be generated directly without going through the object model though. Looking at the example SARIF files in the standard, it looks fairly easy to generate directly.