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
SarifReportMerger.kt - merging only results. Without considering uriBaseId and originalUriBaseIds. It leads to inability to parse actual artifact location for particular result.
No idea how we didn't pick up this PR earliear. In the meantime we changed that part of the code a lot. Basically we move the responsability of merging two different reports to sarif4k. Can you check if this issue is still present in the new implementation? To be honest I don't use sarif that much so I don't understand completely the issue.
SarifReportMerger.kt - merging only results. Without considering
uriBaseId
andoriginalUriBaseIds
. It leads to inability to parse actual artifact location for particular result.Example:
originalUriBaseIds
- has only one reference to modulesecond
. Meanwhile resultsuriBaseId
linked to wrong uri (Utils.kt located in another module).The text was updated successfully, but these errors were encountered: