Skip to content

Commit

Permalink
Merge pull request #2007 from akto-api-security/revert-2006-multi_att…
Browse files Browse the repository at this point in the history
…empt_vulnerable_abort

Revert "abort current block if found vuln"
  • Loading branch information
notshivansh authored Jan 21, 2025
2 parents c6c8670 + 70b113d commit 45d2cc7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ public NodeResult processNode(Node node, Map<String, Object> varMap, Boolean all
} else {
responseLenArr.add(testResponse.getBody().length());
}
if (vulnerable) {
break;
}

} catch (Exception e) {
// TODO: handle exception
Expand Down

0 comments on commit 45d2cc7

Please sign in to comment.