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.
Homepage / User Guide / Support / Development
Rubytest is a universal test harness for Ruby development. Think of Rubytest as a testing meta-framework. It defines a straight-forward specification that anyone can use to create their own testing DSLs quickily and easily. This can be used for testing end applcations or it can be used by test framework as a backend. In addition, since all Rubytest controls the backend, multiple frameworks can be used in a single test suite all of which can run through a single uniform interface in a process.
To learn more about Rubytest see https://rubyworks.github.io/rubytest.
This project is a metapackage which bundles the rubytest gem and a common
set of plugins for developer convenience. Instead of listing each individual
gem in a project's Gemfile, just add rubytest-suite
. This package includes
the following gems:
See the various project sites for more details.
Rubytest is available as a gem metapackage. Install it manually with:
$ gem install rubytest-suite
Or add it yo your project's Gemfile.
gem "rubytest-suite"
Copyright (c) 2011 Rubyworks
Made available according to the terms of the BSD-2-Clause license.
See LICENSE.txt for details.
FAQs
Unknown package
We found that rubytest-suite 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.