homebridge / bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript
MIT License
12 stars 7 forks source link

Remove ip dependency #18

Closed Supereg closed 9 months ago

Supereg commented 9 months ago

:recycle: Current situation

There is an open security vulnerability in the ip package in the isPublic method. While this doesn't impact us, as we are just using the ip package within our tests (and only the isV4Format), we don't really need this dependency. This package doesn't seem to be maintained anymore.

:bulb: Proposed solution

Remove dependence on node-ip package. This resolves #17.

:gear: Release Notes

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7907540595

Details


Totals Coverage Status
Change from base Build 3088795793: 0.0%
Covered Lines: 357
Relevant Lines: 394

💛 - Coveralls