Hello, https://github.com/microsoft/sarif-tools/blob/5b8d9e65c1b2cc04ab3af25f012ce23ab8106033/sarif/sarif_file.py#L295C1-L298C15 There is a missing ":" in `message[len(error_id) + 1].strip()` it should be `message[len(error_id) + 1:].strip()` Kind Regards, Adrien
Hello,
https://github.com/microsoft/sarif-tools/blob/5b8d9e65c1b2cc04ab3af25f012ce23ab8106033/sarif/sarif_file.py#L295C1-L298C15
There is a missing ":" in
message[len(error_id) + 1].strip()it should bemessage[len(error_id) + 1:].strip()Kind Regards, Adrien