-
Notifications
You must be signed in to change notification settings - Fork 0
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
Some changes to improve quality #98
Conversation
Quality Gate passedIssues Measures |
All these quality improvements seems good, I appreciate the exclusion coverage of our test.ts files since I believe they are not the aim of SonarCloud to look into it (although, we must write good tests!). About, CORS being more restrictive, could you please explain what are you doing there? |
Previously we were allowing resources from any origin and, according to sonarcloud, this can lead to different vulnerabilities such as CVE-2018-0269 and CVE-2017-14460. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for explaining that! Everything is OK
I have excluded some files that shouldn't count towards the coverage from the sonarcloud analysis, reviewed and fixed some security hotspots and implemented some more tests for the gateway. There is still a security hotspot with docker and the reliability rating still needs to be checked but I think with this we will already pass the coverage part.