TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ESLint plugin to detect vulnerable imports

6 pointsby pmesthaover 2 years ago

3 comments

pmesthaover 2 years ago
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_prasadover 2 years ago
Intresting. How different is this from regular npm security errors?
评论 #33921884 未加载
redaxover 2 years ago
Can we use this plugin in production?
评论 #33922213 未加载