bmatthews68 / ldap-maven-plugin

A Maven plugin that runs an embedded LDAP directory server within the Maven build life-cycle and imports/exports data to/from an LDAP directory server.
http://ldap-maven-plugin.btmatthews.com
Apache License 2.0
6 stars 18 forks source link

[Snyk] Fix for 3 vulnerabilities #59

Open bmatthews68 opened 1 year ago

bmatthews68 commented 1 year ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

#### Changes included in this PR - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - pom.xml #### Vulnerabilities that will be fixed ##### With an upgrade: Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **479/1000**
**Why?** Has a fix available, CVSS 5.3 | Directory Traversal
[SNYK-JAVA-ORGCODEHAUSPLEXUS-31521](https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSPLEXUS-31521) | `org.apache.maven:maven-core:`
`3.0.5 -> 3.5.2`
`org.apache.maven:maven-plugin-api:`
`3.0.5 -> 3.1.0`
| No | No Known Exploit ![critical severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/c.png "critical severity") | **704/1000**
**Why?** Has a fix available, CVSS 9.8 | Shell Command Injection
[SNYK-JAVA-ORGCODEHAUSPLEXUS-31522](https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSPLEXUS-31522) | `org.apache.maven:maven-core:`
`3.0.5 -> 3.5.2`
| No | No Known Exploit ![low severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/l.png "low severity") | **380/1000**
**Why?** Has a fix available, CVSS 3.1 | XML External Entity (XXE) Injection
[SNYK-JAVA-ORGCODEHAUSPLEXUS-461102](https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSPLEXUS-461102) | `org.apache.maven:maven-core:`
`3.0.5 -> 3.5.2`
`org.apache.maven:maven-plugin-api:`
`3.0.5 -> 3.1.0`
| No | No Known Exploit (*) Note that the real score may have changed since the PR was raised. Check the changes in this PR to ensure they won't cause issues with your project. ------------ **Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/bmatthews68/project/a32703b1-8ed0-4db6-9be9-368bd2c1138b?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/bmatthews68/project/a32703b1-8ed0-4db6-9be9-368bd2c1138b?utm_source=github&utm_medium=referral&page=fix-pr/settings) 📚 [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"170ca721-1672-405c-85a7-8fdb6f4fb8e9","prPublicId":"170ca721-1672-405c-85a7-8fdb6f4fb8e9","dependencies":[{"name":"org.apache.maven:maven-core","from":"3.0.5","to":"3.5.2"},{"name":"org.apache.maven:maven-plugin-api","from":"3.0.5","to":"3.1.0"}],"packageManager":"maven","projectPublicId":"a32703b1-8ed0-4db6-9be9-368bd2c1138b","projectUrl":"https://app.snyk.io/org/bmatthews68/project/a32703b1-8ed0-4db6-9be9-368bd2c1138b?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JAVA-ORGCODEHAUSPLEXUS-31521","SNYK-JAVA-ORGCODEHAUSPLEXUS-461102","SNYK-JAVA-ORGCODEHAUSPLEXUS-31522"],"upgrade":["SNYK-JAVA-ORGCODEHAUSPLEXUS-31521","SNYK-JAVA-ORGCODEHAUSPLEXUS-31522","SNYK-JAVA-ORGCODEHAUSPLEXUS-461102"],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["priorityScore"],"priorityScoreList":[479,380,704],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Directory Traversal](https://learn.snyk.io/lesson/directory-traversal/?loc=fix-pr) 🦉 [XML External Entity (XXE) Injection](https://learn.snyk.io/lesson/malicious-code-injection/?loc=fix-pr)