This is an automated email from the ASF dual-hosted git repository. bodewig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
from 6ac4f36c bump copyright line new 2be17bc1 CVE-2022-46751 don't parse doctypes and access external entities by default new 6c0560f9 update release notes with CVE-2022-46751 new e00e9e0e prepare for next development iteration The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: asciidoc/release-notes.adoc | 14 +- asciidoc/settings.adoc | 2 + asciidoc/systemproperties.adoc | 67 ++++ asciidoc/toc.json | 5 + doap_Ivy.rdf | 7 + ivy.xml | 2 +- src/java/org/apache/ivy/ant/IvyArtifactReport.java | 9 +- src/java/org/apache/ivy/ant/IvyReport.java | 5 +- .../ivy/core/settings/XmlSettingsParser.java | 9 +- .../org/apache/ivy/osgi/obr/xml/OBRXMLWriter.java | 11 +- .../apache/ivy/plugins/parser/m2/PomReader.java | 3 +- .../parser/xml/XmlModuleDescriptorParser.java | 69 +++- .../apache/ivy/plugins/report/XmlReportParser.java | 7 +- src/java/org/apache/ivy/util/XMLHelper.java | 446 +++++++++++++++++++-- .../org/apache/ivy/core/resolve/ResolveTest.java | 39 ++ version.properties | 6 +- 16 files changed, 619 insertions(+), 82 deletions(-) create mode 100644 asciidoc/systemproperties.adoc