-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Description
I realized that the version of the used libmodsecurity is no longer printed with latest version.
This is an older version of owasp/modesecurity:nginx
2025/05/25 13:21:00 [notice] 1#1: ModSecurity-nginx v1.0.3 (rules loaded inline/local/remote: 0/833/0)
2025/05/25 13:21:00 [notice] 1#1: libmodsecurity3 version 3.0.13
2025/05/25 13:21:00 [notice] 1#1: using the "epoll" event method
2025/05/25 13:21:00 [notice] 1#1: nginx/1.27.3
2025/05/25 13:21:00 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14)
2025/05/25 13:21:00 [notice] 1#1: OS: Linux 6.1.0-37-amd64
2025/05/25 13:21:00 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2025/05/25 13:21:00 [notice] 1#1: start worker processes
2025/05/25 13:21:00 [notice] 1#1: start worker process 6
2025/05/25 13:21:00 [notice] 1#1: start worker process 7
2025/05/25 13:21:00 [notice] 1#1: start worker process 8
2025/05/25 13:21:00 [notice] 1#1: start worker process 9
2025/05/25 13:21:00 [notice] 1#1: start worker process 10
2025/05/25 13:21:00 [notice] 1#1: start worker process 11
2025/05/25 13:21:00 [notice] 1#1: start worker process 12
2025/05/25 13:21:00 [notice] 1#1: start worker process 13
This is the current version:
2025/05/25 13:00:36 [notice] 1#1: ModSecurity-nginx v1.0.3 (rules loaded inline/local/remote: 0/943/0)
2025/05/25 13:00:36 [notice] 1#1: using the "epoll" event method
2025/05/25 13:00:36 [notice] 1#1: nginx/1.28.0
2025/05/25 13:00:36 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14)
2025/05/25 13:00:36 [notice] 1#1: OS: Linux 6.1.0-37-amd64
2025/05/25 13:00:36 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2025/05/25 13:00:36 [notice] 1#1: start worker processes
2025/05/25 13:00:36 [notice] 1#1: start worker process 6
2025/05/25 13:00:36 [notice] 1#1: start worker process 7
2025/05/25 13:00:36 [notice] 1#1: start worker process 8
2025/05/25 13:00:36 [notice] 1#1: start worker process 9
2025/05/25 13:00:36 [notice] 1#1: start worker process 10
2025/05/25 13:00:36 [notice] 1#1: start worker process 11
2025/05/25 13:00:36 [notice] 1#1: start worker process 12
2025/05/25 13:00:36 [notice] 1#1: start worker process 13
Metadata
Metadata
Assignees
Labels
No labels