This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of ".NET Security for Developers"

From OWASP
Jump to: navigation, search
(Articles)
(Areas of Concern)
Line 3: Line 3:
  
 
===Areas of Concern===
 
===Areas of Concern===
 +
*Secure Development Lifecycle
 +
**[[SDL Overview | Overview]]
 +
**Checklists
 +
**Tools
 +
 
*Secure Coding
 
*Secure Coding
 
**Partial Trust
 
**Partial Trust

Revision as of 03:26, 9 May 2008

.NET Security for Developers

Developers are responsible for creating secure, trustworthy web applications and services. This section is to provide tools and guidance for the .NET Developer.

Areas of Concern

  • Secure Development Lifecycle
  • Secure Coding
    • Partial Trust
    • Cross Platform
  • Confidentiality, Integrity and Availability in Practice
    • Cryptography
    • Debugging and Instrumentation
    • Adaptive Web Applications and failing gracefully
  • Security Features
    • Authentication Best Practices
    • Authorization
    • Security Demands
  • Unit Testing
    • Test First (TDD) and Design Patterns
    • Fuzzing

Articles & Projects

"How Do I?" Microsoft Security Videos

Community Contributions

Developing ASP.NET in Partial Trust

References

Microsoft Security Development Lifecycle 3.2

Tools

Source Code Analysis Tools