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

[jira] [Commented] (HTTPCORE-549) Please add OWASP Dependency Check to the build (pom.xml)

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

ASF GitHub Bot commented on HTTPCORE-549:
-----------------------------------------

GitHub user clevertension opened a pull request:

    https://github.com/apache/httpcomponents-core/pull/73

    Fix HTTPCORE-549

    ```
    mvn -Powasp -Dtest=false -DfailIfNoTests=false clean org.owasp:dependency-check-maven:3.3.1:aggregate
    ```
    will generate report in **target/dependency-check-report.html**
    ![image](https://user-images.githubusercontent.com/346723/43750578-b77382a2-9a2b-11e8-95cc-3922471de292.png)


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

    $ git pull https://github.com/clevertension/httpcomponents-core master

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

    https://github.com/apache/httpcomponents-core/pull/73.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 #73
    
----
commit e53d7c086d9c0ad0d63ba8254760ac4fdecc8a3a
Author: clevertension <zd...@...>
Date:   2018-08-07T02:20:49Z

    Fix HTTPCORE-549

----


> Please add OWASP Dependency Check to the build (pom.xml)
> --------------------------------------------------------
>
>                 Key: HTTPCORE-549
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-549
>             Project: HttpComponents HttpCore
>          Issue Type: New Feature
>          Components: HttpCore
>    Affects Versions: 4.4.11, 5.0-beta3, 5.0
>         Environment: All development, build, test, environments.
>            Reporter: Albert Baker
>            Priority: Major
>              Labels: build, easy-fix, security
>
>  Please add OWASP Dependency Check to the build (pom.xml).  OWASP DC makes an outbound REST call to MITRE Common Vulnerabilities & Exposures (CVE) to perform a lookup for each dependant .jar to list any/all known vulnerabilities for each jar.  This step is needed because a manual MITRE CVE lookup/check on the main component does not include checking for vulnerabilities in components or in dependant libraries.
> OWASP Dependency check : https://www.owasp.org/index.php/OWASP_Dependency_Check has plug-ins for most Java build/make types (ant, maven, ivy, gradle).   
> Also, 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. example : mvn -Powasp -Dtest=false -DfailIfNoTests=false clean aggregate
> Generating this report nightly/weekly will help inform the project's development team if any dependant libraries have a reported known vulnerailities.  Project teams that keep up with removing vulnerabilities on a weekly basis will help protect businesses that rely on these open source componets.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org