Npm Audit: broken by design?
overreacted.io
Npm Audit: broken by design?
1–10 of 268 posts
Re: Npm Audit: broken by design?
#2Imagine if you had 3 days to fix the regex DoS issue shown there, screw your release freeze and your current sprint plans, and you have the real working environment in some companies.
I've also heard reports of people trying to claim bug bounties for similar reports, or security vendors that run automated tools that detect for issues of similar (lack of) value.
Re: Npm Audit: broken by design?
#3It seems like a lot of this has been designed for Node (backend) development, whilst ignoring the fact that NPM is probably used more heavily for front-end development at this point.
Re: Npm Audit: broken by design?
#4Re: Npm Audit: broken by design?
#5Re: Npm Audit: broken by design?
#6Is yarn the better option? What is our path forward?
Re: Npm Audit: broken by design?
#7Well yes, correct, well done. By this metric, every security tool ever written is probably pointless.
Re: Npm Audit: broken by design?
#8As someone who only had just gotten into front end programming after years of backend work, npm has been a nightmare. I haven't experienced the same level of frustration with other package managers (pip, cargo, go mod, etc) as I have with npm. Is yarn the better option? What is our path forward?
Re: Npm Audit: broken by design?
#9As someone who only had just gotten into front end programming after years of backend work, npm has been a nightmare. I haven't experienced the same level of frustration with other package managers (pip, cargo, go mod, etc) as I have with npm. Is yarn the better option? What is our path forward?
Re: Npm Audit: broken by design?
#10I've never ever got `audit fix` or `audit fix --force` to solve any of the mentioned vulnerabilities. Ever. I even relied on downloading every dependency one by one to find that there where other offending packages. I just gave up.
It's really useless and deceptive.