Skip to content

Commit

Permalink
use alt method
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Nov 15, 2024
1 parent 004ec4c commit 7fa5929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acquisition/modules/appsec/appsec_rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ toto
{
name: "Basic matching IP address",
expected_load_ok: true,
seclang_rules: []string{
inband_native_rules: []string{
"SecRule REMOTE_ADDR \"@ipMatch 1.2.3.4\" \"id:1,phase:1,log,deny,msg: 'block ip'\"",
},
input_request: appsec.ParsedRequest{
Expand Down

0 comments on commit 7fa5929

Please sign in to comment.