• Show log

    Commit

  • Hash : 4fefba4c
    Author : Nick Wellnhofer
    Date : 2024-05-15T17:52:20

    parser: Rework handling of undeclared entities
    
    Throw an error if entity substitution was requested.
    
    Now we only downgrade to a warning if
    
    - XML_PARSE_DTDLOAD wasn't specified, and
    - entity aren't substituted or XML_PARSE_NO_XXE was specified.
    
    Should fix #724.