We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21458cf commit 1ff5c57Copy full SHA for 1ff5c57
1 file changed
dd-java-agent/agent-iast/src/main/java/com/datadog/iast/overhead/OverheadController.java
@@ -247,7 +247,10 @@ public boolean consumeQuota(
247
* Method to be called when a vulnerability of a certain type is detected. Implements the
248
* RFC-1029 algorithm.
249
*
250
+ * @param ctx the overhead context for the current request
251
* @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
254
* @return true if the vulnerability should be skipped, false otherwise
255
*/
256
private boolean maybeSkipVulnerability(
0 commit comments