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

[merged] lib: Add more filename validations (no ., .. or /) in commit logic #283

Closed

Commits on May 5, 2016

  1. lib: Add more filename validations (no ., .. or /) in commit logic

    The filesystem commit code will never give us potentially hostile
    filenames, and when importing from archives, we do some validation.
    
    However, we should be extra paranoid and also add error messages in
    the mtree in case someone tries to import a hostile
    libarchive-supported format.
    cgwalters committed May 5, 2016
    Configuration menu
    Copy the full SHA
    6edb0be View commit details
    Browse the repository at this point in the history