summaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index f871c16..3210fe6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -67,3 +67,21 @@ All notable changes to this project will be documented in this file.
- https://jira.onap.org/browse/VNFSDK-644
## [1.2.12]
+
+## Fixed
+- Fixed rule R816745 that was searching for the path to PM_Dictionary in manifest file under name source,
+ instead of Source (starting with a capital letter).
+ Now both versions (source and Source) are accepted by this rule.
+ - https://jira.onap.org/browse/VNFSDK-645
+- Fixed commons-codec vulnerability
+ - https://jira.onap.org/browse/VNFSDK-584
+
+## Added
+- Added non-vulnerable log4j version
+ - https://jira.onap.org/browse/VNFSDK-553
+
+## Upgrade
+- Upgraded from java 8 to java 11
+ - https://jira.onap.org/browse/VNFSDK-631
+
+## [1.2.13]