Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

[EAGLE-1102] Integrate CVE maven plugin #1005

Closed
wants to merge 1 commit into from

Conversation

grainier
Copy link
Member

@grainier grainier commented Oct 4, 2019

Purpose

Purpose of this pull request is to integrate the CVE maven plugin for eagle to check security vulnerabilities in dependencies during build time. This will help to detect publicly disclosed vulnerabilities contained within eagle's 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


Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [EAGLE-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

@haoch
Copy link
Member

haoch commented Oct 6, 2019

@grainier Could you please attach the CVE alerts on the jira/PR as well?

@grainier
Copy link
Member Author

grainier commented Oct 6, 2019

@haoch It's attached on the parent issue [1]. And the dependency-check-report.html can be found on [2].

[1] https://issues.apache.org/jira/browse/EAGLE-1100
[2] https://issues.apache.org/jira/secure/attachment/12982206/dependency-check-report.html

@haoch
Copy link
Member

haoch commented Oct 8, 2019

LGTM, thanks @grainier

@asfgit asfgit closed this in df0e91d Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants