pgadmin4/web/regression/javascript/SecurityPages
Pravesh Sharma 62056cab14
Fixed sonaqube security smells and bugs
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
..
ForgotPasswordPage.spec.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
LoginPage.spec.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
MfaRegisterPage.spec.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
MfaValidatePage.spec.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
PasswordResetPage.spec.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30