ita-social-projects / Home

Home - is an all-in-one social service that will cover all aspects of your communication with your home and neighbors.
http://www.home-project-engineering.tech/api/0/apidocs/index.html
MIT License
26 stars 30 forks source link

Feature/issue#449 password validation #462

Closed vladyslavyarets closed 2 years ago

vladyslavyarets commented 2 years ago

dev

ZenHub

Summary of issue

Needed to write business logic for password complexity validation in user registration step.

Summary of change

Testing approach

Not required

CHECK LIST

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell A 2 Code Smells

92.9% 92.9% Coverage
0.0% 0.0% Duplication

vladyslavyarets commented 2 years ago

Build fixed. @DzigMS , @MrScors we need to discuss about security hotspots alert to complete this task. It's seems like sonar analysis decide that I try to store hard-coded password into the code.