Merge branch 'gmarkup-docs' into 'master'

gmarkup: Make the documentation even more explicit about untrusted input

See merge request GNOME/glib!332
This commit is contained in:
Emmanuele Bassi 2018-12-19 13:27:05 +00:00
commit 48c2d94d7b

View File

@ -45,7 +45,8 @@
* The "GMarkup" parser is intended to parse a simple markup format
* that's a subset of XML. This is a small, efficient, easy-to-use
* parser. It should not be used if you expect to interoperate with
* other applications generating full-scale XML. However, it's very
* other applications generating full-scale XML, and must not be used if you
* expect to parse untrusted input. However, it's very
* useful for application data files, config files, etc. where you
* know your application will be the only one writing the file.
* Full-scale XML parsers should be able to parse the subset used by