Actions
Bug #14075
closedFile.dirname("path without dir".taint) returns untainted string
Bug #14075:
File.dirname("path without dir".taint) returns untainted string
Actions
Added by znz (Kazuhiro NISHIYAMA) almost 9 years ago. Updated almost 9 years ago.
I think it is intended.
dirname for a path without directory is ".", and this does not come from the argument string.