Skip to content

Commit 62ec4ed

Browse files
committed
Regression tests: remove dependency on modsecurity.org
1 parent 69545ea commit 62ec4ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test-cases/regression/config-secremoterules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"rules":[
3838
"SecRuleEngine On",
39-
"SecRemoteRules key https://gist.githubusercontent.com/zimmerle/a4c1ec028999f7df71d0cc80f4f271ca/raw/4c74363bf4eae974180f1a82007196e58729dd16/modsecurity-regression-test-secremoterules.txt",
39+
"SecRemoteRules key https://gist.githubusercontent.com/martinhsv/20705a36b7cfa8ff6d0dee0d4efce7e7/raw/faa96c7838b1fe972c1f0881efacbb440f9a4a5e/modsecurity-regression-rules.txt",
4040
"SecRule ARGS \"@contains somethingelse\" \"id:9,pass,t:trim\""
4141
]
4242
},

test/test-cases/regression/operator-ipMatchFromFile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
},
130130
"rules":[
131131
"SecRuleEngine On",
132-
"SecRule REMOTE_ADDR \"@ipMatchFromFile https://www.modsecurity.org/modsecurity-regression-test.txt\" \"id:1,phase:3,pass,t:trim\""
132+
"SecRule REMOTE_ADDR \"@ipMatchFromFile https://gist.githubusercontent.com/martinhsv/20705a36b7cfa8ff6d0dee0d4efce7e7/raw/b9321f190eb0e81b98cb65a56db3d7e0a4f59314/modsecurity-regression-ip-list.txt\" \"id:1,phase:3,pass,t:trim\""
133133
]
134134
}
135135
]

0 commit comments

Comments
 (0)