Detected 2 occurrence(s) of ‘^\s*pass(word|phrase|wd|code)*\s*(:|=|is|was)\s*[a-z0-9\-_\!]+$’: Users: id: 1 email: funnyusername password: pass1234 Recipes: id: 1591 user_id: 1 name: Pizza Dough Ingredients: id: 1 name: Flour id: 2 name: Water id: 3 name: Yeast # In User.rb has_many :recipes # In Recipe.rb belongs_to :user has_and_belongs_to_many :ingredients # In Ingredie Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$’: Users: […]
↧