You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/19 05:42:00 UTC

[jira] [Work logged] (STREAMPIPES-108) Integrate CVE maven plugin

     [ https://issues.apache.org/jira/browse/STREAMPIPES-108?focusedWorklogId=425003&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425003 ]

ASF GitHub Bot logged work on STREAMPIPES-108:
----------------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Apr/20 05:41
            Start Date: 19/Apr/20 05:41
    Worklog Time Spent: 10m 
      Work Description: grainier commented on pull request #17: [STREAMPIPES-108] Integrate CVE maven plugin
URL: https://github.com/apache/incubator-streampipes/pull/17
 
 
   ## Purpose
   Purpose of this pull request is to integrate the CVE maven plugin for StreamPipes to check security vulnerabilities found in dependencies during build time. This will help to detect publicly disclosed vulnerabilities contained within StreamPipes dependencies (and the dependencies of all child modules).
   
   ## Usage
   This plugin configuration is attached to the `mvn verify` phase. Therefore, this will run automatically when we perform a `mvn clean verify`. Once the `mvn` process is completed, the plugin will create a `dependency-check-report.html` report in `target/` dir with the detect vulnerabilities.
   
   In case if you need to skip this plugin, use `owasp.check.skip=true` property (i.e `mvn clean verify -Dowasp.check.skip=true`).
   
   ## Remarks
   - Fixes https://issues.apache.org/jira/browse/STREAMPIPES-108
   - https://github.com/jeremylong/DependencyCheck
   - https://jeremylong.github.io/DependencyCheck/general/suppression.html
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 425003)
    Remaining Estimate: 0h
            Time Spent: 10m

> Integrate CVE maven plugin
> --------------------------
>
>                 Key: STREAMPIPES-108
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-108
>             Project: StreamPipes
>          Issue Type: Improvement
>          Components: Backend
>            Reporter: Grainier Perera
>            Priority: Major
>              Labels: pull-request-available, security
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Integrate the CVE maven plugin [1] for StreamPipes core to check security vulnerabilities during build time. This will help to detect publicly disclosed vulnerabilities contained within StreamPipes's dependencies. 
> Further, I think the ASF infra won't open the Github security features (/network/alerts) to the public. So, this plugin will help external contributors to identify and fix found vulnerabilities.
>   
>  [1][https://github.com/jeremylong/DependencyCheck]
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)