Hi! Please, have a look at this [issue](https://github.com/br4ch1st0chr0n3/polystat-cli/issues/1) and make the following changes to the sarif output for mutual recursion. * Split the mutual recursion message. Make a list of locations (descriptions and code links) as [here](https://github.com/br4ch1st0chr0n3/polystat-cli/blob/ec8ee66a49a73d492283c70f5a1b044c3683b825/sample-sarif/Mutualrec.sarif#L28) * Use HTML in `runs.results.locations.physicalLocation.artifactLocation.description.text` when providing some code. See an example [here](https://github.com/br4ch1st0chr0n3/polystat-cli/blob/ec8ee66a49a73d492283c70f5a1b044c3683b825/sample-sarif/Mutualrec.sarif#L34) * Specify a region of the source code (see [here](https://github.com/br4ch1st0chr0n3/polystat-cli/blob/ec8ee66a49a73d492283c70f5a1b044c3683b825/sample-sarif/Mutualrec.sarif#L37)). For now, it can be a random valid region. * Use relative `uri`-s like [here](https://github.com/br4ch1st0chr0n3/polystat-cli/blob/9378a4cb3dfc61306b997438db79b81e081b7961/sample-sarif/Mutualrec.sarif#L32). I hope it works on Windows