From b8647fbfbcf234848047d7ab1e63d186840b537b Mon Sep 17 00:00:00 2001 From: zhangab Date: Mon, 4 Jun 2018 12:33:29 +0800 Subject: Document Security section of the Release Notes Change-Id: Ib9f65967475a47782bb9649a8c4ec6ebdff13c14 Issue-ID: DOC-271 Signed-off-by: zhangab --- docs/release-notes.rst | 46 +++++++++++++++++++++++++++++++++++----------- pom.xml | 2 +- usecaseui-common/pom.xml | 8 ++++---- 3 files changed, 40 insertions(+), 16 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 35dc8a7e..bd21d88c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -7,6 +7,36 @@ Usecase UI Release Notes Usecase UI is composed of two parts that are usecase-ui and usecase-ui-server. It provides self-service management GUI and monitor GUI for operators and end-users. This project targets identifying all GUI requirements which operators and end-users need ONAP to support, coordinating GUI parts of each ONAP subsystem, filling the gaps for improving GUI functionalities for use cases. +Version: 1.1.0 +-------------- + +:Release Date: 2018-06-07 + + +**New Features** + +**Bug Fixes** + + +**Known Issues** + NA + +**Security Notes** + +UseCase UI code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The UseCase UI open Critical security vulnerabilities and their risk assessment have been documented as part of the `project `_. + +Quick Links: +- `UseCase UI project page `_ +- `Passing Badge information for UseCase UI `_ +- `Project Vulnerability Review Table for UseCase UI `_ +**Upgrade Notes** + NA + +**Deprecation Notes** + NA + +**Other** + NA Version: 1.0.0 -------------- @@ -22,28 +52,22 @@ In the Amsterdam release, Usecase UI is mainly intended to support the lifecycle - Monitor: The feature is provides GUI for the users to monitor system alarms and VNFs performance. **Bug Fixes** - This is the initial release. **Known Issues** + NA -N/A - -**Security Issues** - -N/A +**Security Notes** + NA **Upgrade Notes** - This is the inital release. **Deprecation Notes** - -N/A + NA **Other** - -N/A + NA =========== diff --git a/pom.xml b/pom.xml index f621314c..2bcd61bc 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ usecase-ui - usecaseui-holmes + usecaseui-common usecaseui-monitor usecaseui-lcm diff --git a/usecaseui-common/pom.xml b/usecaseui-common/pom.xml index 93515b8f..fdc1f02f 100644 --- a/usecaseui-common/pom.xml +++ b/usecaseui-common/pom.xml @@ -103,12 +103,12 @@ 1.1.0-SNAPSHOT war - + org.apache.tiles tiles-jsp @@ -143,10 +143,10 @@ org.onap.usecase-ui usecaseui-lcm - + -- cgit 1.2.3-korg