-
Notifications
You must be signed in to change notification settings - Fork 3
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
Preparing for v1.0.9 #729
Conversation
…rojects filtering projects
…droid small fixes
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
b2208ed
to
cc575fb
Compare
Quality Gate failedFailed conditions 4.3% Duplication on New Code (required ≤ 3%) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Fixes #
Changes in this pull request:
@