Skip to content

Commit a5d84a9

Browse files
committed
Update juliet suite script for races.
1 parent b200b62 commit a5d84a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juliet/juliet_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import zipfile
77

88
# Used to access Juliet Suite or to confirm its existence in the current dir
9-
juliet_url = 'https://samate.nist.gov/SRD/testsuites/juliet/Juliet_Test_Suite_v1.3_for_C_Cpp.zip'
9+
juliet_url = 'https://samate.nist.gov/SARD/downloads/test-suites/2017-10-01-juliet-test-suite-for-c-cplusplus-v1-3.zip'
1010
juliet_path = 'C/testcases'
1111

1212
# Checking if the testcases path exists, if not the script will download the Juliet Suite
@@ -135,7 +135,7 @@ def files_output_to_HTML(testcases, filepath, html_table):
135135
# # # MAIN PROCEDURES # # #
136136

137137
# Regex string that is used to confirm that vulnerabilities were detected
138-
v_detection = 'is dead!|Summary for all memory locations:'
138+
v_detection = 'is dead!|\[Warning\]\[Race\]'
139139

140140
# Blanks for HTML content
141141
# '' - empty string for HTML table that will contain results from Goblint

0 commit comments

Comments
 (0)