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.
git-inside-branch allows you to inspect and modify another branch in a temporarily directory without affecting current working tree.
git inside-branch doc_branch bash
This will checkout doc_branch and run bash. Then you edit your docs with vim or emacs, commit the results and exit bash.
git inside-branch gh_pages "cp $HOME/projects/my_proj/rdoc . && git add . && git commit -am 'Doc updates' && git push"
Git::Inside::Branch.tempory_checkout("gh_pages") do
`cp $HOME/projects/my_lib/rdoc .`
`git commit -a -m 'Doc updates' && git push`
end
I think is easy.
Git::Inside::Branch.tempory_checkout( branch_name, &block )
Run the code passed in the block in another temporarily checkouted directory from the branch branch_name
Copyright (c) 2011, Guillermo Álvarez guillermo@cientifico.net All rights reserved.
"THE BEER-WARE LICENSE" (Revision 42): guillermo@cientifico.net wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Guillermo Álvarez.
FAQs
Unknown package
We found that git-inside-branch 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.