Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A CLI for scheduling pickups on SFWash (http://sfwash.com/schedule-a-pick-up).
SFWash, unfortunately, requires you to fill in your information (address, phone number, etc) with them every time. This script will save your details on your machine, and reuse them every time you need to schedule a pickup. Hooray!
Note: This code may be horribly brittle because it basically just POSTs to the SFWash website with the parameters required at the time of writing, but oh well!
Install the gem:
$ gem install sfwash
Then, to schedule a pickup (make sure you have your config file created first):
$ sfwash schedule
Or provide a day of the week:
$ sfwash schedule friday
At the moment, you must have a ~/.sfwash
config file to use this script.
Example config file:
:preferences:
:name: Amber Feng
:phone: 555-555-5555
:email: amber.feng@gmail.com
:address: 123 Main Street
:apartment: N/A
:day: Friday
:time: Anytime_Access
:instructions: OldPreferences
:detergent: Last Order
:bleach: Last Order
:softener: Last Order
FAQs
Unknown package
We found that sfwash demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.