-
Notifications
You must be signed in to change notification settings - Fork 43
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
能不能从新的版本中将对IP这个包的引用去除掉? #94
Comments
我了解的信息是我们并没有受这个库的安全漏洞影响。 |
但我看到egg-security这个项目的package.json里有ip这个package的。 |
"dependencies": { |
嗯,我参考 indutny/node-ip#150 换一个库看看。 |
merge indutny#144 eggjs/egg-security#94 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced new IP validation functions: `isValid`, `normalizeStrict`, `isValidAndPrivate`, `normalizeLax`, and `isValidAndPublic`. - **Documentation** - Updated README with new installation instructions, security fix note, and license information. - **Refactor** - Updated IP address manipulation functions for better validation and normalization. - **Chores** - Updated Node.js versions in CI workflow and upgraded GitHub Actions dependencies. - Renamed package from "ip" to "@eggjs/ip" and updated relevant URLs. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
@Harvey1976 好了 |
感谢 |
ip这个包有CVE,但是owner疏于维护,很久没有更新了
我们的产品用了egg 的框架,但是因为这个IP包的问题,在release时遇到很多麻烦。看了一下IP包的功能很单一,能否将这种依赖去掉。不要妨碍我们继续使用egg和egg-security
indutny/node-ip#144
The text was updated successfully, but these errors were encountered: