owasp-modsecurity/modsecurity

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 6th, 2026
Created on February 2nd, 2011
Open Issues & Pull Requests: 344 (+0)
GitHub issues: Enabled
Number of forks: 1,748
Total Stargazers: 9,774 (+0)
Total Subscribers: 385 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.7 hours
Mean response time: 8.1 days
90th percentile: 4.3 days
Tracked items: 245

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 126
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 728 days
Stale 30+ days: 110
Stale 90+ days: 99

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • 3.x (119)
  • 2.x (82)
  • bug (16)
  • Platform - Apache (9)
  • :1st_place_medal: good first issue (4)
  • Platform - IIS (4)
  • help wanted (4)
  • new feature (4)

Most active issues this week

Detailed Description

ModSecurity is a web application firewall engine that runs on Apache, IIS, and Nginx to protect web applications from attacks.

Web applications face threats from malicious HTTP traffic, injection attacks, and other exploits that traditional network firewalls cannot detect. ModSecurity addresses this by inspecting HTTP traffic at the application layer, using an event-based programming language to define and enforce security rules. It monitors requests and responses in real time, logging suspicious activity and blocking attacks before they reach the application. The engine can be deployed as a module within existing web servers, making it practical for protecting applications without architectural changes.

Organizations should adopt ModSecurity when they need application-layer protection across multiple web server platforms or when they want to centralize security policies for HTTP traffic. It suits projects running on Apache, IIS, or Nginx that require flexible, rule-based threat detection and the ability to log and analyze traffic patterns. Teams with existing investments in these web servers can integrate ModSecurity without replacing infrastructure.

The project maintains active development with regular updates addressing security issues and compatibility with current web server versions. Contributions flow steadily from the community, indicating sustained interest in the codebase. The project responds to reported vulnerabilities and maintains documentation for users deploying the engine in production environments.