duracellko / planningpoker4azure

Planning Poker 4 Azure
MIT License
64 stars 26 forks source link

take a look for analysis and issues report for improve your code #128

Closed johnfelipe closed 1 year ago

johnfelipe commented 1 year ago

2023-07-07-planningpoker4azure-9.9-analysis-report.docx 2023-07-07-planningpoker4azure-9.9-issues-report.xlsx

only suggestions for go to 0 in bugs, vulnerabilities and more...

duracellko commented 1 year ago

Thank you very much. I will have a look.

duracellko commented 1 year ago

Sonar analyzer was added to the solution to have continuous checks for the issues.

The only unresolved issue is with the CDN integrity. However, when testing the resolution browser requires correct CORS headers at CDN to check the integrity. And it seems the required CORS header is missing. Therefore I decided to ignore this issue. It has low priority according to Sonar, and resolving it would require significant effort.