Bug hunting; fix juliet test cases error id
This commit is contained in:
parent
bcaf792e30
commit
e1704f2b50
|
@ -72,6 +72,6 @@ def check(tc:str, warning_id:str):
|
||||||
|
|
||||||
|
|
||||||
check('C/testcases/CWE369_Divide_by_Zero/s*/*.c', 'bughuntingDivByZero')
|
check('C/testcases/CWE369_Divide_by_Zero/s*/*.c', 'bughuntingDivByZero')
|
||||||
#check('C/testcases/CWE457_Use_of_Uninitialized_Variable/s*/*.c', 'verificationUninit')
|
#check('C/testcases/CWE457_Use_of_Uninitialized_Variable/s*/*.c', 'bughuntingUninit')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue