Skip to content

Commit 2fe0b3e

Browse files
committed
2 parents bb1d8aa + 5b6b7e6 commit 2fe0b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sast-java/src/main/java/com/sast/astbenchmark/cases/AstTaintCase001.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public Map<String, Object> aTaintCase0115(@RequestParam String cmd ) {
311311
public Map<String, Object> aTaintCase0116(@RequestParam String cmd) {
312312
Map<String, Object> modelMap = new HashMap<>();
313313
try {
314-
HttpRequest.post("http://localhost:39100/ataint/case00124/2?cmd="+cmd)
314+
HttpRequest.post("http://localhost:39100/btaint/case0117/?cmd="+cmd)
315315
.execute();
316316
modelMap.put("status", "success");
317317
} catch (Exception e) {

0 commit comments

Comments
 (0)