Back to the previous page
Test Case ID | ![]() |
Bad / Good / Mixed | Bad![]() |
Author | IARPA STONESOUP Test and Evaluation team |
Associations | Test suite: 102 Application: 16 |
Added by | Charles Oliveira |
Language | Java |
Type of test case | Source Code |
Input string | |
Expected Output | |
Instructions | See src/build.xml. |
Submission date | 2015-10-06 |
Description | This test takes a string, gets the first character, and uses a recursive method to look for the index of the second occurrence of that character. If the character does not appear a second time, it will recurse indefinitely. Metadata - Base program: JTree - Source Taint: ENVIRONMENT_VARIABLE - Data Type: SIMPLE - Data Flow: BASIC - Control Flow: SEQUENCE |
File(s) |
|
Flaw |
There are no comments
Have any comments on this test case? Please,
.
- JTreeOptions.java
- service_mon.sh
- J-C674A-JTRE-01-ST01-DT02-DF11-CF20-01.yaml
- runFifos.py
- J-C674A-JTRE-01-ST01-DT02-DF11-CF20-01.xml
File Contains:
CWE-674: Uncontrolled Recursion on line(s): 97, 98, 99, 100
CWE-674: Uncontrolled Recursion on line(s): 97, 98, 99, 100