File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "test/test-cases/secrules-language-tests "]
2
2
path = test/test-cases/secrules-language-tests
3
- url = https://github.com/SpiderLabs /secrules-language-tests
3
+ url = https://github.com/owasp-modsecurity /secrules-language-tests
4
4
[submodule "others/libinjection "]
5
5
path = others/libinjection
6
6
url = https://github.com/libinjection/libinjection.git
7
7
[submodule "bindings/python "]
8
8
path = bindings/python
9
- url = https://github.com/SpiderLabs /ModSecurity-Python-bindings.git
9
+ url = https://github.com/owasp-modsecurity /ModSecurity-Python-bindings.git
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ class Rbl : public Operator {
71
71
m_demandsPassword = true ;
72
72
m_provider = RblProvider::httpbl;
73
73
} else if (m_service.find (" uribl.com" ) != std::string::npos) {
74
- m_provider = RblProvider::httpbl ;
74
+ m_provider = RblProvider::uribl ;
75
75
} else if (m_service.find (" spamhaus.org" ) != std::string::npos) {
76
- m_provider = RblProvider::httpbl ;
76
+ m_provider = RblProvider::spamhaus ;
77
77
}
78
78
}
79
79
bool evaluate (Transaction *transaction, RuleWithActions *rule,
You can’t perform that action at this time.
0 commit comments