rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

rustfmt: Handle all the possible values without introducting security issues

Open szabgab opened this issue 10 months ago • 0 comments

  • Currently we don't handle well values that are lists with []
  • As each formatting option and each value will have a file listing the crates we have to make sure these are all valid filenames. (so for example they don't contain .. that would put the file in a folder outside of where it should be. We might need to use some escaping that will be good for both URLs and filenames.

szabgab avatar Apr 03 '24 16:04 szabgab