Skip to content

Commit

Permalink
Revert "abort current block if found vuln"
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushaga14 authored Jan 21, 2025
1 parent c6c8670 commit 70b113d
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 70b113d

Please sign in to comment.