Currently, the SARIF report uses the exitSignalName property to describe the exit code. However, per specification this property SHALL be absent if the process did not exit due to a signal.
I'd propose to move this information to the nearby exitCodeDescription property which is more fitting.
Currently, the SARIF report uses the
exitSignalNameproperty to describe the exit code. However, per specification this property SHALL be absent if the process did not exit due to a signal.I'd propose to move this information to the nearby
exitCodeDescriptionproperty which is more fitting.