Security Vunerabilities 05/40405/1
authorsa282w <sa282w@att.com>
Fri, 30 Mar 2018 18:09:40 +0000 (14:09 -0400)
committersa282w <sa282w@att.com>
Fri, 30 Mar 2018 18:09:40 +0000 (14:09 -0400)
Issue-ID: PORTAL-155

Excluded beanshell, nimbus dependency and upgraded the version of
spring-security-web and tomcat-embed-core.

Change-Id: I2f238d8cdeb61084b1a86099c25b5bd8f30d5e93
Signed-off-by: sa282w <sa282w@att.com>
ecomp-portal-BE-common/pom.xml
ecomp-portal-BE-os/pom.xml
ecomp-portal-widget-ms/widget-ms/pom.xml

index 733a101..5ae097d 100644 (file)
                        <groupId>commons-httpclient</groupId>
                        <artifactId>commons-httpclient</artifactId>
                 </exclusion>
+                                <exclusion>
+                               <groupId>org.beanshell</groupId>
+                       <artifactId>bsh-core</artifactId>
+                                </exclusion>
               </exclusions>
         </dependency>
         <dependency>
index ed42c06..2c96ada 100644 (file)
                                        <groupId>org.codehaus.jackson</groupId>
                                        <artifactId>jackson-mapper-asl</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.nimbusds</groupId>
+                                       <artifactId>nimbus-jose-jwt</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 <!--           <dependency>
                                        <artifactId>*</artifactId>
                                </exclusion>
                        </exclusions>
-               </dependency>
+               </dependency> 
        </dependencies>
 
        <reporting>
index 5d8896c..dabc5ac 100644 (file)
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-security</artifactId>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.springframework.security</groupId>
+                               <artifactId>spring-security-web</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                <dependency>
                <groupId>org.apache.tomcat.embed</groupId>
                <artifactId>tomcat-embed-core</artifactId>
-               <version>8.5.13</version>
+               <version>8.5.28</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>jackson-databind</artifactId>
                        <version>2.8.10</version>
                </dependency>
+               <dependency>
+               <groupId>org.springframework.security</groupId>
+               <artifactId>spring-security-web</artifactId>
+               <version>4.1.4.RELEASE</version>
+               </dependency>
        </dependencies>
 
        <build>