Changes between Version 1 and Version 2 of Ticket #15390, comment 3
- Timestamp:
- Jan 29, 2021, 4:34:13 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15390, comment 3
v1 v2 1 Not a security vulnerability in my opinion (this issue was reported as CVE-2020-28488) . You are just spawning dialogue boxes in dialogue boxes - dialogue boxes themselves are made of `div`s which leads to exponential growth of dialogue boxes as you are spawning a dialogue box for each `div` in the document.1 Not a security vulnerability in my opinion (this issue was reported as CVE-2020-28488) or even a bug for that matter. You are just spawning dialogue boxes in dialogue boxes - dialogue boxes themselves are made of `div`s which leads to exponential growth of dialogue boxes as you are spawning a dialogue box for each `div` in the document.