Click here to Skip to main content
15,890,579 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Taking a Bus - From this quarter's MERG bulletin... Pin
dan!sh 13-Apr-14 8:21
professional dan!sh 13-Apr-14 8:21 
GeneralRe: Taking a Bus - From this quarter's MERG bulletin... Pin
dan!sh 13-Apr-14 8:22
professional dan!sh 13-Apr-14 8:22 
GeneralRe: Taking a Bus - From this quarter's MERG bulletin... Pin
Ger Hayden14-Apr-14 8:31
Ger Hayden14-Apr-14 8:31 
RantI hate Cengage's SAM system Pin
Brisingr Aerowing13-Apr-14 6:58
professionalBrisingr Aerowing13-Apr-14 6:58 
GeneralThe Heartbleed Bug Pin
Espen Harlinn13-Apr-14 5:03
professionalEspen Harlinn13-Apr-14 5:03 
GeneralRe: The Heartbleed Bug Pin
Jörgen Andersson13-Apr-14 5:25
professionalJörgen Andersson13-Apr-14 5:25 
GeneralRe: The Heartbleed Bug Pin
Espen Harlinn13-Apr-14 8:50
professionalEspen Harlinn13-Apr-14 8:50 
GeneralRe: The Heartbleed Bug Pin
OriginalGriff13-Apr-14 5:39
mveOriginalGriff13-Apr-14 5:39 
Go to QA, and you will see that the "next generation" of developers not only store clear text passwords, but that they access them by concatenating strings:
C#
string sql = "SELECT * FROM Users WHERE UserId='" + tbUser.Text + "' AND Password='" + tbPassword.Text+"'";
So not only is the site vulnerable to Heartbleed, but SQL Injection and password bypass. So if I type:
C#
Chris Maunder';--
in the Username textbox, I could log in as the Admins...(Needless to say, that won't work here on CP!)

Worse, if you pick them up on it they give the keyboard equivalent of a shrug and ignore you... Sigh | :sigh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

JokeRe: The Heartbleed Bug Pin
Wes Aday13-Apr-14 5:56
professionalWes Aday13-Apr-14 5:56 
GeneralRe: The Heartbleed Bug Pin
OriginalGriff13-Apr-14 6:09
mveOriginalGriff13-Apr-14 6:09 
GeneralRe: The Heartbleed Bug Pin
dan!sh 13-Apr-14 8:09
professional dan!sh 13-Apr-14 8:09 
GeneralRe: The Heartbleed Bug Pin
Wes Aday13-Apr-14 10:34
professionalWes Aday13-Apr-14 10:34 
GeneralRe: The Heartbleed Bug Pin
Espen Harlinn13-Apr-14 8:56
professionalEspen Harlinn13-Apr-14 8:56 
GeneralRe: The Heartbleed Bug Pin
Chris Maunder13-Apr-14 16:41
cofounderChris Maunder13-Apr-14 16:41 
GeneralRe: The Heartbleed Bug Pin
OriginalGriff13-Apr-14 20:24
mveOriginalGriff13-Apr-14 20:24 
GeneralRe: The Heartbleed Bug Pin
Munchies_Matt13-Apr-14 6:37
Munchies_Matt13-Apr-14 6:37 
GeneralRe: The Heartbleed Bug Pin
Espen Harlinn13-Apr-14 9:04
professionalEspen Harlinn13-Apr-14 9:04 
GeneralRe: The Heartbleed Bug Pin
dan!sh 13-Apr-14 9:27
professional dan!sh 13-Apr-14 9:27 
GeneralRe: The Heartbleed Bug Pin
Munchies_Matt13-Apr-14 13:10
Munchies_Matt13-Apr-14 13:10 
GeneralRe: The Heartbleed Bug Pin
J. Adam Armstrong13-Apr-14 14:49
J. Adam Armstrong13-Apr-14 14:49 
GeneralRe: The Heartbleed Bug Pin
Espen Harlinn13-Apr-14 23:41
professionalEspen Harlinn13-Apr-14 23:41 
GeneralRe: The Heartbleed Bug Pin
Chris Maunder13-Apr-14 16:46
cofounderChris Maunder13-Apr-14 16:46 
GeneralRe: The Heartbleed Bug Pin
Espen Harlinn14-Apr-14 1:02
professionalEspen Harlinn14-Apr-14 1:02 
GeneralRe: The Heartbleed Bug Pin
dan!sh 13-Apr-14 6:49
professional dan!sh 13-Apr-14 6:49 
GeneralRe: The Heartbleed Bug Pin
Espen Harlinn13-Apr-14 11:36
professionalEspen Harlinn13-Apr-14 11:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.