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

fix/options-type-validations #561

Closed
wants to merge 100 commits into from
Closed

Conversation

PaulDalek
Copy link
Contributor

Better type validations for envs and options.

@PaulDalek PaulDalek marked this pull request as ready for review October 23, 2024 14:52
@PaulDalek PaulDalek marked this pull request as draft October 23, 2024 14:52
@PaulDalek PaulDalek changed the base branch from feature/websockets to master November 27, 2024 13:40
@PaulDalek PaulDalek changed the base branch from master to stable December 5, 2024 14:08
Comment on lines +57 to +60
// Prepare paths to manifest and sources from the .cache folder
const manifestPath = join(cachePath, 'manifest.json');
const sourcePath = join(cachePath, 'sources.js');

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.
This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.
This
regular expression
that depends on
library input
may run slow on strings starting with 'stock/' and with many repetitions of 'stock/a'.
This
regular expression
that depends on
library input
may run slow on strings starting with 'maps/' and with many repetitions of 'maps/a'.
@PaulDalek PaulDalek closed this Dec 10, 2024
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.

4 participants