A13501350
A13501350
FYI, after testing, adding the following minimal message file in the `/iis` folder resolves the issue: **ModSecurity.mc:** ```mc MessageId=0x1 Language=English %1 . ``` Compiled using MSVC with the following commands:...
I implemented a CMake-based build system and GitHub Actions CI/CD pipeline for the ModSecurity IIS module on Windows. The CMake setup leverages vcpkg for dependency management, supports both x86 and...
Glad you found it useful. This implementation is more of a proof-of-concept, especially the CMake scripts. There are a few additional elements needed for full functionality, such as a proper...
I'm not sure what you mean by the Apache module. I only added the build and test for the IIS module, along with some related modifications, of course.
> > I'm not sure what you mean by the Apache module. I only added the build and test for the IIS module, along with some related modifications, of course....