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: DB User & Password shown in clear text in error message #763

Merged
merged 3 commits into from
Dec 19, 2015

Commits on Dec 14, 2015

  1. Merge pull request #3 from panique/develop

    Develop update from head fork
    slaveek committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    b278759 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Put database connection in try/catch block

    Check DB connection in try/catch block. Also when PDO is not constructed
    properly, prevent to exposing database host, username and password in
    plain text as:
    PDO->__construct('mysql:host=127....', 'root', '12345678', Array)
    by throwing custom error message
    slaveek committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    a635e0f View commit details
    Browse the repository at this point in the history
  2. Clean up

    Convert indentation to spaces.
    slaveek committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    f99d364 View commit details
    Browse the repository at this point in the history