Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Cyber Secure Coder (CSC-110)
Rating: 4.2 out of 5(19 ratings)
109 students

Cyber Secure Coder (CSC-110)

Certificate Exam Preparatory Course
Last updated 6/2023
English
English

What you'll learn

  • Understand the importance of secure coding practices in software development.
  • Identify common vulnerabilities and threats in software applications.
  • Learn secure coding principles and best practices.
  • Develop skills to write secure code for various programming languages.
  • Implement secure coding techniques to protect against common attacks.
  • Apply security controls to ensure data confidentiality, integrity, and availability.

Course content

6 sections49 lectures9h 57m total length
  • Overview4:20

    Explore the cyber secure coder overview, detailing the certification path, exam structure, and domains for developing secure code, testing software security, and addressing vulnerabilities and exploits.

  • Prior Knowledge and Expectations4:50

    Explore security in software projects with the cyber secure coder series, learning how to gather user, platform, and compliance requirements, address vulnerabilities, and design secure code.

  • Gather Software Requirements13:17

    Gather software requirements across business, user, security, compliance, and platform needs to guide secure, iterative development. Compare waterfall and agile cycles, and emphasize proactive security, testing, and regulatory considerations.

  • Assignment: Identity Requirements2:06

    Identify security requirements and issues for an app that presents a multilingual product catalog with images, search, self-registration, and admin panel to manage users and cloud or on-premises deployment options.

  • Activity: Identify Requirements8:18

    Identify and address user expectations and compliance needs for an e-commerce app, including payment handling, PCI compliance, data privacy, and secure cloud hosting.

  • Factors that Undermine Software Security10:39

    Explore the three p's of software security: product, people, and process, and learn how vulnerability assessment and pen testing guide process-driven reviews, user education, and secure deployment.

  • Software Vulnerabilities and Attack Phases9:38

    Cyber secure coder explains software vulnerabilities and attack phases, contrasting builders and breakers, and outlining survey and assess, exploit and penetrate, maintain access, escalate privileges, and denial of service.

  • Attack Patterns19:18

    Explore reconnaissance and attacker patterns, including port checks and version discovery via headers, brute force, authentication bypass, and input validation flaws, with practical defense for robust software.

  • Assignment: Find Vulnerabilities3:08

    Build a strong password validator in a Python app and write tests to expose edge cases and fix logic errors in the 8-character, uppercase, lowercase, number, and special character rules.

  • Activity: Find Vulnerabilities10:18

    Explore how a password policy and unit tests reveal vulnerabilities, show how shorter passwords bypass checks, and reinforce layered security and thorough test reviews to prevent brute-force and edge-case flaws.

  • Assignment: New Password Requirements3:12

    Extend the password validator to enforce no three consecutive identical characters. Preserve the existing requirements: minimum eight characters, uppercase, lowercase, a number, and a special character.

  • Activity: New Password Requirements9:22

    We implement and test a password validator that blocks any three consecutive identical characters, enforces uppercase, lowercase, numbers, and special characters, and checks length; then discuss maintainability and production deployment.

  • Assignment: Hashing Passwords3:42

    Evaluate password security by adding a random salt before hashing and assess if the 256-bit hashing algorithm is the best choice, considering rainbow table risks.

  • Activity: Hashing Passwords19:01

    Learn best practices for hashing passwords with per-user salts and robust algorithms, such as sha512 with iterations or pbkdf2_hmac and scrypt. Avoid MD5 and insecure storage.

  • Vulnerability Intelligence13:13

    Master vulnerability intelligence by tracking vulnerabilities with Exploit DB, MITRE, OWASP Top 10, and security bulletins; manage dependencies and test safely in controlled environments.

  • Assignment: Vulnerability Search4:02

    Complete the vulnerability search assignment by analyzing a Node.js Express app and an AngularJS frontend, inspecting dependencies and versions, and using CVE details and Snyk to identify security issues.

  • Activity: Vulnerability Search15:31

    Identify application vulnerabilities by examining dependencies, package.json, and bower.json, and libraries like Angular and Express, assess cross-site scripting risks, apply semantic versioning, and leverage automated tools and vulnerability databases.

Requirements

  • There are no specific prerequisites for this course. However, a basic understanding of software development concepts and experience with programming languages would be beneficial.

Description

The Cyber Secure Coder (CSC-110) course is designed to provide participants with a comprehensive understanding of secure coding practices and principles. This course focuses on equipping individuals with the necessary knowledge and skills to develop secure software applications, with an emphasis on mitigating common vulnerabilities and ensuring data confidentiality, integrity, and availability.

Cyber Secure Coder will aid in developing an appropriate understanding of secure development practices and how those practices protect against various types of vulnerabilities. You will learn the types of vulnerabilities, the exploits that can occur from those vulnerabilities, and the programming practices that will help prevent exploitation in an application.

By the end of the Cyber Secure Coder (CSC-110) course, participants will have the necessary skills to develop secure software applications and integrate security practices throughout the software development life cycle. They will be able to identify and mitigate common vulnerabilities, ensuring the confidentiality, integrity, and availability of data.


  • Understand the importance of secure coding practices in software development.

  • Identify common vulnerabilities and threats in software applications.

  • Learn secure coding principles and best practices.

  • Develop skills to write secure code for various programming languages.

  • Implement secure coding techniques to protect against common attacks.

  • Apply security controls to ensure data confidentiality, integrity, and availability.

  • Learn how to conduct security testing and code reviews to identify vulnerabilities.

  • Understand the legal and ethical aspects of secure coding.

Who this course is for:

  • Software Developers
  • Web Application Developers
  • Mobile Application Developers
  • Software Architects
  • Quality Assurance/Test Engineers
  • IT Professionals
  • Security Professionals
  • Students and Researchers