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

Develop #134

Merged
merged 182 commits into from
Apr 29, 2024
Merged

Develop #134

merged 182 commits into from
Apr 29, 2024

Conversation

alegarman2002
Copy link

No description provided.

uo288574 and others added 27 commits April 29, 2024 09:52
… file in their parent directory and changed the way the containers are created in order to add that new common file into their respective container
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
18 Security Hotspots
35.2% Coverage on New Code (required ≥ 80%)
C 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

console.log("Llegamos a pedir preguntas")
const questionGenerated = await axios.get(`${questionService}/questions?n_preguntas=${1}`);
console.log("Pedimos las preguntas")
const questionGenerated = await axios.get(questionService + req.url);

Check warning

Code scanning / SonarCloud

Server-side requests should not be vulnerable to forging attacks Medium

Change this code to not construct the URL from user-controlled data. See more on SonarCloud
@marco-qg marco-qg merged commit 190e17c into master Apr 29, 2024
2 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.

5 participants