Skip to content

Commit

Permalink
Add SSL/TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones committed Oct 27, 2024
1 parent 9615f12 commit ae46cec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,28 +81,29 @@ To support students first understanding specific security vulnerabilities and pr

- [Security testing approaches](.student_resources\security_testing_approaches\README.md) for the NESA Software Engineering Syllabus.
- [Web Security Testing Guide \(WSTG\) Project](https://owasp.org/www-project-web-security-testing-guide/v42/) a very detailed resource for web application developers.
- [ZAPROXY](https://www.zaproxy.org/) Open source penetration testing application
- [ZAPROXY](https://www.zaproxy.org/) Open source penetration testing application.

### Privacy issues support

- [Australian Government Privacy](https://www.ag.gov.au/rights-and-protections/privacy).
- [How to create an app that complies with data privacy regulations](https://moldstud.com/articles/p-how-to-create-an-app-that-complies-with-data-privacy-regulations).
- [Australian Government - Responding to cyber security incidents](https://www.cyber.gov.au/resources-business-and-government/essential-cyber-security/ism/cyber-security-guidelines/guidelines-cyber-security-incidents)
- [Australian Government - Responding to cyber security incidents](https://www.cyber.gov.au/resources-business-and-government/essential-cyber-security/ism/cyber-security-guidelines/guidelines-cyber-security-incidents).

### Solution implementation support

- [Broken Authentication and Session Management](.student_resources\broken_authentication_and_session_management\README.md).
- [Content Security Policy - CSP](.student_resources\content_security_policy\README.md)
- [Content Security Policy - CSP](.student_resources\content_security_policy\README.md).
- [Create a safe API with Flask](.student_resources\flask_safe_API\README.md).
- [Cross Frame Scripting - XFS](.student_resources\XFS\README.md).
- [Cross Site Request Forgery - CSRF](.student_resources\CSRF\README.md).
- [Cross Site Scripting - XSS](.student_resources\XSS\README.md).
- [Encrypting passwords](.student_resources\encrypting_passwords\README.md).
- [Exception management](.student_resources\defensive_data_handling\README.md#exception-handling).
- [Defensive data handling](.student_resources\defensive_data_handling\README.md).
- [Race conditions](.student_resources/race_conditions)
- [Race conditions](.student_resources/race_conditions).
- [Secure input form attributes](.student_resources\secure_form_attributes\README.md).
- [SQL injection](.student_resources\SQL_Injection\README.md).
- [SSL & TLS Encryption](.student_resources\SSL_TLS_Encryption\README.md).
- [Two Factor Authentication - 2FA](.student_resources\two_factor_authentication\README.md).

---
Expand Down

0 comments on commit ae46cec

Please sign in to comment.