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

Sharonjoji99 patch 9 #65

Open
wants to merge 166 commits into
base: main
Choose a base branch
from

Conversation

nirmaljoji
Copy link

No description provided.

adi-kiran and others added 30 commits October 6, 2023 12:14
Add donut chart and form validation
* Added requirements.txt

* requirements edited
* done

* Update card layout

---------

Co-authored-by: Nirmal Sharon Joji <[email protected]>

function logMeIn(event) {
console.log(loginForm.email);
console.log(loginForm.password);

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This logs sensitive data returned by [an access to password](1) as clear text.
Comment on lines +32 to +37
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

This logs sensitive data returned by [an access to password](1) as clear text.
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

[Stack trace information](1) flows to this location and may be exposed to an external user.
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

[Stack trace information](1) flows to this location and may be exposed to an external user.
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

[Stack trace information](1) flows to this location and may be exposed to an external user.
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

[Stack trace information](1) flows to this location and may be exposed to an external user.
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

[Stack trace information](1) flows to this location and may be exposed to an external user.
except Exception as e:
response = {"status": "Error", "message": str(e)}

return jsonify(response)

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
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.

4 participants