Yusuke Wada
Yusuke Wada
I've reconsidered this feature. Allowing absolute paths could potentially lead to a traversal attack vulnerability. If we decide to proceed, we need to address this risk seriously. I would like...
In Hono, we also do not allow `/../` in this line. So, as you mentioned, we might not need to consider it as a risk. https://github.com/honojs/hono/blob/main/src/utils/filepath.ts#L9
@fumieval @schettn I like `allowAbsoluteRoot: true` option. Letting users choose the option is a good idea.
Hey! I'll work on this matter from now.
Hi @the-watchmaker I can't share the link, so could you create the shortcut by referring to the screenshot?
@the-watchmaker Ah! it's a macOS's app installed by default in Mac.
I'm learning how to implement RSC frameworks now. I'd like to do it.
I also want to the feature like it. The Fresh has a similar feature named Partials: https://fresh.deno.dev/docs/concepts/partials
Related to https://github.com/honojs/honox/issues/86
Hi @goisaki This is an awesome challenge! I respect you for trying to do this! Personally, I would prefer to continue using VitePress to lower maintenance costs, but I am...