-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Pin dependencies to exact versions #493
Copy link
Copy link
Closed
Labels
Milestone
Description
Both Gaba and MetaMask each contain over 1000 dependencies, most of which are not pinned to an
exact version but set to compatible version (^x.x.x). This can potentially enable dependency attacks as
observed with the event-stream package with the Copay Bitcoin Wallet.
Reactions are currently unavailable