b10c11e8f77cafaef0e4cb12406c5c7d9adf2c2d,w3af/core/controllers/profiling/scan_log_analysis/data/file_sizes.py,,show_file_sizes,#,7
Before Change
latest_xml_size_line = line
if latest_xml_size_line is None:
return
print(latest_xml_size_line)
After Change
data = {"debug_log": stat_info.st_size,
"xml_output": latest_xml_size}
return KeyValueOutput("file_sizes", "output file sizes (bytes)", data)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: andresriancho/w3af
Commit Name: b10c11e8f77cafaef0e4cb12406c5c7d9adf2c2d
Time: 2018-10-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis/data/file_sizes.py
Class Name:
Method Name: show_file_sizes
Project Name: andresriancho/w3af
Commit Name: b10c11e8f77cafaef0e4cb12406c5c7d9adf2c2d
Time: 2018-10-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis/data/consumer_join_times.py
Class Name:
Method Name: show_consumer_join_times
Project Name: andresriancho/w3af
Commit Name: b10c11e8f77cafaef0e4cb12406c5c7d9adf2c2d
Time: 2018-10-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis/data/errors.py
Class Name:
Method Name: show_errors