You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The application may be vulnerable to DOM-based DOM data manipulation. Data is read from window.name and written to the 'name' property of a DOM element via the following statement:
• window.name= window.name.replace(NG_ENABLE_..., "" )
Note: The name of the current window is a valid attack vector for DOM-based vulnerabilities. An attacker can directly control the name of the targeted application's window by using code on their own domain to load the targeted page using either window.open() or an iframe tag, and specifying the desired window name.
The application may be vulnerable to DOM-based DOM data manipulation. Data is read from window.name and written to the 'name' property of a DOM element via the following statement:
• window.name= window.name.replace(NG_ENABLE_..., "" )
Note: The name of the current window is a valid attack vector for DOM-based vulnerabilities. An attacker can directly control the name of the targeted application's window by using code on their own domain to load the targeted page using either window.open() or an iframe tag, and specifying the desired window name.