Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': bda u: 'service' in u.email) # [<User justanr>] u.email = 'alec@gmail.com' UserRepository.update('<User justanr>', u) UserRepository.find_by(username='justanr')[0].email # alec@gmail.com u2 = UserRepository.create(username='fred', email='fred@fred.fred', password='fred') # doesn't persist it UserRepository.delete(u) UserRepository.all() # [] Source: http://pastebin.com/raw.php?i=mj9P8Pau

Viewing all articles
Browse latest Browse all 2663

Trending Articles