You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GNOME/libxml2@02cc5c36 introduced a new parse option, XML_PARSE_NO_XXE to "disable loading of external content".
Given the history of working around XXE vectors, I want to make sure I understand how the flag is implemented (what it does), craft appropriate tests for it, and support it in versions of libxml2 that provide it.
The text was updated successfully, but these errors were encountered:
GNOME/libxml2@02cc5c36 introduced a new parse option,
XML_PARSE_NO_XXE
to "disable loading of external content".Given the history of working around XXE vectors, I want to make sure I understand how the flag is implemented (what it does), craft appropriate tests for it, and support it in versions of libxml2 that provide it.
The text was updated successfully, but these errors were encountered: