I have tried searching Reddit several times for an article I read last week - to no avail. It was result #4 in your search results. Thanks!
Show HN: I made this search engine for Reddit using Bing+Reddit API.
11–13 of 13 posts
Re: Show HN: I made this search engine for Reddit using Bing+Reddit API.
#12I 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.
#13I 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.