Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: npm audit fix #677

Merged
merged 1 commit into from
Mar 23, 2022
Merged

chore: npm audit fix #677

merged 1 commit into from
Mar 23, 2022

Conversation

threepointone
Copy link
Contributor

A couple of vulnerabilities were being reported (for node-forge and minimist), this should fix them.

A couple of vulnerabilities were being reported (for node-forge and minimist), this should fix them.
@changeset-bot
Copy link

changeset-bot bot commented Mar 23, 2022

⚠️ No Changeset found

Latest commit: 2d922b6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@threepointone
Copy link
Contributor Author

I'll land this after CI passes.

@github-actions
Copy link
Contributor

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/2026949784/npm-package-wrangler-677

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/677/npm-package-wrangler-677

Or you can use npx with this latest build directly:

npx https://prerelease-registry.developers.workers.dev/runs/2026949784/npm-package-wrangler-677 dev path/to/script.js

@threepointone threepointone merged commit 990316f into main Mar 23, 2022
@threepointone threepointone deleted the npm-audit-fix branch March 23, 2022 07:41
mrbbot added a commit that referenced this pull request Oct 31, 2023
Whilst prohibited by the `Request` API spec, `GET` requests are
allowed to have bodies. If `Content-Length` or `Transfer-Encoding`
are specified, `workerd` will give the request a (potentially empty)
body. Passing a bodied-GET-request through to the `new Request()`
constructor should throw, but `workerd` has special handling to allow
this if a `Request` instance is passed.

Miniflare was previously decomposing the request before passing it
back to the `new Request()` constructor, defeating this detection.
This change ensures we always pass full `Request` instances to the
`new Request()` constructor in the entry worker.

Closes cloudflare/workerd#1122
mrbbot added a commit that referenced this pull request Nov 1, 2023
Whilst prohibited by the `Request` API spec, `GET` requests are
allowed to have bodies. If `Content-Length` or `Transfer-Encoding`
are specified, `workerd` will give the request a (potentially empty)
body. Passing a bodied-GET-request through to the `new Request()`
constructor should throw, but `workerd` has special handling to allow
this if a `Request` instance is passed.

Miniflare was previously decomposing the request before passing it
back to the `new Request()` constructor, defeating this detection.
This change ensures we always pass full `Request` instances to the
`new Request()` constructor in the entry worker.

Closes cloudflare/workerd#1122
mrbbot added a commit that referenced this pull request Nov 1, 2023
Whilst prohibited by the `Request` API spec, `GET` requests are
allowed to have bodies. If `Content-Length` or `Transfer-Encoding`
are specified, `workerd` will give the request a (potentially empty)
body. Passing a bodied-GET-request through to the `new Request()`
constructor should throw, but `workerd` has special handling to allow
this if a `Request` instance is passed.

Miniflare was previously decomposing the request before passing it
back to the `new Request()` constructor, defeating this detection.
This change ensures we always pass full `Request` instances to the
`new Request()` constructor in the entry worker.

Closes cloudflare/workerd#1122
mrbbot added a commit that referenced this pull request Nov 1, 2023
Whilst prohibited by the `Request` API spec, `GET` requests are
allowed to have bodies. If `Content-Length` or `Transfer-Encoding`
are specified, `workerd` will give the request a (potentially empty)
body. Passing a bodied-GET-request through to the `new Request()`
constructor should throw, but `workerd` has special handling to allow
this if a `Request` instance is passed.

Miniflare was previously decomposing the request before passing it
back to the `new Request()` constructor, defeating this detection.
This change ensures we always pass full `Request` instances to the
`new Request()` constructor in the entry worker.

Closes cloudflare/workerd#1122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant