Re: [SC-L] SearchSecurity: Cyber Security and the Law

2012-08-02 Thread Greg Beeley
How would we recognize good engineering? It seems to me like the very same problem faced by the idea of software liability law - that it is hard to define good engineering for software security - would be faced by an incentive program. If "good engineering" is fuzzy enough to give a big corporate

Re: [SC-L] BSIMM3 lives

2011-10-22 Thread Greg Beeley
Gary, Could you clarify your (and/or the BSIMM) position on "secure by design" vs "designed to be secure"? You're encouraging the adoption of secure-by-design building blocks, as a part of SFD2.1, but then warning that "designed to be secure" != "secure". I can think of examples/ways that what y

Re: [SC-L] [WEB SECURITY] Re: What do you like better Web penetration testing or static code analysis?

2010-05-05 Thread Greg Beeley
Regarding the code snippet -- it does depend on the environment -- point well taken. But in this case (from what I can tell), unless you actually have the file_exists() function *disabled* in php.ini, this is vulnerable to XSS. - Greg Sebastian Schinzel wrote, On 04/28/2010 04:03 AM: > On Apr 28

Re: [SC-L] blog post and open source vulnerabilities to blog about

2010-03-17 Thread Greg Beeley
nanosecond precision that was widely publicized at first). A good example of complex code being more difficult to secure. - Greg Beeley LightSys Matt Parsons wrote, On 03/16/2010 10:41 AM: > > > Hello, > > I am working on a software security blog and I am trying to find open

Re: [SC-L] Some Interesting Topics arising from the SANS/CWE Top 25

2009-01-13 Thread Greg Beeley
Steve I agree with you on this one. Both input validation and output encoding are countermeasures to the same basic problem -- that some of the parts of your string of data may get treated as control structures instead of just as data. For the purpose of this email I'm using a definition of "inpu

Re: [SC-L] Darkreading: Secure Coding Certification

2007-05-15 Thread Greg Beeley
> [...] White list validation is the answer to everything except the > difficult choices developers have to make and often get wrong. > [...] > (past,present,future) of the data is that single application? How do you > test the ability for developers to make the best decisions in imperfect >

Re: [SC-L] Darkreading: Secure Coding Certification

2007-05-14 Thread Greg Beeley
> 1. ONLY consultants and vendors have jumped on the bandwagon. Other IT > professionals such as those who work in large enterprises have no > motivation to pursue. > > 2. The target price for the exams will be an impediment as many folks who > can't get reimbursed for taking them will not bo

Re: [SC-L] Darkreading: Secure Coding Certification

2007-05-12 Thread Greg Beeley
> I agree that multiple choice alone is inadequate to test the true > breadth and depth of someone's security knowledge. Having contributed > a few questions to the SANS pool, I take issue with Gary's article > when it implies that you can pass the GSSP test while clueless. > > There is indee

Re: [SC-L] What defines an InfoSec Professional?

2007-03-08 Thread Greg Beeley
> [...] I do suspect that some of it is tied to the romance of > certifications such as CISSP whereby the exams that prove you are a > security professional talk all about physical security and network > security but really don't address software development in any meaningful > way. [...] Tha

Re: [SC-L] Fwd: re-writing college books - erm.. ahm...

2006-11-07 Thread Greg Beeley
integrated into existing coursework. - I found Corewars to be an interesting tool for starting to exercise that "defensive coding" muscle. It gets students used to assuming that their program will be abused and misused, among other things :) Greg.

Re: [SC-L] Bugs and flaws

2006-02-03 Thread Greg Beeley
Wietse Venema wrote: > My experience is otherwise. Without detailed documentation I can > usually see where in the life cycle the mistake was made: analysis > (e.g., solving the wrong problem), design (e.g., using an inappropriate > solution) or coding. I tend to agree - for *many* design related