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.
API for viewing the available shows and episodes.
Prior to installing, please make sure these gems can be installed on your system:
If you wish to run this gem locally, the following gems are also to consider:
Add this line to your application's Gemfile:
gem 'tanoshimu'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tanoshimu
Here are the most relevant API entries from this Gem:
### Check the version
Tanoshimu::VERSION
### Get all shows
shows = Tanoshimu::Show.all
### Get a show, and it's episode
### Please note you need to know a show's id
show = Tanoshimu::Show.find(<your id>)
episodes = show.episodes
end
# Or
operation = Operations::Operation.new{name: :my_operation, scope: :admin}
# Instance variable
allowed_users = operation.users # Returns a list of users based on the scope
is_valid = operation.is_valid? # For validation purposes
### Core extensions
# Convert a string to a list of Operations::Operations
"bf9[..]a248".to_operation # From a UUID (example truncated)
"{\"name\":\"my_operation\",\"scope\":\"admin\"}".to_operation # From a valid JSON string
Do you wish to contribute? It's simple! All you need to do is:
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that tanoshimu 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.