Skip to content

Don't introduce Unicode null character while escaping it

What does this MR do and why?

The previous Unicode null character escaping logic was introducing an actual unicode null character if there was an escaped Unicode null character in the text.

We fix this issue by updating the regular expression used to capture Unicode null characters.

Related to ScanIngestionError when a report contains unico... (#442442 - closed).

Edited by Mehmet Emin INAC

Merge request reports