Add extra warning to "Installing add-ons" section of User Guide#16510
Add extra warning to "Installing add-ons" section of User Guide#16510Qchristensen wants to merge 16 commits into
Conversation
Added a new paragraph warning about add-ons and list of ways to verify add-ons to user guide.
|
@Qchristensen please also see #16316. |
Co-authored-by: Sean Budd <sean@nvaccess.org>
Co-authored-by: Sean Budd <sean@nvaccess.org>
Co-authored-by: Cyrille Bougot <cyrille.bougot2@laposte.net>
| @@ -3387,6 +3387,14 @@ It is very important to only install add-ons from sources you trust. | |||
| The functionality of add-ons is unrestricted inside NVDA. | |||
| This could include accessing your personal data or even the entire system. | |||
|
|
|||
There was a problem hiding this comment.
| Add-ons are scanned by [Virus Total](https://www.virustotal.com/), however, this only detects known malware at submission time. | |
There was a problem hiding this comment.
did you want to commit this somewhere?
There was a problem hiding this comment.
I think it would be better to part of the previous paragraph
There was a problem hiding this comment.
I initially had it at the end of that paragraph, but just reading it again as a whole:
"Just because an add-on is available in the NVDA Add-on Store, does not mean that it has been approved or vetted by NV Access or anyone else. It is very important to only install add-ons from sources you trust. The functionality of add-ons is unrestricted inside NVDA. This could include accessing your personal data or even the entire system."
Perhaps between "... approved or vetted by NV Access or anyone else." and "It is very important to only install add-ons from sources you trust..." would be better?
Co-authored-by: Sean Budd <sean@nvaccess.org>
Co-authored-by: Sean Budd <sean@nvaccess.org>
|
Closing in favour of #18974 |
Replaces #16510 and #16316 Related discussion #16241 Summary of the issue: Add-ons have been scanned by VirusTotal, but there is no easy way for a user to use this information to make an informed decision before installing an add-on Our warning about the safety/security of add-ons could include additional information on researching the safety of add-ons Description of user facing changes: A new action for add-ons in the add-on store to view the scan results of an add-on Added information in the details panel of an add-on: summary of scan results, and scan URL Updated the user guide Description of developer facing changes: None Description of development approach: Created a new VirusTotalScanResults structure to capture results from the add-on store metadata JSON
Following discussion on #16486, the purpose of this PR is to add more warning / ways of verifying add-ons to the add-on section of the User Guide. This can then be referred to from the quick start guide changed proposed in #16486.
Link to issue number:
Summary of the issue:
Intention is to expand on the warning of the risks of add-ons mentioned in the user guide, and offer some suggestions for users to reassure themselves about the author of add-ons prior to installing.
(It should perhaps also be noted, there is no new or additional risk with add-ons than there ever has been. We just want to be sure users are aware of what add-ons are and can do before installing them).
Description of user facing changes
Update user guide with additional paragraph of information.
Description of development approach
Testing strategy:
Known issues with pull request:
Code Review Checklist: