Skip to content
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

Replace resin-discoverable-services with bonjour-service #2796

Merged

Conversation

otaviojacobi
Copy link
Contributor

Instead of using the more generic resin-discoverable-services lib which is unmantained and currently has several vulnerabilities and forks for fixing issues (that were later on fixed upstream) we directly talk with mDNS using standard (and currently mantained) bonjour-service.

Change-type: patch

Resolves: #
Change-type: major|minor|patch
Depends-on:
See:


Please check the CONTRIBUTING.md file for relevant information and some
guidance. Keep in mind that the CLI is a cross-platform application that runs
on Windows, macOS and Linux. Tests will be automatically run by balena CI on
all three operating systems, but this will only help if you have added test
code that exercises the modified or added feature code.

Note that each commit message (currently only the first line) will be
automatically copied to the CHANGELOG.md file, so try writing it in a way
that describes the feature or fix for CLI users.

If there isn't a linked issue or if the linked issue doesn't quite match the
PR, please add a PR description to explain its purpose or the features that it
implements. Adding PR comments to blocks of code that aren't self explanatory
usually helps with the review process.

If the PR introduces security considerations or affects the development, build
or release process, please be sure to highlight this in the PR description.

Thank you very much for your contribution!

@otaviojacobi otaviojacobi force-pushed the replace-discoverable-service-for-std-bonjour-service branch 3 times, most recently from ae8f292 to 8d212ab Compare July 10, 2024 00:56
lib/utils/discover.ts Outdated Show resolved Hide resolved
lib/utils/discover.ts Outdated Show resolved Hide resolved
@otaviojacobi otaviojacobi force-pushed the replace-discoverable-service-for-std-bonjour-service branch 2 times, most recently from 6e2df0d to 44deb09 Compare July 10, 2024 11:20
lib/utils/discover.ts Outdated Show resolved Hide resolved
@otaviojacobi otaviojacobi force-pushed the replace-discoverable-service-for-std-bonjour-service branch 2 times, most recently from 2798e1d to 4820917 Compare July 10, 2024 18:06
@otaviojacobi otaviojacobi marked this pull request as ready for review July 10, 2024 18:08
@otaviojacobi otaviojacobi force-pushed the replace-discoverable-service-for-std-bonjour-service branch from 4820917 to 7993d43 Compare July 10, 2024 18:20
Instead of using the more generic resin-discoverable-services lib which is unmantained
and currently has several vulnerabilities and forks for fixing issues (that were later on fixed upstream)
we directly talk with mDNS using standard (and currently mantained) bonjour-service.

Change-type: patch
@otaviojacobi otaviojacobi force-pushed the replace-discoverable-service-for-std-bonjour-service branch from 7993d43 to 7273656 Compare July 10, 2024 19:06
@flowzone-app flowzone-app bot merged commit 7624240 into master Jul 10, 2024
57 checks passed
@flowzone-app flowzone-app bot deleted the replace-discoverable-service-for-std-bonjour-service branch July 10, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants