Document Security section of the Release Notes 83/50083/1 2.0.0-ONAP 2.0.0-ONAP v1.1.1
authorzhangab <zhanganbing@chinamobile.com>
Mon, 4 Jun 2018 04:33:29 +0000 (12:33 +0800)
committerzhangab <zhanganbing@chinamobile.com>
Mon, 4 Jun 2018 04:33:35 +0000 (12:33 +0800)
Change-Id: Ib9f65967475a47782bb9649a8c4ec6ebdff13c14
Issue-ID: DOC-271
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
docs/release-notes.rst
pom.xml
usecaseui-common/pom.xml

index 35dc8a7..bd21d88 100644 (file)
@@ -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 <https://wiki.onap.org/pages/viewpage.action?pageId=28379767>`_.
+
+Quick Links:
+- `UseCase UI project page <https://wiki.onap.org/display/DW/Usecase+UI+Project>`_
+- `Passing Badge information for UseCase UI <https://bestpractices.coreinfrastructure.org/en/projects/1759>`_
+- `Project Vulnerability Review Table for UseCase UI <https://wiki.onap.org/pages/viewpage.action?pageId=28379767>`_
+**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 f621314..2bcd61b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <name>usecase-ui</name>
 
     <modules>
-        <module>usecaseui-holmes</module>
+        <!--module>usecaseui-holmes</module-->
         <module>usecaseui-common</module>
         <module>usecaseui-monitor</module>
         <module>usecaseui-lcm</module>
index 93515b8..fdc1f02 100644 (file)
             <version>1.1.0-SNAPSHOT</version>
             <type>war</type>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>org.onap.usecase-ui</groupId>
             <artifactId>usecaseui-holmes</artifactId>
             <version>1.1.0-SNAPSHOT</version>
             <type>war</type>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>org.apache.tiles</groupId>
             <artifactId>tiles-jsp</artifactId>
                             <groupId>org.onap.usecase-ui</groupId>
                             <artifactId>usecaseui-lcm</artifactId>
                         </overlay>
-                                               <overlay>
+                        <!--overlay>
                             <groupId>org.onap.usecase-ui</groupId>
                             <artifactId>usecaseui-holmes</artifactId>
-                        </overlay>
+                        </overlay-->
                     </overlays>
                 </configuration>
             </plugin>