Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
= Guard::Migrate {}[http://badge.fury.io/rb/guard-migrate] {}[http://travis-ci.org/glanotte/guard-migrate] {}[https://codeclimate.com/github/glanotte/guard-migrate]
Migrate guard allows you to keep you migrations up to date while developing without needing to rerun them every time. I developed it because when I am first working out a project, the schema can change several times and this saves me several downs/ups/resets.
= Install
*** NOTE: this version is for rails > 4.1.0, for rails < 4.1.0, please use version 1.0.x ***
Please be sure to have {Guard}[https://github.com/guard/guard] installed before continue.
Install the gem:
gem install guard-migrate
Add it to your Gemfile (inside test group):
gem 'guard-migrate'
Add guard definition to your Guardfile by running this command:
guard init migrate
== Options
Available options:
zeus
, spring
or simillar in your project. Defaults to rake
bundle exec
if a Gemfile is present. Defaults to true
db:test:prepare
to update the test database. Defaults to false.rake db:migrate:reset
every time migrate is run. Defaults to false.== Todos
== Contributing to guard-migrate
== Authors
{Geoff Lanotte}[https://github.com/glanotte] == Copyright
Copyright (c) 2013 Geoff Lanotte. See LICENSE.txt for further details.
FAQs
Unknown package
We found that guard-migrate 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.