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\-_\!\$]+["']‘: var url = 'https://api.myapp.tld'; var userObj = { username:'foo', password: 'bar' }; $http.post(url,userObj).success(function(data){ // do success stuff }).error(function(data){ // do FAIL stuff }); Source: http://pastebin.com/raw.php?i=fUggShiU

Viewing all articles
Browse latest Browse all 2663

Trending Articles