|
|
|
Ask HN: What are some good resources to understand medical device cybersecurity?
|
|
8 points
by mriguy
1003 days ago
|
|
Medical device cybersecurity has become a significant area of focus for the FDA. Starting Oct 1, 2023, the FDA will issue a 'Refuse To Accept' letters to 510K submissions that do not comply with the amended Section 524B of the FD&C Act. Most of the online resources related to medical device cybersecurity are from companies selling solutions. Are there examples of high-quality independent blogs, resources for medical device professionals to refer to educate themselves? |
|
On the backend, use web API security best practices. This means only allow API access to authorized devices and/or users. Keep your database secure. There’s tons of resources out there about how to build a secure backend.
Cybersecurity isn’t nearly as complicated as marketers and would-be consultants paint it out to be. Granted, programs are complicated (firmware especially), so invest heavily in good testing to catch insecure code before they manifest into issues.
As far as the FDA is concerned, document everything, probably more that you think is necessary. Write up a clear set of requirements, verification and validation plans, and very thorough design documents. This benefits both them and any future team members that may need to work on the project.