@quobix/vacuum 0.1.8 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,13 @@ come say hi!
|
|
|
61
61
|
|
|
62
62
|
## Documentation
|
|
63
63
|
|
|
64
|
+
---
|
|
65
|
+
🔥 **New in** `v.2.0` 🔥 : [OWASP API rules](https://quobix.com/vacuum/rules/owasp/) are now available out of the box.
|
|
66
|
+
|
|
67
|
+
[Learn more about enabling OWASP API rules](https://quobix.com/vacuum/rulesets/owasp/).
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
64
71
|
### [Quick Start Guide 🚀](https://quobix.com/vacuum/start)
|
|
65
72
|
|
|
66
73
|
See all the documentation at https://quobix.com/vacuum
|
|
@@ -88,6 +95,7 @@ See all the documentation at https://quobix.com/vacuum
|
|
|
88
95
|
- [Operations & Paths](https://quobix.com/vacuum/rules/operations/)
|
|
89
96
|
- [Validation](https://quobix.com/vacuum/rules/validation/)
|
|
90
97
|
- [Security](https://quobix.com/vacuum/rules/security/)
|
|
98
|
+
- [OWASP](https://quobix.com/vacuum/rules/owasp/)
|
|
91
99
|
- [Functions](https://quobix.com/vacuum/functions/)
|
|
92
100
|
- [Core Functions](https://quobix.com/vacuum/functions/core/)
|
|
93
101
|
- [OpenAPI Functions](https://quobix.com/vacuum/functions/openapi/)
|