draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
MIT License
23 stars 7 forks source link

Security checks #4

Closed draeger closed 4 years ago

draeger commented 8 years ago

Check the methods to query BiGG database if there are any risks for SQL injection.

mephenor commented 4 years ago

All Queries are now handled in PreparedStatements, a change necessitated by the change from Connection to the Hikari ConnectionPool. This should address this issue.