-
Basics of Secure Coding Practices- a. Introduction to secure coding principles (CWE) (https://cwe.mitre.org/index.html) b. Secure coding rules (https://www.owasp.org/index.php/Secure_Coding_Rules) c. Best Practices (https://www.sans.org/cyber-security-basics/best-practices)
-
Secure coding Concepts a. Secure code reviews and guidelines (https://www.isecure.net/it-security/security-checklists-and-secure-coding-guidelines.htm) b. Secure input validation principles (https://www.owasp.org/index.php/Input_Validation) c. Authentication techniques (https://www.tutorialspoint.com/computer_security_concepts/authentication_techniques.htm) d. Cryptography 101 (https://www.cs.dartmouth.edu/~sergey/crypto101/)
-
Secure Coding Languages a. Java Secure coding (https://www.oracle.com/technetwork/java/seccodeguide-139067.html) b. .Net core secure coding (https://docs.microsoft.com/en-us/dotnet/standard/security/) c. Javascript secure coding (https://resources.infosecinstitute.com/secure-coding-top-ten-in-javascript/) d. Python secure coding (https://www.owasp.org/index.php/Python_Secure_Coding_Guidelines)
-
Secure Coding with Libraries a. Security challenges associated with open source libraries (https://www.veracode.com/blog/security-awareness/how-to-reduce-security-vulnerabilities-introduced-third-party-open-source-libraries) b. Secure coding with popular libraries (https://www.acunetix.com/blog/articles/secure-coding-guidelines-languages/) c. Security measures for popular web APIs (https://www.sans.org/reading-room/whitepapers/securecode/secure-coding-practices-web-application-programming-interfaces-37254)
-
Security Testing a. Basics of security testing (https://www.sans.org/reading-room/whitepapers/testing/introduction-software-security-testing-34917) b. Web application security (https://www.sans.org/reading-room/whitepapers/testing/web-application-security-testing-overview-2131) c. Mobile application security testing (https://www.acunetix.com/blog/articles/mobile-application-security-testing/) d. Security testing tools (https://www.veracode.com/security/web-application-security-testing-tools)
Loading...