Skip to content

Commit

Permalink
Merge pull request #14 from szh/main
Browse files Browse the repository at this point in the history
Add links to related OWASP resources
  • Loading branch information
ronilichtman authored Feb 4, 2025
2 parents 713203d + 7a8ad61 commit d64fa5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2025/docs/2-secret-leakage.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Exposed secrets can lead to significant security risks. If a secret is leaked, w
- Automate the process of secret rotation to reduce the impact of exposed credentials.
- Use tools that support secret versioning and automated updates in dependent services.

## Related OWASP Resources
* [OWASP Secrets Management Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Secrets_Management_Cheat_Sheet.html)
* [OWASP WrongSecrets project](https://github.com/OWASP/wrongsecrets/)

## References
* 38TB of data accidentally exposed by Microsoft AI researchers - [link](https://www.wiz.io/blog/38-terabytes-of-private-data-accidentally-exposed-by-microsoft-ai-researchers)
* What Caused the Uber Data Breach? - [link](https://www.upguard.com/blog/what-caused-the-uber-data-breach)
Expand Down
3 changes: 3 additions & 0 deletions 2025/docs/4-insecure-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ However, some authentication methods are deprecated, vulnerable to known attacks
- **Standardize OAuth Implementations:** Avoid custom practices that deviate from OAuth standards to minimize security gaps.
- **Conduct Regular Security Audits:** Periodically review authentication methods to identify and eliminate deprecated or insecure configurations.

## Related OWASP Resources
* [OWASP Authentication Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html)

## References
- [Salesforce: Disabling Insecure Authorization Flows](https://help.salesforce.com/s/articleView?id=sf.remoteaccess_disable_username_password_flow.htm&type=5)
- [OAuth 2.0 Security Best Current Practice - Implicit Grant](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-implicit-grant)
Expand Down

0 comments on commit d64fa5c

Please sign in to comment.