swedenconnect / signservice

A signature service according to the Swedish eID Framework specifications
Apache License 2.0
4 stars 1 forks source link

[Snyk] Fix for 2 vulnerabilities #161

Closed martin-lindstrom closed 11 months ago

martin-lindstrom commented 11 months 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 :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **661/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 7.5 | Insertion of Sensitive Information into Log File
[SNYK-JAVA-ORGAPACHESANTUARIO-6017551](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHESANTUARIO-6017551) | `se.idsec.signservice.commons:signservice-commons:`
`1.2.4 -> 2.0.0`
| Yes | No Known Exploit ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **449/1000**
**Why?** Has a fix available, CVSS 4.7 | Information Exposure
[SNYK-JAVA-ORGBOUNCYCASTLE-5771340](https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-5771340) | `se.idsec.signservice.commons:signservice-commons:`
`1.2.4 -> 2.0.0`
| Yes | No Known Exploit (*) Note that the real score may have changed since the PR was raised. #### Vulnerabilities that could not be fixed - Upgrade: - Could not upgrade `se.swedenconnect.schemas.csig:dss-ext11-jaxb@2.0.1` to `se.swedenconnect.schemas.csig:dss-ext11-jaxb@3.0.1`; Reason `could not apply upgrade, dependency is managed externally` ; Location: `https://maven-central.storage-download.googleapis.com/maven2/se/idsec/signservice/commons/signservice-bom/1.2.4/signservice-bom-1.2.4.pom` - Could not upgrade `se.swedenconnect.schemas:oasis-dss-jaxb@2.0.1` to `se.swedenconnect.schemas:oasis-dss-jaxb@3.0.1`; Reason `could not apply upgrade, dependency is managed externally` ; Location: `https://maven-central.storage-download.googleapis.com/maven2/se/idsec/signservice/commons/signservice-bom/1.2.4/signservice-bom-1.2.4.pom` - Could not upgrade `se.swedenconnect.schemas:saml-jaxb@2.0.1` to `se.swedenconnect.schemas:saml-jaxb@3.0.1`; Reason `could not apply upgrade, dependency is managed externally` ; Location: `https://maven-central.storage-download.googleapis.com/maven2/se/idsec/signservice/commons/signservice-bom/1.2.4/signservice-bom-1.2.4.pom` 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/martin-lindstrom/project/3ae3d7b5-5a01-4a75-ae9d-71602d3ba473?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/martin-lindstrom/project/3ae3d7b5-5a01-4a75-ae9d-71602d3ba473?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":"9e59e24c-4ff6-4b21-9c75-1e23ccea3c3f","prPublicId":"9e59e24c-4ff6-4b21-9c75-1e23ccea3c3f","dependencies":[{"name":"se.idsec.signservice.commons:signservice-commons","from":"1.2.4","to":"2.0.0"},{"name":"se.swedenconnect.schemas.csig:dss-ext11-jaxb","from":"2.0.1","to":"3.0.1"},{"name":"se.swedenconnect.schemas:oasis-dss-jaxb","from":"2.0.1","to":"3.0.1"},{"name":"se.swedenconnect.schemas:saml-jaxb","from":"2.0.1","to":"3.0.1"}],"packageManager":"maven","projectPublicId":"3ae3d7b5-5a01-4a75-ae9d-71602d3ba473","projectUrl":"https://app.snyk.io/org/martin-lindstrom/project/3ae3d7b5-5a01-4a75-ae9d-71602d3ba473?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JAVA-ORGAPACHESANTUARIO-6017551","SNYK-JAVA-ORGBOUNCYCASTLE-5771340"],"upgrade":["SNYK-JAVA-ORGAPACHESANTUARIO-6017551","SNYK-JAVA-ORGBOUNCYCASTLE-5771340"],"isBreakingChange":true,"env":"prod","prType":"fix","templateVariants":["priorityScore"],"priorityScoreList":[661,449],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Insertion of Sensitive Information into Log File](https://learn.snyk.io/lesson/logging-vulnerabilities/?loc=fix-pr)
martin-lindstrom commented 11 months ago

Fixed in https://github.com/swedenconnect/signservice/pull/163