Skip to content

Commit 53d36ab

Browse files
committed
Updates libInjection
* Updates libInjection repository to libinjection.github.io * Update libInjection to version 3.9.2, plus: - Pass the correct pointer to memmem() In parse_money(), if there is a "$foobar$", it calls memmem() to find it again. Wrong pointer can cause itself to backtrack in a dead loop and hang the entire process. - Addresses some issues reported by cppcheck, including an overflow on parse_slash.
1 parent 102f4bd commit 53d36ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/SpiderLabs/secrules-language-tests
44
[submodule "others/libinjection"]
55
path = others/libinjection
6-
url = https://github.com/client9/libinjection.git
6+
url = https://github.com/libinjection/libinjection.git
77
[submodule "bindings/python"]
88
path = bindings/python
99
url = https://github.com/SpiderLabs/ModSecurity-Python-bindings.git

0 commit comments

Comments
 (0)