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

Bug fix instructor register #76

Merged
merged 2 commits into from
Sep 9, 2023
Merged

Conversation

abinth11
Copy link
Owner

@abinth11 abinth11 commented Sep 9, 2023

No description provided.

@abinth11 abinth11 merged commit b6284a8 into master Sep 9, 2023
2 checks passed
@@ -15,16 +15,23 @@
instructorRepository: ReturnType<InstructorDbInterface>,
authService: ReturnType<AuthServiceInterface>
) => {
instructor.certificates = []
console.log(instructor);

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to password
as clear text.
@@ -42,6 +49,7 @@
if (password) {
instructor.password = await authService.hashPassword(password);
}
console.log(instructor)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to password
as clear text.
This pull request was closed.
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