Basic Customization > Windchill Customization Basics > Deployment Methodologies > Security Customization Guidelines > Prerequisites
  
Prerequisites
It is assumed that secure coding practices are followed for any code submitted as part of a Windchill customization, including test cases. Secure coding standards govern the coding practices, techniques, and decisions that developers make while building a software. These standards ensure that the developers write code that minimizes security vulnerabilities. Refer to the following resources as a reference:
General Secure Coding Guidelines
Software Engineering Institute – Top 10 Secure Coding Practices
(Documented by Carnegie Mellon University)
OWASP Top 10
(OWASP – Open Web Application Security Program)
Java
Secure Coding Guidelines for Java SE
(Oracle)