1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

README: Set expectations straight

Fixes #913.
This commit is contained in:
Nick Wellnhofer
2025-05-27 17:05:05 +02:00
parent ad346c9a24
commit 35d04a0848

View File

@@ -11,8 +11,6 @@ The git repository is hosted on GNOME's GitLab server:
Bugs should be reported at
<https://gitlab.gnome.org/GNOME/libxml2/-/issues>.
Please report *security issues* to our bug tracker as well. Make sure to
mark the issue as *confidential*.
Documentation is available at
<https://gitlab.gnome.org/GNOME/libxml2/-/wikis>
@@ -21,6 +19,14 @@ Documentation is available at
This code is released under the MIT License, see the Copyright file.
## Security
This is open-source software written by hobbyists, maintained by a single
volunteer, badly tested, written in a memory-unsafe language and full of
security bugs. It is foolish to use this software to process untrusted data.
As such, we treat security issues like any other bug. Each security report
we receive will be made public immediately and won't be prioritized.
## Build instructions
libxml2 can be built with GNU Autotools, CMake or meson.