-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add explicit .md to all docs links
Seems that now Github does not anymore resolve [link](link) to (link.md) in web file viewer.
- Loading branch information
Showing
16 changed files
with
92 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
1. Introduction | ||
- [x] [README](../README) | ||
- [x] [README](../README.md) | ||
1. Setup | ||
- [x] [compiling nginx+naxsi](naxsi-compile) | ||
- [x] [Basic nginx/naxsi configuration](naxsi-setup) | ||
- [x] [compiling nginx+naxsi](naxsi-compile.md) | ||
- [x] [Basic nginx/naxsi configuration](naxsi-setup.md) | ||
1. Naxsi Configuration Directives | ||
- [x] [whitelists](whitelists-bnf) | ||
- [x] [rules](rules-bnf) | ||
- [x] [checkrules](checkrules-bnf) | ||
- [x] [requestdenied](requestdenied-bnf) | ||
- [x] [naxsi directives index](directives) | ||
- [x] [zoom : matchzones](matchzones-bnf) | ||
- [x] [whitelists](whitelists-bnf.md) | ||
- [x] [rules](rules-bnf.md) | ||
- [x] [checkrules](checkrules-bnf.md) | ||
- [x] [requestdenied](requestdenied-bnf.md) | ||
- [x] [naxsi directives index](directives.md) | ||
- [x] [zoom : matchzones](matchzones-bnf.md) | ||
1. Naxsi Extras | ||
- [x] [Raw Body Parsing](rawbody) | ||
- [x] [libinjection integration](libinjection-integration) | ||
- [x] [json support](json) | ||
- [x] [runtime modifiers](runtime-modifiers) | ||
- [x] [Raw Body Parsing](rawbody.md) | ||
- [x] [libinjection integration](libinjection-integration.md) | ||
- [x] [json support](json.md) | ||
- [x] [runtime modifiers](runtime-modifiers.md) | ||
1. Examples | ||
- [x] [whitelists examples](whitelists-examples) | ||
- [x] [rules examples](rules-examples) | ||
- [x] [whitelists examples](whitelists-examples.md) | ||
- [x] [rules examples](rules-examples.md) | ||
1. Going deeper | ||
- [x] [Understanding naxsi logs](naxsilogs) | ||
- [x] [Runtime Modifiers](runtime-modifiers) | ||
- [x] [Naxsi internal rules](internal-rules) | ||
- [x] [Contributing to naxsi](Contributing) | ||
- [x] [Vulnerability management](olds-Security-Advisories) | ||
- [x] [Understanding naxsi logs](naxsilogs.md) | ||
- [x] [Runtime Modifiers](runtime-modifiers.md) | ||
- [x] [Naxsi internal rules](internal-rules.md) | ||
- [x] [Contributing to naxsi](Contributing.md) | ||
- [x] [Vulnerability management](olds-Security-Advisories.md) | ||
1. Integration | ||
- [x] [Fail2Ban integration](integration-fail2ban) | ||
- [x] [AppArmor profile for naxsi](integration-apparmor) | ||
- [x] [Fail2Ban integration](integration-fail2ban.md) | ||
- [x] [AppArmor profile for naxsi](integration-apparmor.md) | ||
1. Naxsi rules mamagement | ||
- [x] [installing nxapi](https://github.com/nbs-system/naxsi/tree/master/nxapi) | ||
- [x] [nxapi/nxtool](https://github.com/nbs-system/naxsi/tree/master/nxapi) | ||
- [x] [spike](http://github.com/nbs-system/spike) | ||
- [x] [installing nxapi](https://github.com/nbs-system/naxsi/tree/master/nxapi.md) | ||
- [x] [nxapi/nxtool](https://github.com/nbs-system/naxsi/tree/master/nxapi.md) | ||
- [x] [spike](http://github.com/nbs-system/spike.md) | ||
- [ ] ES/Kibana | ||
1. Legacy wiki | ||
- [LEGACY WIKI](legacy) | ||
- [Old FAQ](olds-faq) | ||
- [LEGACY WIKI](legacy.md) | ||
- [Old FAQ](olds-faq.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.