Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a SQL simulation instead of sqlite #15

Open
phihag opened this issue Jul 18, 2011 · 0 comments
Open

Use a SQL simulation instead of sqlite #15

phihag opened this issue Jul 18, 2011 · 0 comments

Comments

@phihag
Copy link
Owner

phihag commented Jul 18, 2011

Currently, vulnsrv uses an in-memory sqlite, which is not parallelizable and may contain security holes. Instead, vulnsrv should include a rudimentary SQL parser that only supports SELECTs.

SELECT\w+([a-zA-Z]+(\w*,\w*[a-zA-Z]+)*)\w+FROM\w+([a-zA-z]+)\w+WHERE\w+

should be a starting point. This should probably developed in its own project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant