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

Integrate deps #1878

Merged
merged 2 commits into from
Oct 2, 2022
Merged

Integrate deps #1878

merged 2 commits into from
Oct 2, 2022

Conversation

risadams
Copy link
Contributor

@risadams risadams commented Oct 2, 2022

Integrates Sifter and Microplugin dependencies.

};

var trim = function (str) {
return (str + '').replace(/^\s+|\s+$|/g, '');

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings with many repetitions of ' '. This [regular expression](1) that depends on [library input](3) may run slow on strings with many repetitions of ' '.
@risadams risadams merged commit eb62c8a into master Oct 2, 2022
@risadams risadams deleted the integrate-deps branch October 2, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant