How can I inject JavaScript into a url whose contents will be written to the DOM in a way that it could execute? [closed]

I’m working with the API for a popular CI/CD app and I found a bug where path variables are being written directly to the DOM without being checked first. The tldr is that to access a project you go to a URL like
appHost.com/projects/proje… Continue reading How can I inject JavaScript into a url whose contents will be written to the DOM in a way that it could execute? [closed]