You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/28 20:01:00 UTC

[jira] [Commented] (AMQ-7023) Add OWASP Dependency Check to build (all open source projects everywhere)

    [ https://issues.apache.org/jira/browse/AMQ-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560870#comment-16560870 ] 

ASF GitHub Bot commented on AMQ-7023:
-------------------------------------

GitHub user jgoodyear opened a pull request:

    https://github.com/apache/activemq/pull/294

    AMQ-7023

    Add build profile to execute owasp dependency check plugin on ActiveMQ build.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jgoodyear/activemq AMQ-7023

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/294.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #294
    
----
commit 31fbc20cd6c21e5b011198a383e752ff27bf201c
Author: Jamie Goodyear <ja...@...>
Date:   2018-07-28T00:21:43Z

    Merge pull request #3 from apache/master
    
    Synching with AMQ master

commit b6dae3703e358de990bda91fcdf5fdbc6a75545f
Author: jgoodyear <ja...@...>
Date:   2018-07-28T19:49:59Z

    [AMQ-7023] Add owasp plugin as profile to AMQ build.

----


> Add OWASP Dependency Check to build (all open source projects everywhere)
> -------------------------------------------------------------------------
>
>                 Key: AMQ-7023
>                 URL: https://issues.apache.org/jira/browse/AMQ-7023
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 5.15.3, 5.15.4
>         Environment: All development, build, test, environments.
>            Reporter: Albert Baker
>            Priority: Major
>              Labels: build, easyfix, security
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Please add OWASP Dependency Check to the ActiveMQ build (pom.xml).   OWASP DC makes an outbound REST call to MITRE Common Vulnerabilities & Exposures (CVE) to perform a lookup for each dependant .jar
> OWASP Dependency check : [https://www.owasp.org/index.php/OWASP_Dependency_Check |https://www.owasp.org/index.php/OWASP_Dependency_Check]has plug-ins for most Java build/make types (ant, maven, gradle).   Add the appropriate command to the nightly build to generate a report of all known vulnerabilities in any/all third party libraries/dependencies that get pulled in. 
> Generating this report nightly/weekly will help inform the project's development team if any dependant libraries have a reported known vulneraility.  Project teams that keep up with removing vulnerabilities on a weekly basis weekly basis will help protect businesses that rely on these open source componets.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)