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.
This gem provides integration betweeen Cucumber and the Codebase ticketing system. Whenever scenarios are run Cukebase will create tickets for any scenarios it encounters. It sets the ticket status to the test result of the scenario.
When you run Cucumber again, these tickets are updated to reflect the new result status.
Add this to your Gemfile:
group :test do
gem 'cukebase'
end
Then go to Codebase to find your API credentials and add the following to your
features/support/env.rb
file:
Cukebase.config do |c|
c.project = "your-project-name"
c.username = "yourcompany/youruser"
c.api_key = "YOUR_API_KEY"
end
And next time when you run Cucumber, there will be tickets made for every scenario.
Here are some ideas you can send pull requests for:
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)Cukebase is MIT-licensed. I'm sure you can find a copy somewhere if you aren't able to recite it by heart.
FAQs
Unknown package
We found that cukebase 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.