M4cs / traxss

traxss | Automated XSS Vulnerability Scanner Currently In Development :snake: HACKTOBERFEST PROJECT 2019
MIT License
179 stars 49 forks source link

Argument 'tags' is missing from Scanner.py #20

Closed TotallyNotChase closed 5 years ago

TotallyNotChase commented 5 years ago

A user input argument (tags) is passed into the Scanner class when it's called from menu.py

However, there is no such argument in the definition of the Scanner class in Scanner.py. Appropriate argument (preferably referred to as tags) should be declared in the definition and default value should be set to None. This is an easy PR, so grab it while you can!