TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ESLint plugin to detect vulnerable imports

6 点作者 pmestha超过 2 年前

3 条评论

pmestha超过 2 年前
I created an ESLint plugin to warn developers when they import vulnerable dependencies in a project. It is smart enough to detect vulnerable methods rather than flagging entire import. For example, if only a few methods in a library are vulnerable, the ESLint plugin only throws an error if these methods are imported. What do you think about this?
评论 #33921623 未加载
mestha_prasad超过 2 年前
Intresting. How different is this from regular npm security errors?
评论 #33921884 未加载
redax超过 2 年前
Can we use this plugin in production?
评论 #33922213 未加载