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

Dev/auth/UI #70

Closed
wants to merge 9 commits into from
Closed

Dev/auth/UI #70

wants to merge 9 commits into from

Conversation

QuyDang1108
Copy link
Collaborator

change password by email when forgotting password

Copy link

github-actions bot commented Sep 10, 2024

Sunrise Coverage Report

Overall Project 18.38% -20.4%
Files changed 1.09%

File Coverage
Encoder.java 4.76% -95.24%
EmailServiceImpl.java 0.83% -99.17%
UserServiceImpl.java 0% -9.82%
AuthController.java 0% -83.08%

}

public String encode(String string) throws Exception {
Cipher cipher = Cipher.getInstance("AES");

Check failure

Code scanning / SonarCloud

Encryption algorithms should be used with secure mode and padding scheme High

Use a secure padding scheme. See more on SonarCloud
}

public String decode(String string) throws Exception {
Cipher cipher = Cipher.getInstance("AES");

Check failure

Code scanning / SonarCloud

Encryption algorithms should be used with secure mode and padding scheme High

Use a secure padding scheme. See more on SonarCloud
host: smtp.gmail.com
port: 587
username: tranquangg.1108@gmail.com
password: qsnt yxbi yjud fcpf

Check failure

Code scanning / SonarCloud

Credentials should not be hard-coded High

Revoke and change this password, as it is compromised. See more on SonarCloud
@QuyDang1108 QuyDang1108 reopened this Sep 10, 2024
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
11.7% Duplication on New Code (required ≤ 3%)
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

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.

1 participant