Actions
Bug #15803
closedFile.realpath should always return a tainted string
Bug #15803:
File.realpath should always return a tainted string
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.7.0dev (2019-04-28 realpath-taint a1b4816759) [x86_64-openbsd]
Backport:
Description
This string can include elements that were not in either string
passed to File.realpath, even if one of the strings is an
absolute path, due to symlinks:
Files
Actions