Deprecated test suite
Juliet C/C++ 1.2 with extra support Test suite #86
DownloadDescription
This is a collection of test cases in the C/C++ language. It contains examples for 118 different CWEs. NOTE: This package contains only individual test cases. We recommend to download the full test suite at the top of the "Test Suite" page. All documents related to the Juliet Test Suite can be found at the documents page
Displaying test cases 37351 - 37375 of 61387 in total
-
CWE: 563 Unused Variable BadSource: Initialize data GoodSource: Initialize and use data Sinks: GoodSink: Use data BadSink : Initialize and use data Flow Variant: 74 Data flow: data passed in a map from one function to another in different source files
-
CWE: 563 Unused Variable BadSource: Initialize data GoodSource: Initialize and use data Sinks: GoodSink: Use data BadSink : Initialize and use data Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 563 Unused Variable BadSource: Initialize data GoodSource: Initialize and use data Sinks: GoodSink: Use data BadSink : Initialize and use data Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 563 Unused Variable BadSource: Initialize data GoodSource: Initialize and use data Sinks: GoodSink: Use data BadSink : Initialize and use data Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class object on the stack
-
CWE: 563 Unused Variable BadSource: Initialize data GoodSource: Initialize and use data Sinks: GoodSink: Use data BadSink : Initialize and use data Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class object on the heap and deleting it after use
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (false_expression)
-
Expression is always false via if (unsigned int < 0)
-
Expression is always false via if (0)
-
Expression is always true via if (true_expression)
-
Expression is always true via if (true_expression)
-
Expression is always true via if (true_expression)
-
Expression is always true via if (true_expression)