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 collision detection library for Ruby, works in Ruby2D, Gosu and Tic-80
A collision detection library for Ruby that makes it easy to detect collisions between 2D objects in your game or application. The library implements two popular collision detection algorithms AABB and SAT.
Ensure you have the latest versions of Ruby and Gem installed on your system to work with containerization.
git clone https://github.com/sealtielfreak/bomp.rb.git
cd bomp.rb
Contributions are what make the open-source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Before you start contributing, it's important to set up your development environment. This includes installing necessary tools and configuring pre-commit hooks to ensure code quality.
To maintain code quality and consistency, we use pre-commit hooks. Follow these steps to set up pre-commit hooks in your local development environment:
Install Pre-Commit:
pip install pre-commit
Clone the Repository (if not already done):
git clone https://github.com/sealtielfreak/bomp.rb.git
cd bomp.rb
Set Up Pre-Commit Hooks:
pre-commit install
*.gemspec
. It will be installed via gem build *.gemspec && gem install *.gem
. The installed package will produce an executable that will match the entry.Usage:
pre-commit run --all-files
Now that you have done some changes and want to merge them in our repository, feel free to:
git checkout -b feature/amazing_feature
)git commit -m "Add some AmazingFeature"
)git push origin feature/amazing_feature
)FAQs
Unknown package
We found that bomp demonstrated a healthy version release cadence and project activity because the last version was released less than 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.