Forum Discussion
santiare17
Sep 21, 2023Copper Contributor
How to know if I can trust an SPFX webpart?
I am in the process of implementing an spfx webpart but before I need to make sure it is not a security threat. From researching I was not able to find if there is any way to run a check or provide ...
Sep 24, 2023
Do your own Code reviews, but the sample webparts from my understanding have usually been gone through by the maintainers of the git.
- santiare17Sep 25, 2023Copper ContributorFor someone who does not have full knowledge of code to understand what to look for, what do you recommend?
- Sep 25, 2023Recommeneded way, find a consultant with SPFX experience or a front-end dev.
Least recommended, check the permission and see what it want's access to, and if that could contain sensetive data.