Live data from Hacker News

Show HN: I made this search engine for Reddit using Bing+Reddit API.

ftfysearch.com

11–13 of 13 posts

Re: Show HN: I made this search engine for Reddit using Bing+Reddit API.

#12
I can't PM you for some reason, must be my low karma. I found a reflected XSS vulnerability since it doesn't really matter for this site, I'll paste it here, I hope you don't mind.Just html encoding the , &, " characters will fix it.

http://www.ftfysearch.com/search?q=%3C%2Ftitle%3E%3C%2Fhead%...

Re: Show HN: I made this search engine for Reddit using Bing+Reddit API.

#13
post #12

I can't PM you for some reason, must be my low karma. I found a reflected XSS vulnerability since it doesn't really matter for this site, I'll paste it here, I hope you don't mind.Just html encoding the , &, " characters will fix it. http://www.ftfysearch.com/search?q=%3C%2Ftitle%3E%3C%2Fhead%...

Thanks, I'd forgotten to escape the search string in the title element.
Post reply on HN