Search found 2 matches

by gruberroland_nc
Wed Jun 07, 2017 5:37 am
Forum: NoScript Development
Topic: [RESOLVED] XSS false positive when input data is sent
Replies: 3
Views: 2489

Re: XSS detection reports false positive when input data is

True, the development version fixes the issue. Sorry for the noise. :oops:
by gruberroland_nc
Tue Jun 06, 2017 11:19 am
Forum: NoScript Development
Topic: [RESOLVED] XSS false positive when input data is sent
Replies: 3
Views: 2489

[RESOLVED] XSS false positive when input data is sent

Hi, I get an XSS alert on this page for doing a search for "123678": https://www.conrad.de/de/Search.html?search=123678&searchType=REGULAR The reason is that the page is sending the search terms as parameter to an external service via JS. But there is no XSS at all here. The parameters...