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
Heya, playing around with govalidator recently I wanted to validate some input for a relative path, it seems that the isFilePath function only valides absolute paths?
E.g:
isFilePath("relative_file_path") => false, 0
isFilePath("./relative_file_path") => false, 0
Is it a bug or the expected behavior?
The text was updated successfully, but these errors were encountered:
Hello guys!
I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back
Link to my repo: create issue there and we'll discuss it.
Heya, playing around with govalidator recently I wanted to validate some input for a relative path, it seems that the
isFilePath
function only valides absolute paths?E.g:
isFilePath("relative_file_path") => false, 0
isFilePath("./relative_file_path") => false, 0
Is it a bug or the expected behavior?
The text was updated successfully, but these errors were encountered: