Skip to content

Commit

Permalink
removal of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McInerney committed Nov 8, 2014
1 parent 2f80a9f commit 646ecf6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions xsscrapy/spiders/xss_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@

__author__ = 'Dan McInerney [email protected]'

'''
TO DO
-LONGTERM add static js analysis (check retire.js project)
-cleanup xss_chars_finder(self, response)
-prevent Requests from being URL encoded; line 57 of __init__ in Requests
class, I think, but I monkeypatched that and it didn't seem to work?)
'''

class XSSspider(CrawlSpider):
name = 'xsscrapy'

Expand Down

0 comments on commit 646ecf6

Please sign in to comment.