Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prevent path traversal attacks in debug mode #160

Merged
merged 1 commit into from
Nov 28, 2021

Conversation

AzureMarker
Copy link
Collaborator

This is not a problem in release mode because we are in control of which files are loaded/embedded during compile time.

Fixes #159

This is not a problem in release mode because we are in control of which
files are loaded/embedded during compile time.
@AzureMarker AzureMarker requested a review from pyrossh November 27, 2021 23:41
@pyrossh
Copy link
Owner

pyrossh commented Nov 28, 2021

LGTM. Thanks @AzureMarker .

@pyrossh pyrossh merged commit 51ee3fa into master Nov 28, 2021
@AzureMarker AzureMarker deleted the fix/path-traversal-attack branch November 28, 2021 17:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Directory traversal attack allowed when running in debug mode
2 participants