Skip to content

Commit 1ff5c57

Browse files
committed
wip
1 parent 21458cf commit 1ff5c57

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dd-java-agent/agent-iast/src/main/java/com/datadog/iast/overhead/OverheadController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,10 @@ public boolean consumeQuota(
247247
* Method to be called when a vulnerability of a certain type is detected. Implements the
248248
* RFC-1029 algorithm.
249249
*
250+
* @param ctx the overhead context for the current request
250251
* @param type the type of vulnerability detected
252+
* @param httpMethod the HTTP method of the request (e.g., GET, POST)
253+
* @param httpPath the HTTP path of the request
251254
* @return true if the vulnerability should be skipped, false otherwise
252255
*/
253256
private boolean maybeSkipVulnerability(

0 commit comments

Comments
 (0)