Click here to Skip to main content
15,915,093 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: I'm not even British... Pin
Maximilien22-Feb-15 11:32
Maximilien22-Feb-15 11:32 
GeneralRe: I'm not even British... Pin
Nagy Vilmos22-Feb-15 21:14
professionalNagy Vilmos22-Feb-15 21:14 
GeneralRe: I'm not even British... Pin
Sander Rossel22-Feb-15 21:37
professionalSander Rossel22-Feb-15 21:37 
GeneralRe: I'm not even British... Pin
Daniel Pfeffer22-Feb-15 22:03
professionalDaniel Pfeffer22-Feb-15 22:03 
GeneralRe: I'm not even British... Pin
Chris Quinn23-Feb-15 0:16
Chris Quinn23-Feb-15 0:16 
GeneralRe: I'm not even British... Pin
#realJSOP23-Feb-15 2:48
professional#realJSOP23-Feb-15 2:48 
GeneralVirus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 4:59
User 1106097922-Feb-15 4:59 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Sander Rossel22-Feb-15 5:19
professionalSander Rossel22-Feb-15 5:19 
There's a big difference between SQL injection (or script injection) and writing a virus.
SQL injection is only possible when you write poor code. So it's important to teach people to write their code in a SQL injection-safe manner.
A virus or worm attacks your computer. Maybe it changes a registry setting, or sends out emails to all your contacts. There is really nothing you can do about it except download a virus blocker/scanner, not visiting dubious websites, opening dubious emails, make regular backups and hope for the best. I agree that if you want to write a virus blocking application you need to know quite a bit about it, but for your regular day-to-day software programming you won't need information on how virusses and worms are written.

And in fact you can find other stuff on security on CP as well. I'm pretty sure there are plenty of posts on setting up HTTPS and why you'd prefer it over regular HTTP, AntiForgery tokens, script injection, encryption/decryption, etc.. Why? Again, because this can protect your code or data from bad people just by writing good code or setting up good configs. And that's what CP is about, writing good code. Not writing harmfull code!
My blog[^]
C#
public class SanderRossel : Lazy<Person>
{
   public void DoWork()
   {
      throw new NotSupportedException();
   }
}

GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 5:31
User 1106097922-Feb-15 5:31 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Marc Clifton22-Feb-15 5:39
mvaMarc Clifton22-Feb-15 5:39 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 5:57
User 1106097922-Feb-15 5:57 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Marc Clifton22-Feb-15 6:21
mvaMarc Clifton22-Feb-15 6:21 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 6:26
User 1106097922-Feb-15 6:26 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
PIEBALDconsult22-Feb-15 6:06
mvePIEBALDconsult22-Feb-15 6:06 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 6:20
User 1106097922-Feb-15 6:20 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
PIEBALDconsult22-Feb-15 7:09
mvePIEBALDconsult22-Feb-15 7:09 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Richard MacCutchan22-Feb-15 6:22
mveRichard MacCutchan22-Feb-15 6:22 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 6:34
User 1106097922-Feb-15 6:34 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Richard MacCutchan22-Feb-15 6:45
mveRichard MacCutchan22-Feb-15 6:45 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 6:52
User 1106097922-Feb-15 6:52 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Richard MacCutchan22-Feb-15 6:55
mveRichard MacCutchan22-Feb-15 6:55 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 7:03
User 1106097922-Feb-15 7:03 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
PIEBALDconsult22-Feb-15 7:21
mvePIEBALDconsult22-Feb-15 7:21 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
Nelek22-Feb-15 7:42
protectorNelek22-Feb-15 7:42 
GeneralRe: Virus, Worms, cont….. Summary: SQL injection is known…nothing more Pin
User 1106097922-Feb-15 7:58
User 1106097922-Feb-15 7:58 

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.