Skip to content

Commit 219a545

Browse files
clean
1 parent ff6d2f0 commit 219a545

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

agent_api/src/main/java/dev/aikido/agent_api/collectors/WebResponseCollector.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,4 @@ public static void report(int statusCode) {
5050
RoutesStore.updateApiSpec(routeMetadata, apiSpec);
5151
}
5252
}
53-
}
54-
//do we run @Marian Popovici’s tests already on Ruby?
55-
// we do, but most of them fail because there are some differences in the implementation, like sending post intead of POST in event, or /test_ratelimiting_1(.:format) instead of /test_ratelimiting_1
56-
57-
// Other porbless:
58-
// path traversal bypas - https://aikido-security.slack.com/archives/C07F482T4JG/p1754669410362449
59-
//
53+
}

0 commit comments

Comments
 (0)