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

Fix #766: Handle relative report paths with backticks outside basedir. #780

Merged
merged 1 commit into from
Feb 20, 2016

Commits on Feb 16, 2016

  1. Fix SonarOpenCommunity#766: Handle relative report paths with backtic…

    …ks outside basedir.
    
    It was possible to have an NPE when normalizing backticks on relative
    paths if the backticks moved the directory too far back.  This change
    will handle invalid normalization of relative paths.
    
    Normalization is reattempted against the absolute path, and if it is
    still invalid then it is not given to the directory scanner, which does
    not accept null elements.
    mjdetullio committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    1962987 View commit details
    Browse the repository at this point in the history