microsoft / sarif-pattern-matcher

Quality domain agnostic regular expression pattern matcher that persists results to SARIF
MIT License
39 stars 18 forks source link

In-memory analysis and logging. #723

Closed michaelcfanning closed 1 year ago

michaelcfanning commented 1 year ago

This changes allows for and tests the scenario of completing end-to-end analysis and logging entirely in-memory (creating an in-memory SarifLogger upfront).

This scenario is important for various API-driven scans and also simplifies testing.