History log of /PHP-7.4/tests/security/bug76359.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ee9e0754 21-May-2021 Christoph M. Becker

Fix #76359: open_basedir bypass through adding ".."

We explicitly forbid adding paths with a leading `..` to `open_basedir`
at runtime.

Closes GH-7024.