▲ | nicoritschel 5 days ago | |||||||
One of my projects uses an impacted version. However, we use bun as a package manager. Thrilled bun protected us by default! > executing arbitrary scripts represents a potential security risk, so—unlike other npm clients—Bun does not execute arbitrary lifecycle scripts by default. | ||||||||
▲ | ec109685 5 days ago | parent [-] | |||||||
Can’t the exploit just be encoded in files that are used when the npm module is actually used? It seems like not running it at package install time doesn’t afford that much protection. | ||||||||
|