▲ | hnquestion10987 4 days ago | |||||||
I'm a little confused after reading everything. I have an Expo app and if I run `npm audit`, I get the notification about `simple-swizzle`. The GitHub page (https://github.com/advisories/GHSA-hfm8-9jrf-7g9w) says to treat the computer as compromised. What does this mean? Do I have to do a full reset to be sure? Should I avoid running the app until the version is updated? | ||||||||
▲ | herpdyderp 4 days ago | parent | next [-] | |||||||
The advisories on GitHub were/are weird for several reasons: 1. The version matching was wrong (now fixed). 2. The warning message is (still) exaggerated, imo, though I understand why they’d pass the liability downstream by doing so. | ||||||||
▲ | pixl97 4 days ago | parent | prev [-] | |||||||
I mean the statement is pretty clear >Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it. It sounds like the package then somehow executes and invites other software onto the machine. If something else has executed then anything the executing user has access to is now compromised. | ||||||||
|