1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-04-13 02:50:07 +03:00
Nick Wellnhofer 6208f86edd xmllint: Support compressed input from stdin
Another regression related to reading from stdin.

Making a "-" filename read from stdin was deeply baked into the core
IO code but is inherently insecure. I really want to reenable this
dangerous feature as sparingly as possible.

Add a new hidden parser option to make xmllint work. This will likely
turn into a public option that must be opted in later.

Allow compressed stdin in xmlReadFile to support xmlstarlet and older
versions of xsltproc. So far, these are the only known command-line
tools that rely on "-" meaning stdin.
2025-01-28 22:05:30 +01:00
..
2023-12-21 15:02:24 +01:00
2022-11-27 02:20:53 +01:00
2023-02-13 11:14:34 +01:00
2022-11-27 02:20:53 +01:00
2023-12-11 22:13:05 +01:00
2023-12-21 02:46:27 +01:00
2024-03-17 21:07:46 +01:00
2023-02-22 14:24:24 +01:00
2023-12-21 02:46:27 +01:00