[W3af-svn-notify] [Task #145386] when printing comments, do not show javascripts
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-02-25 01:02:55
|
Task #145386 has been updated. Project: w3af Subproject: Plugin TODO v1.20 Summary: when printing comments, do not show javascripts Complete: 95% Status: Open Authority : andresriancho Assigned to: nobody Description: when printing comments, do not show javascripts. Maybe do that as an option that by default is set to False. Follow-Ups: ------------------------------------------------------- Date: 2008-02-24 22:02 By: andresriancho Comment: Done. Implemented without the option in findComments. Maybe I could create a findScripts ? hmm.... Think about this later, if it still makes sense, code it. ------------------------------------------------------- Date: 2008-01-11 18:16 By: andresriancho Comment: The right way to do this is to create a findJavascript method in sgmlParser that returns all code that is between <script> and </script> and on the other side, modify the "handle_comment" method to ignore comments that are inside those tags. Maybe if you modify this section of the code, you won't even need to modify findComments.py . ------------------------------------------------------- Date: 2008-01-11 11:37 By: andresriancho Comment: The plugin that should be modified is grep.findComments ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145386&group_id=170274&group_project_id=51670 |