Merge pull request #3141 from rkrishn7/v3/master

Add link to Rust bindings in README
This commit is contained in:
Ervin Hegedus 2024-05-15 15:22:15 +02:00 committed by GitHub
commit 124a434439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -262,8 +262,9 @@ new issue, please check if there is one already opened on the same topic.
## Bindings
The libModSecurity design allows the integration with bindings. There is an effort to avoid breaking API [binary] compatibility to make an easy integration with possible bindings. Currently, there are two notable projects maintained by the community:
The libModSecurity design allows the integration with bindings. There is an effort to avoid breaking API [binary] compatibility to make an easy integration with possible bindings. Currently, there are a few notable projects maintained by the community:
* Python - https://github.com/actions-security/pymodsecurity
* Rust - https://github.com/rkrishn7/rust-modsecurity
* Varnish - https://github.com/xdecock/vmod-modsecurity
## Packaging