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

Invoicing #273

Draft
wants to merge 70 commits into
base: main
Choose a base branch
from
Draft

Invoicing #273

wants to merge 70 commits into from

Conversation

pontusab
Copy link
Contributor

@pontusab pontusab commented Oct 8, 2024

No description provided.

@pontusab pontusab marked this pull request as draft October 8, 2024 10:08
@pontusab pontusab force-pushed the feature/invoice branch 3 times, most recently from f13712b to aec9dca Compare October 27, 2024 10:21
}

const content = inlineContent.text || "";
const isEmail = /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(content);

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

const content = inlineContent.text || "";
const isEmail = /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(content);

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