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.
This gem'll work hand-in-hand with GitHub's API to help you out.
Catch us in the #github room on freenode if you want to get involved. Or just fork and send a pull request.
$ gem install defunkt-github -s http://gems.github.com
Run it:
$ github
Let's say you just forked github-gem
on GitHub from defunkt.
$ git clone git://github.com/YOU/github-gem.git $ cd github-gem $ github pull defunkt
This will setup a remote and branch for defunkt's repository at master. In this case, a 'defunkt/master' branch.
If defunkt makes some changes you want, simply github pull defunkt
. This will
leave you in the 'defunkt/master' branch after pulling changes from defunkt's
remote. After confirming that defunkt's changes were what you wanted, run git checkout master
and then git merge defunkt/master
to merge defunkt's changes
into your own master branch. In summary:
$ github pull defunkt $ git checkout master $ git merge defunkt/master
If you've already reviewed defunkt's changes and just want to merge them into your
master branch, use the merge
flag:
$ github pull --merge defunkt
FAQs
Unknown package
We found that ehahn-github demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.