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

Preparing for v1.0.9 #729

Closed
wants to merge 44 commits into from
Closed

Preparing for v1.0.9 #729

wants to merge 44 commits into from

Conversation

mayankkumawat
Copy link
Contributor

Fixes #

Changes in this pull request:

@

const lowerCaseEmail = email?.toLowerCase();

// Check if the email ends with the specified domain
const endsWithDomain = lowerCaseEmail?.endsWith(domain);

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
plant-for-the-planet.org
' may be preceded by an arbitrary host name.
Copy link

sonarcloud bot commented Jan 30, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

4.3% Duplication on New Code (required ≤ 3%)
171 New Code Smells (required ≤ 1)
C Reliability Rating on New Code (required ≥ A)
3 New Bugs (required ≤ 1)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

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.

5 participants