Closed mojtaba-eshghie closed 9 months ago
There will be a directory structure like the following:
experiment_results_directory -> experiment_name -> project_name -> ... -> solidity_file.sol (folder name) -> analyzer_name -> vulnerability_k -> candidate_patches -> patch_i
k in vulnerability_k is absolute index of the vulnerability finding in the analysis results (retrievable through sc.vulnerabilities["analyzer_results"]).
There will be a prompt.txt in vulnerability_k directory as well.
commit resolved the issue.
There will be a directory structure like the following:
experiment_results_directory -> experiment_name -> project_name -> ... -> solidity_file.sol (folder name) -> analyzer_name -> vulnerability_k -> candidate_patches -> patch_i
k in vulnerability_k is absolute index of the vulnerability finding in the analysis results (retrievable through sc.vulnerabilities["analyzer_results"]).
There will be a prompt.txt in vulnerability_k directory as well.