Click here to Skip to main content
15,910,877 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: "Special characters not allowed" - and we eat only raw meat Pin
Richard Deeming12-Feb-18 23:57
mveRichard Deeming12-Feb-18 23:57 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
KarstenK13-Feb-18 0:00
mveKarstenK13-Feb-18 0:00 
GeneralRe: "Special characters not allowed" - and we eat only raw meat PinPopular
megaadam13-Feb-18 0:03
professionalmegaadam13-Feb-18 0:03 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
#realJSOP13-Feb-18 1:11
professional#realJSOP13-Feb-18 1:11 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
TNCaver13-Feb-18 4:25
TNCaver13-Feb-18 4:25 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Dar Brett14-Feb-18 12:24
Dar Brett14-Feb-18 12:24 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
kalberts14-Feb-18 22:40
kalberts14-Feb-18 22:40 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Dar Brett15-Feb-18 23:36
Dar Brett15-Feb-18 23:36 
You wouldn't want to pass passwords as a parameter because then you can't control whether or not they're being logged by anything watching stdin. I'd be OK with the limitations being on some transport layer like only accepting ASCII or UTF-8. I more take issue with validation where they characters like '<', '>' and '&' are blocked, or in the most severe cases I've heard of words like 'select', 'where' and 'script'.

Actually I'm reminded of a an argument I had with a security 'expert' when I was a junior dev. He said I'd failed one of his security tests because the form I'd built accepted a SQL Injection. I'd used Linq to SQL so the attempt at injection had just been perfectly escaped and stored as a string, but he was pretty adamant the UI should be blocking submission.
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
kalberts16-Feb-18 0:44
kalberts16-Feb-18 0:44 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Daniel T Barnett14-Feb-18 2:26
Daniel T Barnett14-Feb-18 2:26 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
kalberts14-Feb-18 22:52
kalberts14-Feb-18 22:52 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Foothill13-Feb-18 3:08
professionalFoothill13-Feb-18 3:08 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Mycroft Holmes13-Feb-18 14:07
professionalMycroft Holmes13-Feb-18 14:07 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
kalberts15-Feb-18 1:20
kalberts15-Feb-18 1:20 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
CPallini13-Feb-18 3:34
mveCPallini13-Feb-18 3:34 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Gary Wheeler14-Feb-18 1:22
Gary Wheeler14-Feb-18 1:22 
JokeRe: "Special characters not allowed" - and we eat only raw meat Pin
CPallini14-Feb-18 2:01
mveCPallini14-Feb-18 2:01 
JokeRe: "Special characters not allowed" - and we eat only raw meat Pin
Gary Wheeler14-Feb-18 2:06
Gary Wheeler14-Feb-18 2:06 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
CPallini14-Feb-18 3:20
mveCPallini14-Feb-18 3:20 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
kalberts14-Feb-18 23:02
kalberts14-Feb-18 23:02 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Duncan K G Campbell13-Feb-18 21:16
professionalDuncan K G Campbell13-Feb-18 21:16 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Kirill Illenseer13-Feb-18 22:33
Kirill Illenseer13-Feb-18 22:33 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Peter Shaw14-Feb-18 2:14
professionalPeter Shaw14-Feb-18 2:14 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
Gerry Schmitz14-Feb-18 6:02
mveGerry Schmitz14-Feb-18 6:02 
GeneralRe: "Special characters not allowed" - and we eat only raw meat Pin
englebart14-Feb-18 9:17
professionalenglebart14-Feb-18 9:17 

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.