imperva_cloud_waf: add slash between url base and log file in second stage - #13066
Conversation
…stage When the CEL input was made more robust to user configuration, this was forgottend. Add it now.
7fbf418 to
0996436
Compare
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
| ( | ||
| request("GET", | ||
| state.url.trim_right("/") + v.worklist[v.next].filename | ||
| state.url.trim_right("/") + "/" + v.worklist[v.next].filename |
There was a problem hiding this comment.
Should we do a trim_left just in case the filename contains a forward slash?
There was a problem hiding this comment.
I've never seen that in the responses, and if they are deviating that much, I think we need to figure out something more solid. I would prefer to leave that until when it's needed if that ever happens.
|
Package imperva_cloud_waf - 1.10.1 containing this change is available at https://epr.elastic.co/package/imperva_cloud_waf/1.10.1/ |
…stage (#13066) When the CEL input was made more robust to user configuration, this was forgotten. Add it now.




Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots