We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2f27e commit dcc1aa9Copy full SHA for dcc1aa9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# oak Change Log
2
3
+## Version 17.1.3
4
+
5
+- fix: decode path to avoid bypassing security checks (4b2f27e)
6
7
## Version 17.1.2
8
9
- fix: allow proxy middleware to reuse body from memo (#679)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.1.2",
+ "version": "17.1.3",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments