Skip to content

Conversation

@ykzts
Copy link
Owner

@ykzts ykzts commented Feb 14, 2023

Resolve #2

@ykzts ykzts added the enhancement New feature or request label Feb 14, 2023
@ykzts ykzts force-pushed the feature/form-data branch from c760d47 to 1b3d919 Compare February 15, 2023 05:19
@ykzts ykzts force-pushed the feature/form-data branch from 1b3d919 to 74b8d3b Compare February 16, 2023 00:52
if (delay > 0) {
setTimeout(() => {
res.end();
}, delay);

Check failure

Code scanning / CodeQL

Resource exhaustion

This creates a timer with a user-controlled duration from a [user-provided value](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support FormData interface

2 participants