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
libxml2’s DTD support has been a source of numerous security vulnerabilities. librepo should ensure that it is completely disabled, meaning that a DTD (irrespective of its content) will result in a parse error. If this is not possible, librepo should check the start of the XML to ensure that no DTD can be present.
The text was updated successfully, but these errors were encountered:
libxml2’s DTD support has been a source of numerous security vulnerabilities. librepo should ensure that it is completely disabled, meaning that a DTD (irrespective of its content) will result in a parse error. If this is not possible, librepo should check the start of the XML to ensure that no DTD can be present.
The text was updated successfully, but these errors were encountered: