Skip to content

Commit 415620c

Browse files
committed
Merge branch 'repoaudit-v1.0-merge' of github.com:PurCL/RepoAudit-Plus into repoaudit-v1.0-merge
2 parents aec9425 + c873072 commit 415620c

7 files changed

Lines changed: 2 additions & 186 deletions

File tree

benchmark/Cpp/toy/test.cpp

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can execute the following commands to start the Web UI.
9696
9797
```
9898
> cd RepoAudit
99-
> streamlit run src/ui/web_ui.py
99+
> streamlit run src/web_ui.py
100100
101101
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
102102

lib/test_c.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

lib/test_cpp.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

lib/test_java.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

lib/test_python.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/web_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
# Function to get results
8383
def get_results(
84-
language="Cpp", scanner="bugscan", model="claude-3.5", bug_type="NPD"
84+
language="Cpp", scanner="bugscan", model="claude-3.7", bug_type="NPD"
8585
) -> list:
8686
result_dir = Path(f"{BASE_PATH}/result/{scanner}/{model}/{bug_type}")
8787
if not result_dir.exists():

0 commit comments

Comments
 (0)