diff options
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 |