Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9f86dae9 | 2024-12-15 14:27:05 | test: Add test case for UAF in xmlSchemaIDCFillNodeTables | ||
| e4f85f1b | 2023-04-07 11:46:35 | [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType Fix a null pointer dereference when parsing (invalid) XML schemas. Thanks to Robby Simpson for the report! Fixes #491. | ||
| 1d4f5d24 | 2022-09-13 16:40:31 | schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK Found by OSS-Fuzz. | ||
| 1c7d91ab | 2022-02-03 23:31:19 | Fix handling of XSD with empty namespace An empty namespace means no default namespace. Fixes #303. | ||
| 6705f4d2 | 2019-09-16 15:45:27 | Remove executable bit from non-executable files | ||
| e8c9cd5c | 2019-09-16 15:36:02 | Fix Schema determinism check of ##other namespaces Non-compound (##local) and compound string atoms are always disjoint regardless of whether the compound atom is negated (##other). Closes #40. | ||
| 8efc5b28 | 2019-09-13 12:24:23 | 14:00 is a valid timezone for xs:dateTime Closes #100 | ||
| 4609e6c9 | 2012-05-11 15:31:05 | XSD: optional element in complex type extension For https://bugzilla.gnome.org/show_bug.cgi?id=609796 Libxml2 fails to validate an instance document against a schema if an element whose type is a complex extension of some base type with an optional child element and that child element is not specified in the instance document. For example, suppose I have some complex type BaseType that is defined to have one child element in a sequence group that has minOccurs set to 0 | ||
| 4013e83e | 2009-08-26 17:24:31 | 579746 XSD validation not correct / nilable groups * xmlschemas.c: when a particle need to be processed via counted transition, if the group is nillable, the counting won't work, so keep track of nillable subset as they are built and generate the appropriate epsilon transitions as needed * test/schemas/579746* result/schemas/579746*: add related test cases based on the bug report | ||
| d80d0728 | 2009-08-22 18:56:01 | 559410 - Regexp bug on (...)? constructs * xmlregexp.c: fix a regexp bug on some (...)? constructs * test/schemas/nvdcve* result/schemas/nvdcve*: add the tests to the regression suite |