You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the file property isn't really defined what exactly it holds, so it's kinda implementation defined and reggae puts multiple files in it, space separated - which would break for consumers trying to split just by spaces, because file names with spaces are not escaped.
Furthermore the commands in command are also not escaped and contain stuff like
As I already wrote at #303 (comment), some string literal escape sequences are missing an extra backslash. It might be as simple as replacing every string literal backslash with two backslashes.
the
file
property isn't really defined what exactly it holds, so it's kinda implementation defined and reggae puts multiple files in it, space separated - which would break for consumers trying to split just by spaces, because file names with spaces are not escaped.Furthermore the commands in
command
are also not escaped and contain stuff likewhich would just break if you were to try to run them like this.
The text was updated successfully, but these errors were encountered: