We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f936f93 commit 64a8609Copy full SHA for 64a8609
README.md
@@ -160,6 +160,12 @@ async function subsystem (fastify, opts) {
160
}
161
```
162
163
+#### :warning: potential ReDoS attacks
164
+
165
+Middie use [`path-to-regexp`](http://npm.im/path-to-regexp) to convert paths to regular expressions.
166
+This might cause potential [ReDoS](https://en.wikipedia.org/wiki/ReDoS) attacks in your applications if
167
+certain patterns are used. Use it with care.
168
169
# Middie Engine
170
171
You can also use the engine itself without the Fastify plugin system.
0 commit comments