Skip to content

added Coraza WAF middleware to the README#51

Merged
ReneWerner87 merged 2 commits into
gofiber:mainfrom
DavidHoenisch:main
Feb 8, 2026
Merged

added Coraza WAF middleware to the README#51
ReneWerner87 merged 2 commits into
gofiber:mainfrom
DavidHoenisch:main

Conversation

@DavidHoenisch
Copy link
Copy Markdown
Contributor

@DavidHoenisch DavidHoenisch commented Jan 17, 2026

Add fiber-coraza middleware to Third Party section

This PR adds the fiber-coraza middleware to the Third Party middlewares section.

  • Repository: https://github.com/DavidHoenisch/fiber-coraza
  • Description: Coraza WAF middleware for Fiber, providing web application firewall protection with ModSecurity-compatible rules
  • License: MIT (open source)
  • Position: Alphabetically sorted between darkweak/souin and witer33/fiberpow

Summary by CodeRabbit

  • Documentation
    • Added a reference to a new third-party middleware option providing Coraza WAF-compatible web application firewall protection in the Third Party middlewares section. No other documentation or public API changes were made.

✏️ Tip: You can customize this high-level summary in your review settings.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @DavidHoenisch, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the project's README.md to include a new third-party middleware, fiber-coraza. This addition aims to inform users about an available Web Application Firewall (WAF) solution that integrates with the Fiber framework, enhancing application security by providing ModSecurity-compatible protection.

Highlights

  • New Middleware Added: The fiber-coraza middleware has been added to the list of third-party middlewares in the README.md file.
  • Coraza WAF Integration: This new middleware provides Coraza WAF (Web Application Firewall) capabilities for Fiber applications, offering protection with ModSecurity-compatible rules.
  • Alphabetical Sorting: The new entry is correctly positioned alphabetically within the 'Third Party middlewares' section, specifically between darkweak/souin and witer33/fiberpow.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the fiber-coraza middleware to the list of third-party middlewares in the README. The addition is well-described. I've left one comment regarding the alphabetical sorting of the list, which is required by the project's contribution guidelines. Once that is addressed, this PR should be good to merge.

Comment thread README.md
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 17, 2026

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Walkthrough

This pull request adds a single entry to README.md under Third Party middlewares documenting "DavidHoenisch/fiber-coraza," a Coraza WAF middleware for Fiber with ModSecurity-compatible rules.

Changes

Cohort / File(s) Summary
Documentation Update
README.md
Added new third-party middleware entry: "DavidHoenisch/fiber-coraza" with description of Coraza WAF middleware for Fiber and ModSecurity-compatible rules.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • gaby
  • ReneWerner87

Poem

🐰 A WAF hops in with steady paws,
Coraza guards the HTTP laws,
One README line, a tiny cheer,
The fiber garden safer here,
🥕✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: adding a Coraza WAF middleware entry to the README.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e80f07d and 5745685.

📒 Files selected for processing (1)
  • README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@README.md`:
- Line 105: Remove the non-existent entry from the README by deleting the line
that references "DavidHoenisch/fiber-coraza" (the markdown list item containing
the URL https://github.com/DavidHoenisch/fiber-coraza and the text "Coraza WAF
middleware for Fiber, providing web application firewall protection with
ModSecurity-compatible rules."); ensure no other references to
"DavidHoenisch/fiber-coraza" remain in the document and save the updated README.
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 071c99c and e80f07d.

📒 Files selected for processing (1)
  • README.md

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.

Comment thread README.md
@ReneWerner87 ReneWerner87 merged commit 1e3eeff into gofiber:main Feb 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants