statgen / bravo_api

Server side data processing and retrieval endpoints for BRAVO
MIT License
1 stars 2 forks source link

Sanitize regex string #1

Open grosscol opened 3 years ago

grosscol commented 3 years ago

Issue or current state

variants.get_genes converts user input to regex.

Resolved when

Use https://docs.python.org/3/library/re.html#re.escape to sanitize gene name input