-
Notifications
You must be signed in to change notification settings - Fork 8.9k
optimize: add dependency-check-maven plugin to detect potential vulnerabilities #7187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7187 +/- ##
============================================
- Coverage 51.58% 51.57% -0.01%
+ Complexity 6815 6814 -1
============================================
Files 1169 1169
Lines 41505 41505
Branches 4857 4857
============================================
- Hits 21409 21408 -1
Misses 18073 18073
- Partials 2023 2024 +1 🚀 New features to boost your workflow:
|
|
@xingfudeshi |
Fixed. |
slievrly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ⅰ. Describe what this PR did
Add dependency-check-maven plugin to detect potential vulnerabilities.
Ⅱ. Does this pull request fix one issue?
#7140
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
You can execute the following command to run the dependency check:
After the command finishes, you can find the report in the

targetfolder nameddependency-check-report.html.Ⅴ. Special notes for reviews