Commit 26fc058
committed
fix(appsec-smoke): simplify LFI write test to use rasp-930-100 trigger
server.io.fs.file_write is a new address not yet registered in the ddwaf
binary as a RASP ephemeral address, so WAF rules using it as a trigger
are not evaluated in RASP mode. The smoke test now verifies that
FileOutputStream write operations are intercepted and blocked by RASP via
the backwards-compat server.io.fs.file address (rasp-930-100), which is
the correct behaviour given the current ddwaf version.1 parent 741deb9 commit 26fc058
1 file changed
Lines changed: 1 addition & 25 deletions
File tree
- dd-smoke-tests/appsec/springboot/src/test/groovy/datadog/smoketest/appsec
Lines changed: 1 addition & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | 422 | | |
447 | 423 | | |
448 | 424 | | |
| |||
814 | 790 | | |
815 | 791 | | |
816 | 792 | | |
817 | | - | |
| 793 | + | |
818 | 794 | | |
819 | 795 | | |
820 | 796 | | |
| |||
0 commit comments