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.
2 parents 2f08b33 + 282d358 commit b109e0eCopy full SHA for b109e0e
2 files changed
apps/dokploy/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dokploy",
3
- "version": "v0.29.3",
+ "version": "v0.29.4",
4
"private": true,
5
"license": "Apache-2.0",
6
"type": "module",
packages/server/src/wss/utils.ts
@@ -40,7 +40,7 @@ export const readValidDirectory = (
40
directory: string,
41
serverId?: string | null,
42
) => {
43
- if (!/^[\w/. -]{1,500}$/.test(directory)) {
+ if (!/^[\w/. :-]{1,500}$/.test(directory)) {
44
return false;
45
}
46
0 commit comments