-
-
Notifications
You must be signed in to change notification settings - Fork 784
Add user warning that logging can store PII on the user's machine #19465
Copy link
Copy link
Labels
bug squash targetcomponent/NVDA-GUIcomponent/loggingcomponent/user-documentationfeaturegood first issuegithub features these at https://github.com/nvaccess/nvda/contributegithub features these at https://github.com/nvaccess/nvda/contributep2https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fixrelease/blockingthis issue blocks the milestone releasethis issue blocks the milestone releaserelease/blocking-betatriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
bug squash targetcomponent/NVDA-GUIcomponent/loggingcomponent/user-documentationfeaturegood first issuegithub features these at https://github.com/nvaccess/nvda/contributegithub features these at https://github.com/nvaccess/nvda/contributep2https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fixrelease/blockingthis issue blocks the milestone releasethis issue blocks the milestone releaserelease/blocking-betatriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem? Please describe.
NVDA is designed to operate locally without collecting user data. However, NVDA does provide logging capabilities and due to its privileged access to the user’s machine 'Debug' or 'Input/Output' logging levels can capture potentially sensitive information (eg passwords, PII) on the user's machine.
Describe the solution you'd like
Selecting debugging levels above 'Info' should display a warning to the user regarding the storage of sensitive data on their machine. This warning should be consistent with what is written in the user guide. The user guide should cover the case of a user selecting elevated debugging levels through the CLI.
Describe alternatives you've considered
None.
Additional context
n/a