Skip to content

Commit f47b434

Browse files
Update agent_api/src/main/java/dev/aikido/agent_api/thread_cache/ThreadCacheObject.java
1 parent 8ebcf73 commit f47b434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent_api/src/main/java/dev/aikido/agent_api/thread_cache/ThreadCacheObject.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public BlockedResult isIpBlocked(String ip) {
8181
for (IPListEntry entry: allowedIps) {
8282
if (entry.ipList.matches(ip)) {
8383
ipAllowed = true; // We allow IP addresses as long as they match with one of the lists.
84+
break;
8485
}
8586
}
8687
if (!ipAllowed) {

0 commit comments

Comments
 (0)