Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: x; check the manual that corresponds to your MySQL server version for the right syntax to use near '\n\t\t\t\t\t\t\tORDERTYPE INT(2),\n\t\t\t\t\t\t\tSERVER INT(10))' at line 6") code itself import MySQL as db restaurantName = "restaurantName" restaurantPassword = "restaurantPassword" databaseConnection= db.connect(host = 'localhost' username= restaurantName, password= restaurantPassword) databaseCursor = databaseConnection.cursor() databaseCursor.execute('CREATE DATABASE restaurantPos;') […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles