openhatch / oh-bugimporters

Bug importers for the OpenHatch project oh-mainline
https://oh-bugimporters.readthedocs.org/
GNU Affero General Public License v3.0
12 stars 28 forks source link

Newly-added GitHub bugs not showing up where expected #72

Closed ghost closed 10 years ago

ghost commented 10 years ago

Comment by brittag:

morgajel added a bugtracker to his project (http://openhatch.org/projects/CityGenerator) a couple days ago, but it still says "No volunteer opportunities in CityGenerator indexed here yet. Add a bug tracker." This page also doesn't list CityGenerator: http://openhatch.org/projects/

But it looks like he added and configured it correctly: http://openhatch.org/customs/edit/github/225/CityGenerator - it does have bugs labeled "Bite- Sized" for example: https://github.com/CityGenerator/CityGenerator/issues? direction=desc&labels=Bite-Sized&page=1&sort=created&state=open

And it looks like this also happened for the MCServer project added a few days ago: https://openhatch.org/projects/MCServer says "No volunteer opportunities", but it's also listed in http://openhatch.org/customs/ (when you select "GitHub" and scroll to the bottom of the list).

(If I look at other projects from that GitHub list, some of them do have indexed bugs, like https://openhatch.org/search/?project=scrapy - updated 11 hours ago.)


Comment by morgajel:

After poking around a bit, it looks like http://openhatch.org/projects/ is not displaying properly due to an attempted cross-site scripting attack from unsanitized user input:

        <a 

href='/projects/%22%22%3E%3Cscript%3Ealert%28%223%22%29%3C/script%3E'> ""><script>alert("3")<<wbr />/<wbr />script>

and hence has the same root-cause as issue875.


Comment by brittag:

http://openhatch.org/projects/CityGenerator and https://openhatch.org/projects/MCServer are now correctly displaying indexed volunteer opportunities, and they are correctly listed on http://openhatch.org/projects/ - so this bug seems to be resolved.


Status: resolved Nosy List: brittag, morgajel, paulproteus Priority: critical Imported from roundup ID: 876 (view archived page) Last modified: 2013-12-01.02:57:28