CVE-2026-52747: Cpp String Consecutive Assign Overwritecve-2026-52747-cpp-string-consecutive-assign-overwrite
Two consecutive `.assign()` operations on the same object were detected. The second `.assign()` overwrites the string instead of appending to it, which causes the data from the first assignment to be silently discarded. When manipulating buffers or parsing input, this can drop critical tokens such as line breaks, leading to parser differentials and potential