workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
We discovered a DOM Clobbering vulnerability in Vite when building scripts to `cjs/iife/umd` output format. The DOM Clobbering gadget in the module can lead to cross-site scripting (XSS) in web...
1) We have [rules](https://developers.cloudflare.com/workers/wrangler/configuration/#bundling) to upload different files: ```toml rules = [ { type = "CommonJS", globs = ["**/*.js"], fallthrough = true } ] ``` 2) By default wrangler [bundles...
### Describe the solution When defining a Service Binding for Miniflare, I can provide a Node.js implementation of a `fetch` handler. It would be great if I could also provide...
### Which Cloudflare product(s) does this pertain to? D1 ### What version of `Wrangler` are you using? latest ### What operating system are you using? Mac ### Describe the Bug...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? 3.80.4 ### What version of Node are you using? 20.11.1 ### What...
### Describe the solution We currently use `wrangler pages deploy ./assets '--project-name=...'` to deploy our site to the CloudFlare Pages. But, if we delete the file from the `assets` directory...
### Which Cloudflare product(s) does this pertain to? Pages, Wrangler core, Miniflare ### What version(s) of the tool(s) are you using? 3.52.0 [Wrangler] ### What version of Node are you...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version of `Wrangler` are you using? 2.6.2 ### What operating system are you using? Mac ### Describe the Bug...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? 3.80.0 [wrangler] ### What version of Node are you using? 20.17.0 ###...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? 3.69.1 ### What version of Node are you using? 22.3.0 ### What...