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
191 stars 90 forks source link

File regions cache for notifications #2657

Closed michaelcfanning closed 1 year ago

michaelcfanning commented 1 year ago

BUG: Eliminate NullReferenceException in HashUtilities.ComputeHashesForText when processing a tool notification in a scan target with no results previously fired.

This bug identified in (and fully tested by) the sarif pattern matcher tool. There is clearly more testing/hardening we can do with the new pipeline model.

@HulonJenkins