You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "zhoulii (via GitHub)" <gi...@apache.org> on 2023/04/20 11:54:51 UTC

[GitHub] [incubator-streampark] zhoulii opened a new pull request, #2667: [Improve] Support dependency-check-maven plugin

zhoulii opened a new pull request, #2667:
URL: https://github.com/apache/incubator-streampark/pull/2667

   ## What changes were proposed in this pull request
   Add `org.owasp:dependency-check-maven` plugin for detecting CVEs in project. By default, this plugin is not activated, we can run it via `mvn -Pscala-2.12 -DskipDependencyCheck=false org.owasp:dependency-check-maven:aggregate`. and the check report is in `${project.basedir}/target`.
   
   ## Verifying this change
   - *Manually verified the change by testing locally.*
   
   ## Does this pull request potentially affect one of the following parts
    - Dependencies (does it add or upgrade a dependency): (**yes** / no)


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys merged pull request #2667: [Improve] Support dependency-check-maven plugin

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys merged PR #2667:
URL: https://github.com/apache/incubator-streampark/pull/2667


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys commented on pull request #2667: [Improve] Support dependency-check-maven plugin

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys commented on PR #2667:
URL: https://github.com/apache/incubator-streampark/pull/2667#issuecomment-1528693165

   Thanks for your contribution. Looks good, I will review it later
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org