
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
A simple "no thoughts required" solution to adding RCOV code coverage to your Rails application. Just install the plugin, install the RCOV gem, and you're done. Enjoy.
Install as a Rails 3 Gem:
$: vim Gemfile
group :development do
gem "rcov_rails"
end
$: bundle install $: rake test:coverage # boom!
Install as a Rails 2.x Plugin:
$: sudo gem install rcov $: ruby script/plugin install git://github.com/matthewrudy/rcov_rails $: rake test:coverage # boom!
Install as a Rails 3.x Plugin: // I suggest you don't do this, as you'll need to add rcov via bundler anyway
$: sudo gem install rcov $: vim Gemfile
group :development do
gem "rcov"
end
$: bundle install $: rails plugin install git://github.com/matthewrudy/rcov_rails $: rake test:coverage # boom!
Copyright (c) 2010 [Matthew Rudy Jacobs], released under the MIT license
FAQs
Unknown package
We found that rcov_rails 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.