Qvm-run --filter-escape-chars what is that?

BTW, the qvm-run option’s name and description are a little bit misleading. It’s no longer replacing just a few known dangerous characters (escape sequences) but rather it’s strictly replacing everything except a list of safe characters (printable ASCII, tab, newline, return, backspace, bell):

3 Likes