Does anyone have any comments on using open source...
# cfml-general
d
Does anyone have any comments on using open source software in a HIPAA compliant environment? Encouraged, discouraged, Absolutely Do Not Go There Unless You Want To Get Sued And Maybe Arrested, etc?
p
If the environment is locked down and following policy procedure and you attempt to use an app that falls out of compliance then it will likely tell them on their 15-20min or shorter regularly scheduled status checks.
b
I'm not sure what open source would have to do with HIPPA.
I thought HIPPA concerned how you handle customer information, not app architecture.
q
We deploy apps that are used in HIPAA environments. OSS vs. non OSS does not really matter, BUT if you are writing your own code, you really should take a training or certification before you go down that route so you know what is and isn't allowed.
80% of it is making sure you leave logs of every action taken that could include PII data. 10% is making sure you have rock-solid access controls. The rest is basic security sanity.
The requirements are a LOT more sane than something like PCI-DSS.
e
PCI-DSS is not insane, Its just insecure 🙂