-
Notifications
You must be signed in to change notification settings - Fork 1
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
Expeirence page #56
Expeirence page #56
Conversation
Quality Gate passedIssues Measures |
{ | ||
...req.user, | ||
placedAt: { | ||
...req.user.placedAt, | ||
location: req.body.placedAt.location | ||
}, | ||
pg: { | ||
cgpa: req.body.pg.cgpa, | ||
percentage: req.body.pg.percentage | ||
}, | ||
ug: { | ||
cgpa: req.body.ug.cgpa, | ||
percentage: req.body.ug.percentage | ||
}, | ||
hsc: { | ||
cgpa: req.body.hsc.cgpa, | ||
percentage: req.body.hsc.percentage | ||
}, | ||
ssc: { | ||
cgpa: req.body.ssc.cgpa, | ||
percentage: req.body.ssc.percentage | ||
}, | ||
backlogs: req.body.backlogs, | ||
totalGapInAcademics: req.body.totalGapInAcademics | ||
}, |
Check failure
Code scanning / CodeQL
Database query built from user-controlled sources High
user-provided value
This query object depends on a
user-provided value
@@ -52,6 +52,8 @@ | |||
status: false, | |||
errors: ['User Not Verified!! Please Contact Admin!!'] | |||
}); | |||
|
|||
console.log(user, user.password, password); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
an access to password
@@ -52,6 +52,8 @@ | |||
status: false, | |||
errors: ['User Not Verified!! Please Contact Admin!!'] | |||
}); | |||
|
|||
console.log(user, user.password, password); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
No description provided.