Is nonce useless when user input is reflected within an inline script?

I stumbled upon a web app which is accepting user input and putting it into a variable within script tag.
The script tag does have a nonce attribute.

As am working on bypassing the XSS filter, I had this thought that this practice of refl… Continue reading Is nonce useless when user input is reflected within an inline script?