Skip to content

Commit 477d166

Browse files
authored
Merge pull request #4 from SpiderLabs/Experimental
Considerations, Concerns and Confusions
2 parents 21084ce + 6f55f3f commit 477d166

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ The security3.conf file has Apache Configuration and Directives with comments wh
1919
[The TODO List]
2020
(https://github.com/tahirramzan/ModSecurity-apache/blob/master/TODO.md)
2121

22+
#Considerations, Concerns and Confusions
23+
1-> For headers extraction there are too many options; but we can get those on both input filter and output filter as part of request_rec struct (headers_in and headers_out), I found several functions but no one is looking appropriate to me for libModSec as required by analyzing existing modules.
24+
25+
2-> For process connection there are also too many possibilities; IP address vs host address (client and server) which is also confusing that at which point what thing is needed, IP address or Host address or need to process both with two times use of process connection function.
26+
27+
3-> For configuration, I am also puzzled that what is appropriate or , I think connector should work on whole server that whatever come in and go out needs to process with libModSec.
28+
2229
#Contribute
2330
Anyone from the community is most welcomed to contribute to this project especially in testing and debugging.
2431

0 commit comments

Comments
 (0)