-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi, this is a question/discussion regarding the diff functionality.
I see that the diff functionality takes into account the Location and Line property to compute the list of new findings per severity. However, per the SARIF spec, the fingerprints and partialFingerprints provide a one-stop check for uniqueness. I understand what's provided as part of diff functionality partially makes sense in the scenario perhaps where none of the fingerprints attributes are present.
What are your thoughts on the other result attributes such as codeFlow, stacks, different attributes of location attribute etc that can be used to distinguish if results are unique? Would you suggest they be considered outside the scope of this project's implementation? Any ideas on how to handle those cases? Perhaps accept a list of attributes that would serve as the order to compare results against?