hi everyone :)
i'm wondering ... how do you sensibilize people you work with to security issues ? i mean, for us, it seems to be "natural", but i'm having a hard time explaining it to people i work with. Their background is NOT computer science, maybe that explains.
This leads to totally insane code : just imagine, we have a server that we host, and we dispatch a thin client (to almost anyone). The client i wrote was filtering inputs and was making sure that only the expected parameters were sent to the server. Then i went on vacations. When i was back, they had removed all of those, and said "this is clearer and cleaner this way - the server will warn the client if a parameter is MISSING" ... and i had spent time explaining them (and sending them a bunch of articles on security issues) that the danger comes from un-filtered params and extra params .... what could i do (appart from quitting this company, what i'm currently doing, but for several othert reasons ;]) ?

In reply to how could i make "them" understand that security IS important ? by iza

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.