@@ -187,7 +187,7 @@ class CIF_Fuzz(threading.Thread):
defcheck_url_blackext(self,uri):
not_staticFlag=True
url_ext=urlparse(uri).path[-4:].lower()
url_ext=urlparse(uri).path[-5:].lower()
if".js"inuriand".jsp"notinurl_ext:
not_staticFlag=False
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.