views:

75

answers:

4

What are the standards that govern security practices on the web and web development? What standards body publishes such documents?

+1  A: 

Have a look at OWASP.

The Open Web Application Security Project (OWASP) is a 501c3 not-for-profit worldwide charitable organization focused on improving the security of application software.

Kyle Rozendo
OWASP does not publish technology standards.
+1  A: 

Most general and apply to any developpement but interesting anyway :

CWE/SANS TOP 25 Most Dangerous Programming Errors

Boris Guéry
A: 

I don't know of any standards governing security practices specifically focussed on web apps, but the ISO27000 family of standards cover information systems in general. Warning: getting hold of a copy of ISO2700x, unless you work for ISO or a university, is not cheap...

Graham Lee
+3  A: 

It depends on the industry. Credit Cards use the PCI-DSS. The US medial industry uses HIPAA. Cryptographic systems are governed by FIPS-140 which was created by NIST. Then there is the CWE system which is a list of every known vulnerability type.

Rook
I believe that is HIPAA, but your link is solid.