Uber: HTML Escaping Error in the 404 Page on developer.uber.com/docs/
There is a non-exploitable HTML escaping error in the 404 page on developer.uber.com. When loading https://developer.uber.com/docs/test'test, the following HTML is rendered: html logging in Note that the injected ' is rendered in the HTML as a closing " that closes the href= section. Sadly, I hav...