Saturday, May 09, 2026 AM03:21:24 HKT

This commit is contained in:
2026-05-09 03:21:32 +08:00
commit 41f17b127c
884 changed files with 263824 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
## Contributing to naxsi
We're happily taking patches, contributions, improvements, please see below :
### Naxsi Core Requirements (runtime)
* Unit tests with a decent (>90%) coverage
* Peer review by core devs in terms of quality/security impacts
* For all runtime code, please fuzz the code (see `fuzz` Makefile's target)
* For all runtime code, merge will require that we get clean static analysis results (coverity)
### NxTool/NxAPI
* Peer review by other developers
* General interest for the feature
Thanks in advance !