Actions
Bug #14075
closedFile.dirname("path without dir".taint) returns untainted string
Bug #14075:
File.dirname("path without dir".taint) returns untainted string
Updated by hkdnet (Ko Sato) over 8 years ago
Updated by nobu (Nobuyoshi Nakada) over 8 years ago
- Status changed from Open to Closed
I think it is intended.
dirname for a path without directory is ".", and this does not come from the argument string.
Actions