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.
funddit_paypal_express
Advanced tools
Catarse paypal express integration with Catarse crowdfunding platform
Add this lines to your Catarse application's Gemfile:
gem 'catarse_paypal_express'
And then execute:
$ bundle
Configure the routes for your Catarse application. Add the following lines in the routes file (config/routes.rb):
mount CatarsePaypalExpress::Engine => "/", :as => "catarse_paypal_express"
If you are using the Rails 3.2.x on Catarse's code, you can use the version 1.0.0
.
For Rails 4 support use the 2.0.0
version.
Create this configurations into Catarse database:
paypal_username, paypal_password and paypal_signature
In Rails console, run this:
Configuration.create!(name: "paypal_username", value: "USERNAME")
Configuration.create!(name: "paypal_password", value: "PASSWORD")
Configuration.create!(name: "paypal_signature", value: "SIGNATURE")
Clone the repository:
$ git clone git://github.com/devton/catarse_paypal_express.git
Add the catarse code into test/dummy:
$ git submodule init
$ git submodule update
And then execute:
$ bundle
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)This project rocks and uses MIT-LICENSE.
FAQs
Unknown package
We found that funddit_paypal_express 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.