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

[Threat Modelling] Review log messages to ensure that they don’t include any sensitive data #52

Open
1 task
tobiscr opened this issue Nov 29, 2023 · 1 comment

Comments

@tobiscr
Copy link

tobiscr commented Nov 29, 2023

Description

Log output of the Compass Manager could include sensitive data which enables attackers to infiltrate the application. A code review has to be applied to ensure that no sensitive application data (e.g. tokens, passwords, personal data etc.) will be logged by our software.

AC:

  • Review the log-output of the Compass Manager and ensure that no sensitive data will be disclosed.

Steps to exploit

Attacker reviews the log output, finds sensitive data and abuses it against us.

Risk assessment
Part of the Threat Modelling workshop from 2023-11-29.

Proposed mitigation

Review any log output of the application to ensure that no sensitive data can be disclosed as part of log messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant