mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-25 07:05:59 +03:00
[PR #34] [CLOSED] Add ModSecurity support incl. OWASP core ruleset #38
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/docker-nginx-full/pull/34
Author: @mib1185
Created: 11/28/2024
Status: ❌ Closed
Base:
master← Head:add-modsecurity📝 Commits (10+)
6b2fc23add modsecurity with OWASP core ruleseteeb7a8cAdd GitHub workflow to build images (#1)007321eMerge branch 'master' into add-modsecurity8295683add versions56e0c63add libpcre2-posix3b5a48afdisable arm/v7772eb41re-enable armv762b877fremove pcre2d39b561add libpcre3-dev to build stage65d3c8cuse versions file in local_build scripts📊 Changes
11 files changed (+339 additions, -16 deletions)
View changed files
➕
.github/workflows/build.yml(+241 -0)📝
.jenkins/Jenkinsfile(+3 -0)📝
docker/Dockerfile(+20 -4)📝
local-build.sh(+4 -4)📝
local-buildx.sh(+4 -4)📝
scripts/build-lua(+1 -1)➕
scripts/build-modsecurity(+21 -0)📝
scripts/build-openresty(+14 -3)➕
scripts/install-crs(+20 -0)📝
scripts/install-openresty(+4 -0)➕
versions(+7 -0)📄 Description
This will add the ModSecurity library, ModSecurity nginx connector and the OWASP CRS (CoreRuleSet) to the base image
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.