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.
worker-field-belongs_to_search
Advanced tools
A plugin to search through belongs_to
associations in thoughtbot's Administrate Rails engine.
Add it to your Gemfile
:
gem 'administrate-field-belongs_to_search'
Run bundler to install:
bundle install
Add it to your Administrate dashboard, for instance:
class PostDashboard < Administrate::BaseDashboard
ATTRIBUTE_TYPES = {
author: Field::BelongsToSearch.with_options(class_name: 'User')
}
# ...
With this, you should be good to go!
Fork and clone the repo. Install dependencies and run test using:
bundle install
bundle exec rake
Then, implement your feature/fix, write a good commit message and submit a pull request to this repository. If you only have some feedback or are unsure about how to do something, you're welcome to submit an issue.
This is meant to be an welcoming and friendly place for collaboration. Therefore, all contributors are expected to adhere to the Contributor Covenant Code of Conduct.
This plugin is Copyright © 2017 Fishbrain AB. It is licensed under the MIT license. See LICENSE for details.
========
This plugin is maintained by Fishbrain AB.
At Fishbrain, we're passionate about the outdoors and conservation. Together, we work to bring you the best app for fishing, hands down.
If you love working with amazing and talented people in tight-knit teams, join us!
FAQs
Unknown package
We found that worker-field-belongs_to_search 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.