OWASP / CheatSheetSeries

The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
https://cheatsheetseries.owasp.org
Creative Commons Attribution Share Alike 4.0 International
28.2k stars 3.95k forks source link

New CS proposal: DOM Clobbering Prevention #1081

Closed SoheilKhodayari closed 1 year ago

SoheilKhodayari commented 1 year ago

What is the proposed Cheat Sheet about?

DOM Clobbering vulnerabilities.

This CS will cover the basics about DOM Clobbering, describing examples of (in)secure coding patterns and guidelines for developers.

What security issues are commonly encountered related to this area?

Cross-Site Scripting (XSS)

What is the objective of the Cheat Sheet?

Describe what DOM Clobbering vulnerabilities are and discuss how to defend against them.

What other resources exist in this area?

mackowski commented 1 year ago

Hey @SoheilKhodayari good topic! Do you want to create this cheatsheet?

SoheilKhodayari commented 1 year ago

Hi @mackowski, great. I'll be more than happy to create a cheatsheet for this. I'll submit a PR within the next few weeks, thanks!