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

Release v2.2.2 #70

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Release v2.2.2 #70

merged 2 commits into from
Apr 29, 2024

Conversation

msimerson
Copy link
Member

@msimerson msimerson commented Apr 29, 2024

  • doc(CONTRIBUTORS): added
  • dep(eslint-config): bumped to 1.1.5
  • chore: prettier

fixes #69

- dep(eslint-config): bumped to 1.1.5
- chore: prettier
@msimerson msimerson marked this pull request as ready for review April 29, 2024 16:52
}

host() {
const match = /.*@(.*)$/.exec(this.address)

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 starting with '@' and with many repetitions of '@a'.
if (!match) return null;
return match[1];
if (comment && /\S/.test(comment)) {
comment = comment.replace(/^\s*\(?/, '(').replace(/\)?\s*$/, ')')

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 ' '.

// first.last@domain address
if (name === '') {
const match = /([^%.@_]+([._][^%.@_]+)+)[@%]/.exec(addr)

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 '$'.
This
regular expression
that depends on
library input
may run slow on strings starting with '$' and with many repetitions of '.$'.
This
regular expression
that depends on
library input
may run slow on strings starting with '$.' and with many repetitions of '$.'.
// Using encodings, too hard. See Mail::Message::Field::Full.
if (/=?.*?\?=/.test(name)) return '';
// Using encodings, too hard. See Mail::Message::Field::Full.
if (/=?.*?\?=/.test(name)) return ''

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 '='.
This
regular expression
that depends on
library input
may run slow on strings with many repetitions of '='.
This
regular expression
that depends on
library input
may run slow on strings with many repetitions of '='.
Comment on lines +249 to +250
name = name
.replace(/\(.*?\)/g, '') // remove minimal embedded comments

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 starting with '(' and with many repetitions of '('.
This
regular expression
that depends on
library input
may run slow on strings starting with '(' and with many repetitions of '('.
This
regular expression
that depends on
library input
may run slow on strings starting with '(' and with many repetitions of '('.
@haraka haraka deleted a comment from coveralls Apr 29, 2024
@msimerson msimerson merged commit 024ef1e into master Apr 29, 2024
21 of 24 checks passed
@msimerson msimerson deleted the release-2.2.2 branch April 29, 2024 18:29
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