YuLab-SMU / GOSemSim

:golf: GO-terms Semantic Similarity Measures
https://yulab-smu.top/biomedical-knowledge-mining-book/
58 stars 26 forks source link

Avoid eval-parse when loading orgDb #36

Closed Nelson-Gon closed 2 years ago

Nelson-Gon commented 2 years ago

Hello,

This PR aims to avoid using require and eval(parse(...)) when loading an orgDb. These have security implications. The issues with require are shown here.

Thanks,

NelsonGon

GuangchuangYu commented 2 years ago

thanks.