Skip to content
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

rename checkIfPathNamedIsOutsideOf to checkPathNamedIsInsideOf #217

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

robstoll
Copy link
Member

also, use realpath -m as we don't want to fail if a path does not exist (also good enough to see if a theoretical path is inside). Still prefer realpath over readlink as we want to follow each symlink in the path


I confirm that I have read the Contributor Agreement v1.1, agree to be bound on them and confirm that my contribution is compliant.

also, use realpath -m as we don't want to fail if a path does not exist
(also good enough to see if a theoretical path is inside). Still prefer
realpath over readlink as we want to follow each symlink in the path
@robstoll robstoll merged commit 236b467 into main Oct 26, 2024
4 checks passed
@robstoll robstoll deleted the bugfix/path-inside branch October 26, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant