Skip to content

Commit

Permalink
Remove comment as we can not implement it
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Sep 6, 2024
1 parent 7ba1fb7 commit 9c37394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dd-trace/src/appsec/waf/waf_context_wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class WAFContextWrapper {
const newAddressesToSkip = new Set(this.addressesToSkip)

if (persistent !== null && typeof persistent === 'object') {
// TODO: possible optimization: only send params that haven't already been sent with same value to this wafContext
for (const key of Object.keys(persistent)) {
if (!this.addressesToSkip.has(key) && this.knownAddresses.has(key)) {
persistentInputs[key] = persistent[key]
Expand Down

0 comments on commit 9c37394

Please sign in to comment.