This template is intended to be used to document the outcome of the impact analysis related to the known vulnerability reported by Nexus-IQ (CLM tab in Jenkins). Nexus-IQ can identify the known vulnerabilities contained in the components use by onap components.
This table will be presented to TSC at Code Freeze milestone (M4) to the TSC.
It is recommended to first update to the latest version of the third party components available. In case the latest third party components still reports some vulnerabilities, you must provide an impact analysis as illustrated in the example below.
The following table is addressing 2 different scenarios:
- Confirmation of a vulnerability including an action
- False Positive
The information related to Repository, Group, Artifact, Version and Problem Code are extracted from the CLM report (see the below screenshot)
Repository | Group | Impact Analysis | Action |
---|---|---|---|
policy/common | com.fasterxml.jackson.core | False Positive - we are not using the Jackson code in the manner that exposes the vulnerability. | Request exception |
policy/common | org.json | This is a license issue that is brought in due to inclusion of Cambria client. | Request exception |
policy/drools-applications policy/distribution policy/engine | com.fasterxml.jackson.core | False Positive - flagged due to inheritance of policy/common | Request exception |
policy/drools-pdp policy/drools-applications policy/distribution | org.json | This is a license issue that is brought in due to inheritance of policy/common's inheritance of Cambria client. | Request exception |
policy/drools-pdp | com.fasterxml.jackson.core | False Positive - we are not using the Jackson code in the manner that exposes the vulnerability. | Request exception |
policy/drools-pdp | dom4j | This is both a security and a license issue due to Drools v6.5.0.Final including and using this dependency. Upgrading to 7.x version would not clear this issue and would result in multiple other license exceptions that are not clearable. | Request exception |
policy/drools-pdp | jsoup | This is a security issue due to Drools v6.5.0.Final including this dependency. Upgrading to 7.x version would not clear this issue and would result in multiple other new license exceptions that are not clearable. | Request exception |
policy/drools-pdp | ant | This is a security issue due to Drools v6.5.0.Final including this dependency. Upgrading to 7.x version would clear this issue, but would then consequently result in multiple other new license exceptions that are not clearable. | Request exception |
policy/drools-pdp | jboss.jta | This is a license issue - LGPL. JBoss has a newer set of transaction code which has the same license issue so upgrading is not possible. This feature is unused in ONAP and is disabled. | Request exception |
policy/drools-pdp | hibernate-core | This is a license issue - LGPL This feature is unused in ONAP and is disabled. | Request exception |
policy/drools-pdp | hibernate-commons-annotations | This is a license issue - LGPL This feature is unused in ONAP and is disabled. | Request exception |
policy/drools-pdp | mariadb | False positive - BSD3 license | Request LF to select correct license. NOTE: LF requested ONAP projects to move to mariadb in Amsterdam release. |
policy/engine | commons-fileupload | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | bootstrap | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | com.fasterxml.jackson.core | False positive The code is not using jackson in the manner described in the vulnerability. | Request exception |
policy/engine | org.springframework | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | bouncycastle | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | angularjs angular angular.min.js angular-ui-grid.js angular-sanitize | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | ng-formio-grid | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | wicket-util | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | moment moment | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | xerces | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | commons-beanutils | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | esapi | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | antisamy | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/engine | jquery | Flagged due to inclusion of ONAP Portal SDK | Request exception |
policy/distribution | org.springframework | Flagged due to inheritance from policy/engine which has dependency on ONAP Portal SDK | Request exception |
policy/apex-pdp | org.codehaus.jackson.jackson-mapper-asl | This dependency is pulled in by org.apache.avro. We are using the latest version of Avro. We are using Avro to deserialize events. Avro uses jackson-mapper-asl for its Json decoding. The schema for the events we are decoding is controlled in policy models and prevents executable code being specified. Therefore this vulnerability cannot be exploited. | Request exception |
policy/apex-pdp | org.python.jython-standalone.2.7.1 | This dependency brings in the Jython (Python) interpreter for executing scripts written in Python under the control of Apex. There are two vulnerabilities, both concerning adding extra modules to the Python libraries on a host running Python scripts under Jython.
The solution is to warn developers not to install malicious extra Python packages. | Request Exception The apex-pdp documentation for the Jython plugin is updated to warn developers that they must ensure that extra python packages they add at install time with PIP or using the setup.py/build_py.py mechanisms must be checked and certified by them as not being malicious. |
policy/apex-pdp | dom4j | This dependency is pulled in by hibernate-core. We are using the latest release of Hibernate. The XML schema of incoming events is controlled in Apex and arbitrary code even if it was injected cannot be executed. | Request exception |
policy/apex-pdp | junit | Unknown License issue inherited from policy/parent | Request exemption |
policy/apex-pdp | org.jruby.jruby-core | This is a license issue that is a false positive - it is Apache 2.0 | Request LF to select correct license. |
policy/apex-pdp | org.jboss.marshalling.jboss-marshalling-osgi | This is a license issue that is a false positive - it is Apache 2.0 | Request LF to select correct license. |
policy/apex-pdp | com.hazelcast.hazelcast | Version 3.11-BETA-1 does not have a license provided. We must use this version because it clears a security issue. Earlier versions of this component were licensed with Apache 2.0 and I expect version 3.11 will be too once it is released. | Request exemption |
policy/apex-pdp | org.hibernate.hibernate-core | This is a license issue - LGPL | Request exception |
policy/apex-pdp | org.infinispan.infinispan-core | This is a license issue that is a false positive - it is Apache 2.0 | Request LF to select correct license. |
policy/apex-pdp | org.hibernate.hibernate-c3po | This is a license issue - LGPL | Request exception |
policyapex-pdp | org.python.jython-standalone | This is a license issue that is a false positive - it is Apache 2.0 | Request LF to select correct license. |
Sample of CLM Report