c08c98415395b76371581432be55381f0f6e2b40,w3af/plugins/audit/format_string.py,format_string,_analyze_result,#format_string#,58

Before Change


                // Check if the error string is in the response

                if error in response.body and \
                error not in mutant.get_original_response_body():
                    desc = "A possible (detection is really hard...) format"\
                          " string vulnerability was found at: %s"
                    desc = desc % mutant.found_at()

After Change



        for error in self.ERROR_STRINGS:
            // Check if the error string is in the response
            if error not in response.body:
                continue

            if error in mutant.get_original_response_body():
                continue

            desc = ("A possible (detection is really hard...) format"
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: andresriancho/w3af
Commit Name: c08c98415395b76371581432be55381f0f6e2b40
Time: 2018-01-09
Author: andres.riancho@gmail.com
File Name: w3af/plugins/audit/format_string.py
Class Name: format_string
Method Name: _analyze_result


Project Name: andresriancho/w3af
Commit Name: 7b7b6121a7fe03d9af2e1a78f3d03ae27d70d13f
Time: 2017-11-29
Author: andres.riancho@gmail.com
File Name: w3af/plugins/audit/file_upload.py
Class Name: file_upload
Method Name: _generate_urls


Project Name: google-research/google-research
Commit Name: 45d3f0d5a779b229ce2d3f0251d8b8ccf78b4234
Time: 2021-01-31
Author: natashajaques@google.com
File Name: social_rl/adversarial_env/utils.py
Class Name:
Method Name: sort_files_by_date