-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[homekit] Fix for 11 vulnerabilities #6130
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-173771 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32340 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32361 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32362 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32363 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32364 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32365 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32366 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32367 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32368 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-32412
Travis tests have failedHey @snyk-bot, 2nd BuildExpand here
|
Signed-off-by: Wouter Born <[email protected]>
Travis tests were successfulHey @snyk-bot, |
Is there any homekit user who can validate this update, Thanks for your help! https://download.martinvw.nl/org.openhab.io.homekit-2.5.0-SNAPSHOT-6130.jar |
Looks like the bcprov-jdk15on is a separately installed bundle and not embedded into JAR:
So people could test it by updating that bundle, in this case 210, but make sure you change it depending on your own bundle ID:
Maven Central shows there's already a 1.63 release. |
It does get embedded when https://github.com/openhab/openhab2-addons/pull/6183 gets merged. |
We need a |
According to hap-java/HAP-Java#80 this upgrade won't work. |
@wborn, probably the version in hap-java needs to be updated, top |
Superseded by #6223 |
Description
This PR fixes one or more vulnerable packages in the
maven
dependencies of this project.See the Snyk test report for more details.
Snyk Project: openhab/openhab2-addons:bundles/org.openhab.io.homekit/pom.xml
Snyk Organization: openhab
Changes included in this PR
Vulnerabilities that will be fixed
With an upgrade:
bundles/org.openhab.io.homekit/pom.xml
org.bouncycastle:[email protected] > org.bouncycastle:[email protected]
You can read more about Snyk's upgrade and patch logic in Snyk's documentation.
Check the changes in this PR to ensure they won't cause issues with your project.
Stay secure,
The Snyk team
Note: You are seeing this because you or someone else with access to this repository has authorised Snyk to open Fix PRs. To review the settings for this Snyk project please go to the project settings page.