1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext
Christoph M. Becker 2f6b9e6c63 Fix #81742: open_basedir bypass in SQLite3 by using file URI
A previous fix[1] was not sufficient to catch all potential file URIs,
because the patch did not cater to URL encoding.  Properly parsing and
decoding the URI may yield a different result than the handling of
SQLite3, so we play it safe, and reject any file URIs if open_basedir
is configured.

[1] <https://bugs.php.net/bug.php?id=77967>

Closes GH-10018.
2022-12-06 15:59:52 +01:00
..
2022-06-25 07:39:55 +01:00
2022-06-17 19:52:44 -04:00
2022-07-27 12:13:32 +02:00
2022-11-03 14:37:17 +01:00
2022-09-13 11:33:09 +01:00
2022-10-21 00:05:30 -06:00
2022-04-25 14:29:44 +02:00
2022-09-13 12:45:42 +01:00
2022-09-27 23:32:15 +02:00
2022-06-13 14:43:51 +02:00
2022-08-31 14:22:44 +02:00
2022-08-24 14:39:45 +02:00
2022-09-27 18:45:54 +02:00
2022-10-13 16:00:36 +02:00
2022-06-20 18:46:17 +02:00
2022-06-15 15:39:00 +02:00
2022-06-25 07:39:55 +01:00