├── Multi-granularity_Dependency_Extraction_Module ├── parse_getout_nearfunc_c.py ├── parse_getout_nearfunc_c_plus.py ├── parse_getout_nearfunc_cpp.py ├── parse_getout_nearfunc_cpp_plus.py ├── parse_getout_nearfunc_python.py ├── parse_getout_nearfunc_python_plus.py ├── process_c.py ├── process_c_plus.py ├── process_cpp.py ├── process_cpp_plus.py ├── process_python.py └── process_python_plus.py ├── README.md ├── Raw_Data_Crawling ├── android │ ├── .keep │ └── run.py ├── chrome │ ├── .keep │ └── run.py └── github │ ├── .keep │ ├── merge.py │ └── run.py ├── Trace-based_Filtering_Module ├── android │ └── window.py ├── chrome │ └── window.py └── github │ └── window.py ├── Vulnerability_Untangling_Module ├── llm │ ├── .keep │ ├── CWE.csv │ └── llm_evaluate.py └── static │ ├── .keep │ ├── run_cppcheck.py │ ├── run_flawfinder.py │ ├── run_rats.py │ └── run_semgrep.py └── logo.png /Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_c.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_c_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_c_plus.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_cpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_cpp.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_cpp_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_cpp_plus.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_python.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_python_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/parse_getout_nearfunc_python_plus.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/process_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/process_c.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/process_c_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/process_c_plus.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/process_cpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/process_cpp.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/process_cpp_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/process_cpp_plus.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/process_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/process_python.py -------------------------------------------------------------------------------- /Multi-granularity_Dependency_Extraction_Module/process_python_plus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Multi-granularity_Dependency_Extraction_Module/process_python_plus.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/README.md -------------------------------------------------------------------------------- /Raw_Data_Crawling/android/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Raw_Data_Crawling/android/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Raw_Data_Crawling/android/run.py -------------------------------------------------------------------------------- /Raw_Data_Crawling/chrome/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Raw_Data_Crawling/chrome/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Raw_Data_Crawling/chrome/run.py -------------------------------------------------------------------------------- /Raw_Data_Crawling/github/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Raw_Data_Crawling/github/merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Raw_Data_Crawling/github/merge.py -------------------------------------------------------------------------------- /Raw_Data_Crawling/github/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Raw_Data_Crawling/github/run.py -------------------------------------------------------------------------------- /Trace-based_Filtering_Module/android/window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Trace-based_Filtering_Module/android/window.py -------------------------------------------------------------------------------- /Trace-based_Filtering_Module/chrome/window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Trace-based_Filtering_Module/chrome/window.py -------------------------------------------------------------------------------- /Trace-based_Filtering_Module/github/window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Trace-based_Filtering_Module/github/window.py -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/llm/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/llm/CWE.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Vulnerability_Untangling_Module/llm/CWE.csv -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/llm/llm_evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Vulnerability_Untangling_Module/llm/llm_evaluate.py -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/static/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/static/run_cppcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Vulnerability_Untangling_Module/static/run_cppcheck.py -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/static/run_flawfinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Vulnerability_Untangling_Module/static/run_flawfinder.py -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/static/run_rats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Vulnerability_Untangling_Module/static/run_rats.py -------------------------------------------------------------------------------- /Vulnerability_Untangling_Module/static/run_semgrep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/Vulnerability_Untangling_Module/static/run_semgrep.py -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eshe0922/ReposVul/HEAD/logo.png --------------------------------------------------------------------------------