-
Notifications
You must be signed in to change notification settings - Fork 7
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
Sharonjoji99 patch 9 #65
base: main
Are you sure you want to change the base?
Conversation
…lsapp into calorie-page
Add donut chart and form validation
* Added requirements.txt * requirements edited
* done * Update card layout --------- Co-authored-by: Nirmal Sharon Joji <[email protected]>
…goalsapp into calorie-backend
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
|
||
function logMeIn(event) { | ||
console.log(loginForm.email); | ||
console.log(loginForm.password); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
console.log({ | ||
email: data.get('email'), | ||
password: data.get('password'), | ||
firstName: data.get('firstName'), | ||
lastName: data.get('lastName') | ||
}); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
except Exception as e: | ||
response = {"status": "Error", "message": str(e)} | ||
statusCode = 500 | ||
return jsonify(response),statusCode |
Check warning
Code scanning / CodeQL
Information exposure through an exception
except Exception as e: | ||
response = {"status": "Error", "message": str(e)} | ||
statusCode = 500 | ||
return jsonify(response),statusCode |
Check warning
Code scanning / CodeQL
Information exposure through an exception
except Exception as e: | ||
response = {"status": "Error", "message": str(e)} | ||
statusCode = 500 | ||
return jsonify(response),statusCode |
Check warning
Code scanning / CodeQL
Information exposure through an exception
except Exception as e: | ||
response = {"status": "Error", "message": str(e)} | ||
statusCode = 500 | ||
return jsonify(response),statusCode |
Check warning
Code scanning / CodeQL
Information exposure through an exception
except Exception as e: | ||
response = {"status": "Error", "message": str(e)} | ||
statusCode = 500 | ||
return jsonify(response),statusCode |
Check warning
Code scanning / CodeQL
Information exposure through an exception
except Exception as e: | ||
response = {"status": "Error", "message": str(e)} | ||
|
||
return jsonify(response) |
Check warning
Code scanning / CodeQL
Information exposure through an exception
No description provided.