From b83356a3df7b7284b0434b04d5bd977bf1321402 Mon Sep 17 00:00:00 2001 From: Sean Sunoo <97641529+Ssunoo2@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:23:25 -1000 Subject: [PATCH] 275-Tools-and-config-should-be-original I altered the tools and config files and they should be the original values now --- conf/apr.yml | 6 +++--- conf/geronimo.yml | 12 ++++++------ conf/kaiaulu.yml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/apr.yml b/conf/apr.yml index 6e20a684..65892ed4 100644 --- a/conf/apr.yml +++ b/conf/apr.yml @@ -36,7 +36,7 @@ version_control: # Where is the git log located locally? # This is the path to the .git of the project repository you are analyzing. # The .git is hidden, so you can see it using `ls -a` - log: ~/CAPSTONE496/rawdata/git_repo/apr/.git + log: ../../rawdata/git_repo/APR/.git # From where the git log was downloaded? log_url: https://github.com/apache/apr # List of branches used for analysis @@ -46,7 +46,7 @@ version_control: mailing_list: # Where is the mbox located locally? - mbox: ~/CAPTSONE496/rawdata/mbox/apr-dev_2012_2019.mbox + mbox: ../../rawdata/mbox/apr-dev_2012_2019.mbox # What is the domain of the chosen mailing list archive? domain: http://mail-archives.apache.org/mod_mbox # Which lists of the domain will be used? @@ -66,7 +66,7 @@ issue_tracker: owner: apache repo: apr # Download using `download_github_comments.Rmd` - replies: ~/CAPTSONE496/rawdata/github/apr/ + replies: ../../rawdata/github/apr/ #vulnerabilities: # Folder path with nvd cve feeds (e.g. nvdcve-1.1-2018.json) diff --git a/conf/geronimo.yml b/conf/geronimo.yml index 3ac14141..99ee59a9 100644 --- a/conf/geronimo.yml +++ b/conf/geronimo.yml @@ -36,7 +36,7 @@ version_control: # Where is the git log located locally? # This is the path to the .git of the project repository you are analyzing. # The .git is hidden, so you can see it using `ls -a` - log: ~/CAPSTONE496/rawdata/git_repo/geronimo/.git + log: ../../rawdata/git_repo/geronimo/.git # From where the git log was downloaded? log_url: https://github.com/apache/geronimo # List of branches used for analysis @@ -45,7 +45,7 @@ version_control: mailing_list: # Where is the mbox located locally? - mbox: ~/CAPSTONE496/rawdata/mbox/geronimo-dev.mbox + mbox: ../../rawdata/mbox/geronimo-dev.mbox # What is the domain of the chosen mailing list archive? domain: http://mail-archives.apache.org/mod_mbox # Which lists of the domain will be used? @@ -58,14 +58,14 @@ issue_tracker: domain: https://issues.apache.org/jira project_key: GERONIMO # Download using `download_jira_data.Rmd` - issues: ~/CAPSTONE496/rawdata/issue_tracker/issues - issue_comments: ~/CAPSTONE496/rawdata/issue_tracker/issue_comments + issues: ../../rawdata/issue_tracker/geronimo_issues.json + issue_comments: ../../rawdata/issue_tracker/geronimo_issue_comments.json github: # Obtained from the project's GitHub URL owner: apache repo: geronimo # Download using `download_github_comments.Rmd` - replies: ~/CAPSTONE496/rawdata/github/geronimo/ + replies: ../../rawdata/github/geronimo/ #vulnerabilities: # Folder path with nvd cve feeds (e.g. nvdcve-1.1-2018.json) @@ -121,7 +121,7 @@ tool: # The project folder path to store various intermediate # files for DV8 Analysis # The folder name will be used in the file names. - folder_path: ~/CAPSTONE496/analysis/dv8/geronimo + folder_path: ../../analysis/dv8/geronimo # the architectural flaws thresholds that should be used architectural_flaws: cliqueDepends: diff --git a/conf/kaiaulu.yml b/conf/kaiaulu.yml index 0f24a114..a5f007cc 100644 --- a/conf/kaiaulu.yml +++ b/conf/kaiaulu.yml @@ -36,7 +36,7 @@ version_control: # Where is the git log located locally? # This is the path to the .git of the project repository you are analyzing. # The .git is hidden, so you can see it using `ls -a` - log: ~/CAPSTONE496/rawdata/git_repo/kaiaulu/.git + log: ../../rawdata/git_repo/kaiaulu/.git # From where the git log was downloaded? log_url: https://github.com/sailuh/kaiaulu # List of branches used for analysis @@ -65,7 +65,7 @@ issue_tracker: owner: sailuh repo: kaiaulu # Download using `download_github_comments.Rmd` - replies: ~/CAPSTONE496/rawdata/github/kaiaulu + replies: ../../rawdata/github/kaiaulu #vulnerabilities: # Folder path with nvd cve feeds (e.g. nvdcve-1.1-2018.json) @@ -75,7 +75,7 @@ issue_tracker: # Commit message CVE or Issue Regular Expression (regex) # See project's commit message for examples to create the regex commit_message_id_regex: - issue_id: #260 + issue_id: \#[0-9]+ #cve_id: ? filter: