Pooya Parsa

Results 476 issues of Pooya Parsa

Fix prototype pollution: - fix https://www.npmjs.com/advisories/778 - fix https://hackerone.com/reports/380878 (CVE-2018-16486) - add a test to prevent regressions Related commit: c873f341327ad885ff4d0f23b3d3bca31b0343e5 (exclude `__proto__`) in 2.4.0 Similar lodash fix: https://github.com/lodash/lodash/commit/90e6199a161b6445b01454517b40ef65ebecd2ad

https://github.com/basics/nuxt-booster /cc @ThornWalli @StephanGerbeth Do you mind to make a PR? 🙏🏼

Context: https://github.com/unjs/nitro/issues/766 To fix in: https://github.com/unjs/nitro/blob/main/src/options.ts#L384

bug
p3-minor-issue

If anyone is still getting this problem, just add this plugin to Nitro: ```js export default defineNitroPlugin(nitroApp => { nitroApp.hooks.hook('error', (error, { event }) => { if (event && (error...

https://twitter.com/jarredsumner/status/1782693586947190869 Also related to https://github.com/unjs/nitro/issues/2122 to support `?raw` but I guess adopting ESM-native syntax is more futuristic.

enhancement
discussion
raw

https://github.com/nuxt/framework/pull/3153

enhancement
preset:node
p2-nice-to-have

Context: https://github.com/unjs/nitro/pull/2404#issuecomment-2086887658 Sometimes it is useful to update runtime config in server runtime using name. Currently, it is only possible by mapping environment variables with the same (and known names)...

enhancement
discussion

Context: https://github.com/unjs/nitro/pull/2404#issuecomment-2086887658 It can be useful for tools and modules to access the same and consistent runtime config interface , that is overridable by environment variables and possibly `updateRuntimeConfig` (https://github.com/unjs/nitro/issues/2427)....

enhancement
pending
discussion

Ref: https://github.com/nuxt/nuxt/issues/25047 In the cloudflare workers runtime, the `useRuntimeConfig` utility without passing explicit `(event)` parameter fallsback to the ambient context's value which because of cf limitation of env passed to...

bug
preset:cloudflare

Context: Followup from a discussion with @Atinux as he asked if it is possible to pass custom transaction options to `defineCachedHandler`to allow `setItem` with custom ttl and allow invalidating caches....

enhancement
pending
discussion