From 8fc0fa4d35a6951e0cda2f7ab98802a81d72b479 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Thu, 20 Feb 2020 15:42:05 +0100 Subject: [PATCH 1/3] (chore) prepare release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38233af..1c8fc05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to the Schematron Rules and this project will be documented The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Upcoming version +## 1.1.3 +### Fixed +- XXE vulnerability when reading xml documents with Saxon +- validator unintentionally stopped when schematron processing has errors. See [#41](https://github.com/itplr-kosit/validator/issues/41). + ## 1.1.2 ### Fixed - NPE in Result.getReportDocument for malformed xml input From 0e29e7614413d6d9bb7f69c4c62339c19ff717f6 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Thu, 20 Feb 2020 15:45:42 +0100 Subject: [PATCH 2/3] (chore) add link to bug ticket --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8fc05..e4c211c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 1.1.3 ### Fixed -- XXE vulnerability when reading xml documents with Saxon +- XXE vulnerability when reading xml documents with Saxon [#44](https://github.com/itplr-kosit/validator/issues/44) - validator unintentionally stopped when schematron processing has errors. See [#41](https://github.com/itplr-kosit/validator/issues/41). ## 1.1.2 From f54259e3edef83702f84f5ea8acd25937a81d787 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Thu, 20 Feb 2020 15:49:21 +0100 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 448b5b8..9ad9dc0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ KoSIT XML Prüftool Implementierung de.kosit - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT validationtool KoSIT XML Validator against XSD and Schematron based on defined scenarios.