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

Updating master for release #221

Merged
merged 140 commits into from
Apr 24, 2024
Merged

Updating master for release #221

merged 140 commits into from
Apr 24, 2024

Conversation

sergiollende
Copy link
Contributor

No description provided.

Alberto-Guerra and others added 30 commits April 11, 2024 13:54
/getAllUsers method added to userservice
plg22 and others added 27 commits April 23, 2024 22:07
new routes for user-service in openAPI
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
11 Security Hotspots
41.5% Coverage on New Code (required ≥ 80%)
4.3% Duplication on New Code (required ≤ 3%)
E Security Rating on New Code (required ≥ A)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

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

@@ -10,7 +10,7 @@


// Connect to MongoDB
const mongoUri = 'mongodb+srv://prueba:[email protected]/?retryWrites=true&w=majority&appName=Cluster0';
const mongoUri = process.env.MONGODB_URI || 'mongodb+srv://prueba:[email protected]/?retryWrites=true&w=majority&appName=Cluster0';

Check failure

Code scanning / SonarCloud

MongoDB database passwords should not be disclosed High

Make sure this MongoDB database password gets changed and removed from the code. See more on SonarCloud
@sergiollende sergiollende merged commit 04fc9af into master Apr 24, 2024
1 of 3 checks passed
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.

7 participants