cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.64k stars 1.12k forks source link

Contact listed in contributing doc is not accepting mail #31

Closed dune73 closed 4 months ago

dune73 commented 5 months ago

Describe the bug

I sent an email to contact address listed in https://github.com/cloudflare/pingora/blob/main/.github/CONTRIBUTING.md

This is the delivery failure I got:

Hello xxxx,

We're writing to let you know that the group you tried to contact (opensource) may not exist, or you may not have permission to post messages
to the group. A few more details on why you weren't able to post:

 * You might have spelled or formatted the group name incorrectly.
 * The owner of the group may have removed this group.
 * You may need to join the group before receiving permission to post.
 * This group may not be open to posting.

If you have questions related to this or any other Google Group, visit the Help Center at
https://support.google.com/a/cloudflare.com/bin/topic.py?topic=25838.

Thanks,

cloudflare.com admins
dune73 commented 5 months ago

As a workaround, here is the question I sent :

Hi there,

Releasing Pingora into the wild is very welcome.

Does this, or will this also include WAF functionality? Ability to run OWASP CRS perhaps?

Best,

Christian Folini
Silur commented 5 months ago

also interested in WAF and other security features

drcaramelsyrup commented 4 months ago

I've contacted folks internally about what's going on with the opensource@ email. For now, using GitHub issues works.

We should be providing the hooks/tools to implement WAF functionality, e.g. let us know if request_filter is missing necessary context. Implementing a particular ruleset isn't on the roadmap for Pingora itself though that sounds like a great idea for another crate or HttpModule implementation.

Also consider opening a feature request in River if you'd like to see this by default in that application to be built on top of Pingora.

dune73 commented 4 months ago

Thank you. I have created said River feature request at https://github.com/memorysafety/river/issues/8

I do not really have time to dig into pingora, but I can help to connect to the WAF engine developers for discussions and of course the OWASP CRS project.