Displaying test cases 4401 - 4425 of 9725 in total
-
CWE: 427 Uncontrolled Search Path Element BadSource: environment Read input from an environment variable GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the same source...
-
CWE: 427 Uncontrolled Search Path Element BadSource: environment Read input from an environment variable GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class object on the heap and de...
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class object on the stack
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path BadSink : Set the environment variable Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 74 Data flow: data passed in a map from one function to another in different source files
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 73 Data flow: data passed in a list from one function to another in different source files
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 72 Data flow: data passed in a vector from one function to another in different source files
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 62 Data flow: data flows using a C++ reference from one function to another in different source files
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the same source file
-
CWE: 427 Uncontrolled Search Path Element BadSource: console Read input from the console GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path BadSink : Set the environment variable Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 81 Data flow: data passed in a parameter to an virtual method called via a reference
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 74 Data flow: data passed in a map from one function to another in different source ...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 73 Data flow: data passed in a list from one function to another in different source...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 72 Data flow: data passed in a vector from one function to another in different sour...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 62 Data flow: data flows using a C++ reference from one function to another in diffe...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the s...
-
CWE: 427 Uncontrolled Search Path Element BadSource: connect_socket Read data using a connect socket (client side) GoodSource: Use a hardcoded path Sinks: BadSink : Set the environment variable Flow Variant: 33 Data flow: use of a C++ reference to data within the same function
-
CWE: 426 Untrusted Search Path BadSource: Dont specify the full path in the OS command GoodSource: Specify the full path in the OS command Sinks: system BadSink : Execute the _wsystem function Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class...
-
CWE: 426 Untrusted Search Path BadSource: Dont specify the full path in the OS command GoodSource: Specify the full path in the OS command Sinks: system BadSink : Execute the _wsystem function Flow Variant: 83 Data flow: data passed to class constructor and destructor by declaring the class...
-
CWE: 426 Untrusted Search Path BadSource: Dont specify the full path in the OS command GoodSource: Specify the full path in the OS command BadSink : Execute the _wsystem function Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer