Security Vunerabilities 31/40531/1
authorsa282w <sa282w@att.com>
Mon, 2 Apr 2018 15:33:14 +0000 (11:33 -0400)
committersa282w <sa282w@att.com>
Mon, 2 Apr 2018 15:33:14 +0000 (11:33 -0400)
Issue-ID: PORTAL-155

Excluded beanshell dependency from epsdk-common, epsdk-core and epsdk-fw
pom.xml.

Change-Id: I068bd1134269a162a64710abc92aacf9cbba32d3
Signed-off-by: sa282w <sa282w@att.com>
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-app-os/pom.xml
ecomp-sdk/epsdk-core/pom.xml
ecomp-sdk/epsdk-fw/pom.xml
ecomp-sdk/epsdk-music/pom.xml

index 6e4f9e1..f31aa79 100644 (file)
                        <groupId>org.elasticsearch</groupId>
                        <artifactId>elasticsearch</artifactId>
                        <version>2.2.0</version>
-                       <exclusions> 
-                               <exclusion> 
-                                       <groupId>org.apache.lucene</groupId> 
-                                       <artifactId>lucene-queryparser</artifactId> 
-                               </exclusion> 
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.lucene</groupId>
+                                       <artifactId>lucene-queryparser</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                <groupId>org.owasp.esapi</groupId>
                <artifactId>esapi</artifactId>
                <version>2.1.0</version>
-    <exclusions>
+           <exclusions>
                <exclusion>
                <groupId>commons-beanutils</groupId>
                <artifactId>commons-beanutils-core</artifactId>
                <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
                </exclusion>
-               <exclusion> 
+        <exclusion> 
                <groupId>xerces</groupId> 
             <artifactId>xercesImpl</artifactId> 
                </exclusion> 
                <groupId>commons-collections</groupId> 
             <artifactId>commons-collections</artifactId> 
                </exclusion>
+           <exclusion>
+               <groupId>org.beanshell</groupId>
+            <artifactId>bsh-core</artifactId>
+               </exclusion>
         </exclusions>
        </dependency>
        <!-- Jacoco for offline instrumentation -->
                        <version>${jacoco.version}</version>
                        <classifier>runtime</classifier>
                </dependency>
-
                <dependency>
                <groupId>com.thoughtworks.xstream</groupId>
                <artifactId>xstream</artifactId>
                <groupId>xalan</groupId>
                <artifactId>xalan</artifactId>
                <version>2.7.2</version>
-               </dependency>   
-               <dependency> 
+               </dependency>
+               <dependency>
+
                <groupId>xerces</groupId> 
                <artifactId>xercesImpl</artifactId> 
                <version>2.11.0.SP5</version> 
index ff5ce26..d904d68 100644 (file)
                        <groupId>org.elasticsearch</groupId>
                        <artifactId>elasticsearch</artifactId>
                        <version>2.2.0</version>
-                       <exclusions> 
-                               <exclusion> 
-                                       <groupId>org.apache.lucene</groupId> 
-                                       <artifactId>lucene-queryparser</artifactId> 
-                               </exclusion> 
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.lucene</groupId>
+                                       <artifactId>lucene-queryparser</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
index 8fd5a6e..1bdb149 100644 (file)
                        <groupId>org.elasticsearch</groupId>
                        <artifactId>elasticsearch</artifactId>
                        <version>2.2.0</version>
-                       <exclusions> 
-                               <exclusion> 
-                                       <groupId>org.apache.lucene</groupId> 
-                                       <artifactId>lucene-queryparser</artifactId> 
-                               </exclusion> 
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.lucene</groupId>
+                                       <artifactId>lucene-queryparser</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                <groupId>org.owasp.esapi</groupId>
                <artifactId>esapi</artifactId>
                <version>2.1.0.1</version>
-    <exclusions>
+           <exclusions>
                <exclusion>
                <groupId>commons-beanutils</groupId>
                <artifactId>commons-beanutils-core</artifactId>
                <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
                </exclusion>
-               <exclusion> 
-               <groupId>xerces</groupId> 
-            <artifactId>xercesImpl</artifactId> 
+           <exclusion>
+               <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+                       </exclusion>
+           <exclusion>
+               <groupId>org.beanshell</groupId>
+            <artifactId>bsh-core</artifactId>
                </exclusion>
         </exclusions>
        </dependency>
                <groupId>xalan</groupId>
                <artifactId>xalan</artifactId>
                <version>2.7.2</version>
-               </dependency>   
-               <dependency> 
-               <groupId>xerces</groupId> 
-               <artifactId>xercesImpl</artifactId> 
-               <version>2.11.0.SP5</version> 
-               </dependency>   
+               </dependency>
+               <dependency>
+               <groupId>xerces</groupId>
+               <artifactId>xercesImpl</artifactId>
+               <version>2.11.0.SP5</version>
+               </dependency>                   
        </dependencies>
        
 </project>
index 6260084..55f6874 100644 (file)
                                        <groupId>commons-httpclient</groupId>
                                        <artifactId>commons-httpclient</artifactId>
                                </exclusion>
+                       <exclusion>
+                               <groupId>org.beanshell</groupId>
+                       <artifactId>bsh-core</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <artifactId>resteasy-spring</artifactId>
                        <version>${resteasy.version}</version>
                        <scope>test</scope>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.httpcomponents</groupId>
+                                       <artifactId>httpclient</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.jboss.resteasy</groupId>
                        <version>1.3.3</version>
                </dependency>
                <dependency>
-                       <groupId>commons-beanutils</groupId>
-                       <artifactId>commons-beanutils</artifactId>
-                       <version>1.9.3</version>
+               <groupId>commons-beanutils</groupId>
+               <artifactId>commons-beanutils</artifactId>
+               <version>1.9.3</version>
                </dependency>
        </dependencies>
 
index e5ee7a6..6429518 100644 (file)
                        <groupId>org.onap.music</groupId>
                        <artifactId>core</artifactId>
                        <version>2.4.4.2</version>
-               </dependency>
+               </dependency>  
 
                <!-- Mapper -->
                <dependency>
                                </configuration>
                        </plugin>
                        <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <archive>
-                                               <manifest>
-                                               </manifest>
-                                       </archive>
-                                       <descriptorRefs>
-                                               <descriptorRef>jar-with-dependencies</descriptorRef>
-                                       </descriptorRefs>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>make-assembly</id> <!-- this is used for inheritance merges -->
-                                               <phase>package</phase> <!-- bind to the packaging phase -->
-                                               <goals>
-                                                       <goal>single</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
+                       <artifactId>maven-assembly-plugin</artifactId>
+                       <configuration>
+                               <archive>
+                                       <manifest>
+                                       </manifest>
+                               </archive>
+                               <descriptorRefs>
+                                       <descriptorRef>jar-with-dependencies</descriptorRef>
+                               </descriptorRefs>
+                       </configuration>
+                       <executions>
+                               <execution>
+                                       <id>make-assembly</id> <!-- this is used for inheritance merges -->
+                                       <phase>package</phase> <!-- bind to the packaging phase -->
+                                       <goals>
+                                               <goal>single</goal>
+                                       </goals>
+                               </execution>
+                       </executions>
+               </plugin>
                </plugins>
        </build>
 </project>