-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExistingFileValidator should also check for read permission #249
Comments
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 4, 2019
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 4, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 4, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 12, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 12, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 12, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 13, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Mar 18, 2019
Signed-off-by: Rafi Wiener <[email protected]>
henryiii
pushed a commit
to rafiw/CLI11
that referenced
this issue
May 16, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Dec 7, 2019
Signed-off-by: Rafi Wiener <[email protected]>
rafiw
pushed a commit
to rafiw/CLI11
that referenced
this issue
Dec 7, 2019
Signed-off-by: Rafi Wiener <[email protected]> Signed-off-by: Rafi Wiener <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @henryiii ,
ExistingFileValidator doesn't check if file is readable, e.g no permission.
I think it should be added as a default, instead of adding a new validator for this check.
Another option is adding a parameter to the ExistingFileValidator to check read write and not only if exists.
what do you think?
The text was updated successfully, but these errors were encountered: