diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-09-10 14:36:15 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-09-10 13:04:43 +0000 |
commit | 56a84d53b6520b478c663ef1ec1ca2df27ded52f (patch) | |
tree | 5978dfa18e185acc0eb13ad058570049d7ca127a /Changelog.md | |
parent | fa2522e73d5ca058478fa5db62765f427bd379cb (diff) |
Release version 1.2.12
Issue-ID: VNFSDK-645
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I9f015fccf31d95a499ed3311d543f751df7f382b
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index f871c16..67ce8d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -67,3 +67,19 @@ 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 |